ryanjoneil / python-zibopt

Automatically exported from code.google.com/p/python-zibopt
2 stars 1 forks source link

deal with constants in objective functions properly #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
solver.maximize(objective=x+4) currently just uses the value of x. It should 
add 4.

Original issue reported on code.google.com by ryanjoneil on 23 Jun 2011 at 8:20

GoogleCodeExporter commented 9 years ago
This is fixed in v0.7.1

Original comment by ryanjoneil on 29 Dec 2011 at 10:29