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

Commit

Permalink
caching is_pyramid
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed Apr 3, 2020
1 parent 97db2de commit 77433d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1783,6 +1783,7 @@ cdef class CombinatorialPolyhedron(SageObject):

return not any(vertices)

@cached_method
def is_pyramid(self, certificate=False):
r"""
Test whether the polytope is a pyramid over one of its facets.
Expand Down

0 comments on commit 77433d7

Please sign in to comment.