From: Michael Orlitzky Date: Tue, 6 Dec 2016 16:02:19 +0000 (-0500) Subject: Add another TODO. X-Git-Tag: 0.1.2~20 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=062eeb7b6ffff9b74c8b04c0cf1cf0cea43d8684 Add another TODO. --- diff --git a/TODO b/TODO index 4c7452f..9469084 100644 --- a/TODO +++ b/TODO @@ -4,3 +4,7 @@ 3. Make it work on a cartesian product of cones in the wrong order (apply a permutation before/after). + +4. Add random_game() and use it to replace all of the tests where + the cone is irrelevant. This should be done only after we are + feature complete and sure that everything works.