-
-
Notifications
You must be signed in to change notification settings - Fork 701
Closed
Milestone
Description
To make CombinatorialPolyhedron more consistent with Polyhedron we change the following names.
length_Hrepr->n_Hrepresentationlength_Vrepr->n_Vrepresentation
In FaceIterator:
length_atom_repr->n_atom_rep(note that CombinatorialPolyhedron: abbrevations Hrepr -> Hrep etc. #28608 changesreprtorep)
In CombinatorialFace:
length_Vrepr->n_ambient_Vrepresentationlength_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.
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