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

Commit

Permalink
removed method for Vinv
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed Oct 15, 2019
1 parent 84ef31b commit 588afa4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ cdef class CombinatorialPolyhedron(SageObject):
cdef PolyhedronFaceLattice _all_faces # class to generate Hasse diagram incidences

cdef tuple V(self)
cdef dict Vinv(self)
cdef tuple H(self)
cdef tuple equalities(self)
cdef unsigned int length_Vrepr(self)
Expand Down

0 comments on commit 588afa4

Please sign in to comment.