]> gitweb.michael.orlitzky.com - dunshire.git/shortlog
dunshire.git
2016-10-06 Michael OrlitzkyAdd variable name exceptions to the `make lint` target.
2016-10-06 Michael OrlitzkyUpdate the `make clean` target for the new source locat...
2016-10-06 Michael OrlitzkyReorganize the source under src/dunshire.
2016-10-06 Michael OrlitzkyFix lint warnings and a few variable errors in symmetri...
2016-10-06 Michael OrlitzkyMove the pretty_print_dict() method out of the class...
2016-10-06 Michael OrlitzkyPlay with the error/solution formatting some more.
2016-10-06 Michael OrlitzkyMore work-in-progress on solutions and their errors.
2016-10-05 Michael OrlitzkyRemove member vars from SymmetricLinearCone and work...
2016-10-05 Michael OrlitzkyAdd the errors module, in a non-working state.
2016-10-05 Michael OrlitzkyStart to clean up pylint warnings in symmetric_linear_g...
2016-10-05 Michael OrlitzkyAdd a "make lint" target.
2016-10-05 Michael OrlitzkyAdd doctests for the matrices module and fix its pylint...
2016-10-05 Michael OrlitzkyAdd documentation, tests, and containment functions...
2016-10-05 Michael OrlitzkyAdd a norm function to the matrices module.
2016-10-05 Michael OrlitzkyAdd another TODO to compare against a tolerance parameter.
2016-10-05 Michael OrlitzkyAdd a most basic test suite runner (for doctests only...
2016-10-05 Michael OrlitzkyAdd another TODO to check the dimensions of the PSD...
2016-10-05 Michael OrlitzkyAdd two more TODO items.
2016-10-05 Michael OrlitzkyAdd a TODO with a bunch of things I need to do.
2016-10-05 Michael OrlitzkyAdd a word to the README.
2016-10-05 Michael OrlitzkyAdd a makefile.
2016-10-05 Michael OrlitzkySimplify the model a bit.
2016-10-05 Michael OrlitzkyInitial commit of something that returns an answer.