-
-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Milestone
Description
We move the method vertex_facet_graph
from Polyhedron_base
to CombinatorialPolyhedron
.
Along the way we fix an bug, namely that vertex_facet_graph(labels=False)
has the edges the wrong way::
sage: P = polytopes.cube()
sage: P.vertex_facet_graph().is_isomorphic(P.vertex_facet_graph(False))
False
sage: P.vertex_facet_graph().is_isomorphic(P.vertex_facet_graph(False).reverse())
True
Component: geometry
Keywords: polyhedra, vertex facet graph, combinatorial polyhedron
Author: Jonathan Kliem
Branch/Commit: a36a211
Reviewer: Jean-Philippe Labbé
Issue created by migration from https://trac.sagemath.org/ticket/29188