]> gitweb.michael.orlitzky.com - dead/census-tools.git/commit
Change MINIMUM, MAXIMUM to MINIMIZE, MAXIMIZE respectively.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 26 Apr 2010 19:40:38 +0000 (15:40 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 26 Apr 2010 19:40:38 +0000 (15:40 -0400)
commitade85ef1d6cea62110e02a426f84042edd6613b9
tree2796032794bf734d368544676b6214759857a860
parentf4fbf9196b0d9f8332bc908ceb9c26612501ebf0
Change MINIMUM, MAXIMUM to MINIMIZE, MAXIMIZE respectively.
Add all useful lp_solve properties as properties of the LinearProgram class.
Create the lp_solve instance of a linear program on-demand.
Cache changes to the linear program until needed.
src/LinearProgramming.py