T = regularFineTriangulation AT = regularFineTriangulation T0With a Matrix input, constructs a regular fine triangulation by calling topcomRegularFineTriangulation and wrapping the result in a Triangulation. When Homogenize => false and $A$ is non-acyclic, topcom is unreliable; in that case the result is built via regularFineFanTriangulation (and, if it is not already fine, refined via makeFine).
|
|
|
|
Given a Triangulation $T_0$ that is not (yet) fine or regular, this walks the bistellar flip graph: first via support-increasing flips (makeFine) to reach a fine triangulation, then via fine flips until a regular one is encountered. Errors if the second stage exhausts the fine-flip-connected component without finding a regular triangulation.
|
|
|
|
|
|
The object regularFineTriangulation is a method function with options.
The source of this document is in /build/reproducible-path/macaulay2-1.26.06+ds/M2/Macaulay2/packages/Triangulations.m2:1343:0.