-
-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…natorial polyhedron This ticket migrates the methods `is_lawrence_polytope` and `is_pyramid` from `Polyhedron_base` to `CombinatorialPolyhedron`. Also, we change the output for the `0`-dimensional polyhedron. It is a pyramid over the empty polyhedron, even if it is not constructable in sage. Along the way we fix a small bug, where the trivial combinatorial polyhedron in dimension 0 was set up without vertices (and facets). The bug fix is tested by `CombinatorialPolyhedron(0).is_pyramid(certificate=True)`. URL: https://trac.sagemath.org/29189 Reported by: gh-kliem Ticket author(s): Jonathan Kliem Reviewer(s): Laith Rastanawi
- Loading branch information
Showing
2 changed files
with
206 additions
and
25 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
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