-
-
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 #29186: Add simplicity and simpliciality to polyhedra
In #27086 we have implemented simplicity and simpliciality for combinatorial polyhedra. We expose this methods in `Polyhedron_base`. The methods return the largest `k` such that the polytope is `k`-simple/simplicial. In case of unbounded polyhedra a `NotImplementedError` is raised. A polytope is `k`-simplicial if every `k`-face is a simplex. It is `k`-simple if its dual/polar is `k`-simplicial. URL: https://trac.sagemath.org/29186 Reported by: gh-kliem Ticket author(s): Jonathan Kliem Reviewer(s): Jean-Philippe Labbé
- Loading branch information
Showing
3 changed files
with
69 additions
and
1 deletion.
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
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