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
{{ message }}
This repository was archived by the owner on Jun 14, 2020. It is now read-only.
Currently, LQOI essentially keeps the constant part of the objective for itself, storing it in a field of the optimizer rather than actually passing it to the solver. However, there are situations (like jump-dev/Gurobi.jl#111 ) where it's useful to actually have that constant exposed to the solver.
Exposing the objective constant to the solver would require that all the wrapped solvers support that: