-
-
Notifications
You must be signed in to change notification settings - Fork 480
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #28960: Initialize CombinatorialPolyhedron from incidence matrix…
… of cone or lattice polytope #28743 and #28766 implemented the incidence matrix for lattice polytopes and cones. We use the incidence matrix to - accept a cone as input of `CombinatorialPolyhedron`, - process a lattice polytope as input more easily. In both cases the `CombinatorialPolyhedron` can be obtained without previously calculating the face lattice (avoiding the method `facets`). URL: https://trac.sagemath.org/28960 Reported by: gh-kliem Ticket author(s): Jonathan Kliem Reviewer(s): Laith Rastanawi
- Loading branch information
Showing
1 changed file
with
52 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters