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 Feb 20, 2020
1 parent 3af855d commit db79f1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,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 db79f1e

Please sign in to comment.