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

Commit

Permalink
little improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed Mar 13, 2020
1 parent 7cf6c20 commit da9e835
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1781,7 +1781,7 @@ cdef class CombinatorialPolyhedron(SageObject):
vertices[one] = 0
vertices[two] = 0

return all(x == 0 for x in vertices)
return not any(vertices)

def is_pyramid(self, certificate=False):
r"""
Expand Down

0 comments on commit da9e835

Please sign in to comment.