1 | initial version |
In version 8.9 there will be CombinatorialPolyhedron, which can be initialized with a list of facets, as
CombinatorialPolyhedron([[1,2], [2,3], [3,4], [4,1]])
With this object you have a face iterator, the face lattice and some other methods. I don't know if that helps.
This is also available in the develop branch.
2 | No.2 Revision |
In version 8.9 there will be CombinatorialPolyhedron, which can be initialized with a list of facets, as
CombinatorialPolyhedron([[1,2], [2,3], [3,4], With this object you have a face iterator, the face lattice and some other methods. I don't know if that helps.
This is also available in the develop branch.
3 | No.3 Revision |
In From Sage version 8.9 8.9+ there will be CombinatorialPolyhedron, which can be initialized with a list of facets, as
CombinatorialPolyhedron([[1,2], [2,3], [3,4], [4,1]])
With this object you have a face iterator, the face lattice and some other methods. I don't know if that helps.
This is also available in the develop branch.
4 | No.4 Revision |
From Sage version 8.9+ there will be CombinatorialPolyhedron, CombinatorialPolyhedron
, which can be initialized with a list of facets, as
CombinatorialPolyhedron([[1,2], [2,3], [3,4], [4,1]])
With this object you have a face iterator, the face lattice and some other methods. I don't know if that helps.