Changes between Initial Version and Version 12 of Ticket #29189
- Timestamp:
- 04/03/20 12:26:54 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29189
-
Property
Status
changed from
new
toneeds_work
-
Property
Commit
changed from
to
77433d7ad52ad07d4fbed331c0fed384998aa86e
-
Property
Branch
changed from
to
public/29189-reb2
-
Property
Reviewers
changed from
to
Laith Rastanawi
-
Property
Status
changed from
-
Ticket #29189 – Description
initial v12 1 1 This ticket migrates the methods `is_lawrence_polytope` and `is_pyramid` from `Polyhedron_base` to `CombinatorialPolyhedron`. 2 3 Also, we change the output for the `0`-dimensional polyhedron. It is a pyramid over the empty polyhedron, even if it is not constructable in sage. 4 5 Along the way we fix a small bug, where the trivial combinatorial polyhedron in dimension 0 was set up without vertices (and facets). The bug fix is tested by `CombinatorialPolyhedron(0).is_pyramid(certificate=True)`.