Free Python optimization framework

Sunday, June 29, 2008

scale parameter for lpSolve

I have committed scale parameter (bool flag) handling for lpSolve.

It should be used as

p.solve('lpSolve', scale = 1)
or
p.solve('lpSolve', scale = True)

No comments: