Currently, when a nonlinear objective function is passed to solver.minimize or
solver.maximize, a new variable is added to the solver equal to that
expression. This is because SCIP can only optimize a linear objective
function. Instead of setting it equal, we should be using an inequality as
this may give better performance in some circumstances.
Original issue reported on code.google.com by ryanjoneil on 20 Jun 2011 at 3:30
Original issue reported on code.google.com by
ryanjoneil
on 20 Jun 2011 at 3:30