Opened 3 months ago
Last modified 2 months ago
#33685 new enhancement
PointConfiguration, Polyhedron, PolyhedralComplex: Compute regular triangulation/subdivision
Reported by: | mkoeppe | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-9.7 |
Component: | geometry | Keywords: | |
Cc: | yzh, jipilab, gh-kliem | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
Triangulation
already has a method normal_cone
, which computes the normal cone of the GKZ polytope that exposes the triangulation.
What seems to be missing is a method to compute regular triangulations, given an element of the normal cone (a weight/lifting vector), computes the regular triangulation (or more generally, subdivision) of the point configuration / polyhedron.
Under some conditions, this would also make sense for polyhedral complexes.
- polymake has the needed functionality: https://polymake.org/doku.php/user_guide/tutorials/regular_subdivisions#regular_subdivisons
Change History (2)
comment:1 Changed 3 months ago by
- Milestone changed from sage-9.6 to sage-9.7
comment:2 Changed 2 months ago by
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.