]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/cone/cone.py
README: rewrite it, it was rather out-of-date
[sage.d.git] / mjo / cone / cone.py
2015-06-01 Michael OrlitzkyCommit the busted version of cone.py.
2015-05-31 Michael OrlitzkyAdd a few tests for LL(K).
2015-05-30 Michael OrlitzkyFix the LL(K) code.
2015-05-24 Michael OrlitzkyFirst attempt at implementing LL(K); it doesn't work.
2015-05-24 Michael OrlitzkyAdd citations for Lyapunov rank examples/tests.
2015-05-24 Michael OrlitzkyRemove is_full_space() and random_cone(); see Sage...
2015-05-19 Michael OrlitzkyFactor out the is_full_space() function.
2015-05-19 Michael OrlitzkyDon't count on 2*dim(V) rays generating V.
2015-05-19 Michael OrlitzkyEnsure that we generate min_rays generators; add more...
2015-05-19 Michael OrlitzkySimplify the random_cone() code by defaulting to lower...
2015-05-18 Michael OrlitzkyFactor out the discrete_complementarity_set() function.
2015-05-14 Michael OrlitzkyAdd a random_cone() function and use it in two tests.
2015-05-11 Michael OrlitzkyAdd basic Lyapunov rank implementation for polyhedral...