Commit 2024-01-09 16:50 43466302
View on Github →refactor(ProperCone): redefine ProperCone using PointedCone (#8878)
We change the definition of a ProperCone from being a nonempty, closed, ConvexCone to a closed, PointedCone.
This is mathematically (not definitionally) equivalent to the earlier definition as a PointedCone is mathematically (not definitionally) the same as a nonempty, ConvexCone.
The definition of PointedCone was added after ProperCone. Hence, needed to go back and update the definition.