From: Michael Orlitzky Date: Mon, 2 Mar 2026 16:26:10 +0000 (-0500) Subject: mjo/cone/decomposition.py: update a comment / open question X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=62fb8a6aae22e0c82fce36764721f979bc99e855;p=sage.d.git mjo/cone/decomposition.py: update a comment / open question --- diff --git a/mjo/cone/decomposition.py b/mjo/cone/decomposition.py index 3d04c8d..b1e8cba 100644 --- a/mjo/cone/decomposition.py +++ b/mjo/cone/decomposition.py @@ -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))