From: Michael Orlitzky Date: Mon, 10 Oct 2016 12:58:16 +0000 (-0400) Subject: Add another TODO item. X-Git-Tag: 0.1.0~179 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=920c93e69916d70c293c8ab0caccb0b4d8ffb073 Add another TODO item. --- diff --git a/TODO b/TODO index 25beb4a..ab87751 100644 --- a/TODO +++ b/TODO @@ -18,3 +18,6 @@ 9. Come up with a fast heuristic (like making nu huge and taking e1 as our point) that finds a primal feasible point. + +10. Ensure that we only compute eigenvalues of *symmetric* matrices + (so that the eigenvalues are real).