Closed bobmyhill closed 5 years ago
@mcmtroffaes I think this one is ready - one can now get vertex and facet adjacencies for polytopes defined using both fraction and float matrices.
Let me know whether you would like me to change anything. I'll rebase PR #34 as and when this is merged.
Superseded by #34 so closing...
This PR exposes cddlib's adjacency list (addressing Issue #32). It includes:
Polyhedron().get_adjacency_list()
, which returns a SetFamily instance containing the adjacency list (stored as a tuple of frozensets)