Changes between Version 14 and Version 17 of Ticket #27063
- Timestamp:
- 10/18/19 07:44:59 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27063
-
Property
Status
changed from
needs_review
toneeds_work
-
Property
Type
changed from
enhancement
totask
-
Property
Summary
changed from
Polyhedron: let CombinatorialPolyhedron do all combinatorial calculations
toTransition of combinatorial computations of Polyhedron to Combinatorial Type
-
Property
Status
changed from
-
Ticket #27063 – Description
v14 v17 3 3 The goal of this ticket is to make use of this class through `Polyhedron_base`. 4 4 5 Add :5 Add methods: 6 6 7 - #28621: `combinatorial_polyhedron`,7 - Add method `combinatorial_polyhedron` #28621 8 8 - a face iterator, 9 9 - facet graph 10 10 11 Replace :11 Replace the existing computation: 12 12 13 - #28625: `f_vector`,13 - `f_vector` : #28625, 14 14 - `faces`, 15 15 - `graph`/`vertex_graph`, `vertex_adjacency_matrix`, `vertex_digraph` … … 17 17 - `face_lattice`. 18 18 19 Finally, it might make sense to move code to `CombinatorialPolyhedron`. E.g. `is_prism` can be checked there and should only be checked there to avoid code duplication. 19 Migrate code to CombinatorialPolyhedron: 20 21 - `is_prism`