-
-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplicity and simpliciality for CombinatorialPolyhedron #27086
Comments
Changed keywords from Polyhedron, CombinatorialPolyhedron, simple, simplicial to Polyhedron, CombinatorialPolyhedron, simple, simplicial, flag |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:4
Posting this example, so I won't forget: An example for simpliness and simpliciality could look like this:
One can replace (This example is taken from lecture notes from Günter M. Ziegler.) |
comment:5
Ticket retargeted after milestone closed (if you don't believe this ticket is appropriate for the Sage 8.8 release please retarget manually) |
This comment has been minimized.
This comment has been minimized.
Author: Jonathan Kliem |
Commit: |
Branch: public/27086 |
Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:12
I believe that 'simplicity' is more appropriate than simpliness. |
Reviewer: Jean-Philippe Labbé |
Last 10 new commits:
|
comment:17
Rebased again. New commits:
|
Changed branch from public/27086-reb to public/27086-reb2 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:19
Ticket retargeted after milestone closed |
comment:20
In
- A polytope `P` is `k`-simple, if for every face `F`
- of codimension `k` the polytope `P/F` is simple.
+ A polytope `P` is `k`-simple, if every `(d-1-k)`-face
+ is contained in `k+1` facets of `P` for `1 <= k <= d-1`.
if face_iter.n_atom_rep() == d + 1:
- # The current face is a simplex.
+ # The current coface is a simplex.
face_iter.ignore_supfaces()
- cdef FaceIterator face_iter = self._face_iter(True, -2)
+ cdef FaceIterator coface_iter = self._face_iter(True, -2) |
Changed branch from public/27086-reb2 to public/27086-reb3 |
comment:22
I believe it is good to go. |
Changed reviewer from Jean-Philippe Labbé to Jean-Philippe Labbé, Laith Rastanawi |
Changed branch from public/27086-reb3 to |
We add a function to
CombinatorialPolyhedron
that returns the largest k such that the polyhedron isk-simple
/k-simplicial
.Depends on #28606
CC: @jplab
Component: geometry
Keywords: Polyhedron, CombinatorialPolyhedron, simple, simplicial, flag
Author: Jonathan Kliem
Branch/Commit:
a19efd6
Reviewer: Jean-Philippe Labbé, Laith Rastanawi
Issue created by migration from https://trac.sagemath.org/ticket/27086
The text was updated successfully, but these errors were encountered: