This repository was archived by the owner on Jun 14, 2020. It is now read-only.

Description
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: