]> gitweb.michael.orlitzky.com - dead/census-tools.git/history - src/LinearProgramming.py
Added the SimplexIteration class to the LinearProgramming module.
[dead/census-tools.git] / src / LinearProgramming.py
2010-06-14 Michael OrlitzkyAdded the SimplexIteration class to the LinearProgrammi...
2010-06-12 Michael OrlitzkyAdded a setter for the type property.
2010-05-10 Michael OrlitzkyUpdate the search path within the LinearProgramming...
2010-04-26 Michael OrlitzkyAdd the objective_coefficient_gcd function to the Linea...
2010-04-26 Michael OrlitzkyUpdate the LinearProgramming module to depend directly...
2010-04-26 Michael OrlitzkyChange MINIMUM, MAXIMUM to MINIMIZE, MAXIMIZE respectively.
2010-04-26 Michael OrlitzkyRemove the inequality constants in favor of those defin...
2010-04-19 Michael OrlitzkyAdded the LinearProgramming module.