You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
) to the solver even if objectives to GurobiSolver.Solve() are unspecified. In effect, calling set_objective() before a call to solve() has no effect even when the model is updating after setting the objective.
The text was updated successfully, but these errors were encountered:
I have discovered a bug with the Gurobi solver interface.
GurobiSolver.solve()
callsGurobiSolver.set_objective()
internally (reframed/reframed/solvers/gurobi_solver.py
Line 240 in 15a52a9
reframed/reframed/solvers/gurobi_solver.py
Line 197 in 15a52a9
GurobiSolver.Solve()
are unspecified. In effect, callingset_objective()
before a call tosolve()
has no effect even when the model is updating after setting the objective.The text was updated successfully, but these errors were encountered: