From: Michael Orlitzky Date: Wed, 5 Oct 2016 12:36:03 +0000 (-0400) Subject: Add two more TODO items. X-Git-Tag: 0.1.0~221 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=a843cd2917655c9a0a151d03d2a76e02d0f18a85 Add two more TODO items. --- diff --git a/TODO b/TODO index a75a1aa..2ab222a 100644 --- a/TODO +++ b/TODO @@ -18,3 +18,8 @@ 9. Make it work on a cartesian product of cones in the wrong order (apply a perm utation before/after). + +10. Add (strict) cone containment tests to sanity check e1,e2. + +11. Rename all of my variables so that they don't conflict with CVXOPT. + Maybe x -> xi and y -> gamma in my paper, if that works out.