]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/cone/cone.py
Update existing tests to use the codim() function.
[sage.d.git] / mjo / cone / cone.py
2015-06-04 Michael OrlitzkyUpdate existing tests to use the codim() function.
2015-06-04 Michael OrlitzkyAdd the cone codim() function.
2015-06-04 Michael OrlitzkySwitch existing tests to use the lineality() method.
2015-06-04 Michael OrlitzkyAdd a cone lineality function.
2015-06-03 Michael OrlitzkyRemove unused code and implement the improved Lyapunov...
2015-06-03 Michael OrlitzkyAdd the project_span() function.
2015-06-01 Michael OrlitzkyAdd some more reduction theorem test cases.
2015-06-01 Michael OrlitzkyRemove the broken isomorphism tests leaving the reducti...
2015-06-01 Michael OrlitzkyTry the span_iso approach to fix my isomorphism tests.
2015-06-01 Michael OrlitzkyCommit the good (?) version of 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...