-
-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Labels
Description
This ticket gathers tickets related to the `CombinatorialPolyhedron' class.
The goal is to make this class consistent with the base class Polyhedron_base
.
- CombinatorialPolyhedron: edge_graph -> vertex_graph #28603:
edge_graph
->vertex_graph
. - CombinatorialPolyhedron: ridge_graph -> facet_graph #28604:
ridge_graph
->facet_graph
. - CombinatorialPolyhedron: replace attributes by methods #28605: Replace attributes in
CombinatorialPolyhedron
by methods, such that they can potentially be lazily evaluated.
This is motivated by Make CombinatorialPolyhedron a base class for polyhedra/lattice polytopes/cones #10777. - CombinatorialPolyhedron: unbounded -> is_bounded #28606:
unbounded(self)
->is_bounded(self)
. - CombinatorialPolyhedron: make f_vector a vector #28607: Make
f_vector
a vector. - CombinatorialPolyhedron: attributes, H -> facet_names; V -> Vrep #28613: Replace
V
andH
by more meaningful attributes/methods. - CombinatorialPolyhedron: length_* to n_* #28614:
length_*
->n_*
. - CombinatorialFace: replace Vrepr() and Hrepr() by more consistent names #28616: Replace
Vrepr()
andHrepr
by more consistent methods inCombinatorialFace
. - CombinatorialPolyhedron: abbrevations Hrepr -> Hrep etc. #28608:
repr
->rep
when abbreviating. - CombinatorialPolyhedron: Remove empty folder #28757: Remove empty folder
- Make
dim
and alias fordimension
in combinatorial polyhedron #29110: Makedim
and alias fordimension
in combinatorial polyhedron - CombinatorialPolyhedron:
bit_repr_
->bit_rep_
#29242: CombinatorialPolyhedron:bit_repr_
->bit_rep_
Some of the tickets also take care of minor bug fixes or typos.
CC: @jplab @tscrim @videlec @LaisRast @fchapoton
Component: geometry
Author: Jonathan Kliem
Reviewer: Jean-Philippe Labbé
Issue created by migration from https://trac.sagemath.org/ticket/28280