Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed May 25, 2020
1 parent 0fbd87d commit f4e1dec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1479,6 +1479,7 @@ cdef class CombinatorialPolyhedron(SageObject):

vertices = Vrep + facet_names
edges = tuple((Vrep[j], facet_names[n_facets - 1 - i]) for i,facet in enumerate(facet_iter) for j in facet.ambient_V_indices())
from sage.graphs.digraph import DiGraph
return DiGraph([vertices, edges], format='vertices_and_edges', immutable=True)

def f_vector(self):
Expand Down

0 comments on commit f4e1dec

Please sign in to comment.