From 62fb8a6aae22e0c82fce36764721f979bc99e855 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 2 Mar 2026 11:26:10 -0500 Subject: [PATCH] mjo/cone/decomposition.py: update a comment / open question --- mjo/cone/decomposition.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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)) -- 2.51.0