T = someTriangulation AReturns some triangulation of the vector configuration $A$, useful as a seed for flipGraph or generateTriangulations. Unlike regularFineTriangulation with Homogenize => false, this function is reliable on non-acyclic configurations (where the origin lies in the interior of $\mathrm{conv}(A)$). The returned triangulation need not be fine; columns in the strict interior of $\mathrm{conv}(A)$ are omitted. When coneFromVData$(A)$ is pointed, this defers to regularFineTriangulation.
|
|
|
|
|
|
Strategy: triangulate homogenize$(A)$ as a point configuration (which topcomRegularFineTriangulation handles correctly for any $A$); the resulting $d$-dimensional polytope simplices each have $d{+}1$ vertices. The $(d{-}1)$-subsets appearing in exactly one polytope simplex are the boundary $(d{-}1)$-faces of $\mathrm{conv}(A)$. For a non-acyclic $A$ the cones over these boundary faces form a complete simplicial fan.
The object someTriangulation is a method function.
The source of this document is in /build/reproducible-path/macaulay2-1.26.06+ds/M2/Macaulay2/packages/Triangulations.m2:1489:0.