Changes between Version 20 and Version 23 of Ticket #27063
- Timestamp:
- 01/10/20 13:37:24 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27063
- Property Cc jipilab added
-
Ticket #27063 – Description
v20 v23 1 1 In #26887 we created a new class, that handles the calculations depending only on the combinatorial type more quickly. 2 2 3 The goal of this ticket is to make use of this class through `Polyhedron_base`.3 The goal of this ticket is to make use of this class throughout `Polyhedron_base`. 4 4 5 5 Add methods: 6 6 7 - #28621: Add method `combinatorial_polyhedron` 8 - #28646: `face_generator` 9 - facet graph7 - #28621: Add method `combinatorial_polyhedron`, 8 - #28646: `face_generator`, 9 - #28982: `hasse_diagram`. 10 10 11 11 Replace the existing computation: … … 17 17 - `vertex_digraph` 18 18 - `facet_adjacency_matrix`, 19 - `face_lattice`.19 - #28982 `face_lattice`. 20 20 21 21 Migrate code to CombinatorialPolyhedron: