X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=TODO;h=ab87751f3168ceecdf739128a222dd766828c377;hb=920c93e69916d70c293c8ab0caccb0b4d8ffb073;hp=5dc0fded37116a1fb6332663191d8f6ec53cf6fb;hpb=750a4e1054ee94ceeb97b2671703c14cb26b022f;p=dunshire.git diff --git a/TODO b/TODO index 5dc0fde..ab87751 100644 --- a/TODO +++ b/TODO @@ -15,3 +15,9 @@ 7. Make sure we have the dimensions of the PSD cone correct. 8. Use a positive tolerance when comparing floating point numbers. + +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).