-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
CombinatorialPolyhedron: length_* to n_* #28614
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Commit: |
New commits:
|
Branch: public/28614 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
New commits:
|
Changed keywords from none to polytopes, combinatorial polyhedron |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:9
Actually due to merge conflict, this ticket depends on #28606 as well. |
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
comment:12
I rebased to #28606. |
comment:13
Waiting on #28606. |
Changed branch from public/28614 to public/28614-reb |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:17
do not import anything otherwise, looks good |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: Frédéric Chapoton |
comment:19
ok |
Changed branch from public/28614-reb to |
To make
CombinatorialPolyhedron
more consistent withPolyhedron
we change the following names.length_Hrepr
->n_Hrepresentation
length_Vrepr
->n_Vrepresentation
In
FaceIterator
:length_atom_repr
->n_atom_rep
(note that CombinatorialPolyhedron: abbrevations Hrepr -> Hrep etc. #28608 changesrepr
torep
)In
CombinatorialFace
:length_Vrepr
->n_ambient_Vrepresentation
length_Hrepr
->n_ambient_Hrepresentation
As both methods are public we keep the old methods with deprecation warnings.
As a follow up in #28615 we need to fix the alignment in
src/sage/geometry/polyhedron/combinatorial_polyhedron/base.pxd
. Fixing it in this ticket would lead to merge conflicts and as its trivial, we can easily do it later.CC: @jplab @LaisRast
Component: geometry
Keywords: polytopes, combinatorial polyhedron
Author: Jonathan Kliem
Branch/Commit:
2ad0ec0
Reviewer: Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/28614
The text was updated successfully, but these errors were encountered: