regularTriangulationWeights TregularTriangulationWeights(A, tri)A triangulation is regular iff there is a height vector such that lifting each point to that height and taking the lower facets of the resulting upper hull recovers exactly the maximal simplices of the triangulation.
Computed via the engine LP rawConeInteriorPoint on the secondaryCone: an interior point $t \in \mathbb{R}^{N-d}$ is lifted back to weights $w \in \mathbb{R}^N$ via the Moore-Penrose pseudo-inverse of the charge matrix, $w = Q^\top (Q Q^\top)^{-1} t$. Any $w$ with $Q w = t$ induces the same triangulation; this lift is the canonical representative. For a rational/integer answer compatible with topcom's output, use topcomRegularTriangulationWeights.
|
|
|
|
For a non-regular triangulation, the function returns null:
|
|
|
|
The object regularTriangulationWeights is a method function with options.
The source of this document is in Triangulations.m2:1834:0.