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

Commit

Permalink
ConvexRationalPolyhedralCone.is_compact: Define
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jun 10, 2021
1 parent 007e6fd commit 73e39ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sage/geometry/cone.py
Original file line number Diff line number Diff line change
Expand Up @@ -3311,6 +3311,8 @@ def is_trivial(self):
"""
return self.nrays() == 0

is_compact = is_trivial

def is_strictly_convex(self):
r"""
Check if ``self`` is strictly convex.
Expand Down

0 comments on commit 73e39ce

Please sign in to comment.