]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
mjo/cone/decomposition.py: update a comment / open question
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 2 Mar 2026 16:26:10 +0000 (11:26 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 2 Mar 2026 16:26:10 +0000 (11:26 -0500)
mjo/cone/decomposition.py

index 3d04c8dba929d40ea9807bdae4aae19a178767c5..b1e8cbafa22393775fbd04672771f873466a21c6 100644 (file)
@@ -314,7 +314,6 @@ def nonlineal_part(K, orthogonal=False):
         if not (v := V(r)) in linspace
     ]
 
-    # The generating set should be minimal, but PPL may be able to
-    # rescale it: there's no guarantee we don't have a bunch of rays
-    # that can all be divided by two, for example.
+    # Open question: is THIS generating set minimal? The orthogonal
+    # projections are, but what about ours?
     return (Cone(P_rays, lattice=lat))