]> gitweb.michael.orlitzky.com - dunshire.git/blob - TODO
Add a TODO with a bunch of things I need to do.
[dunshire.git] / TODO
1 1. Add doctests for simple examples like the ones in Dr. Gowda's paper
2 and the identity operator.
3
4 2. Add unit testing for crazier things like random invertible matrices.
5
6 3. Test that the primal/dual optimal values always agree (this implies
7 that we always get a solution).
8
9 4. Run the tests with make test.
10
11 5. Use pylint or whatever to perform static analysis.
12
13 6. Add real docstrings everywhere.
14
15 7. Try to eliminate the code in matrices.py.
16
17 8. Make it work on a cartesian product of cones in the correct order.
18
19 9. Make it work on a cartesian product of cones in the wrong order
20 (apply a perm utation before/after).