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 problem seems to come from adding the constant term in the function LQOI.get_objective_bound(model::Optimizer), in MOI_wrapper.jl - maybe that was needed some time ago, but not anymore, as can be seen from the results below.
Consider the model
The expected result would be "3.0, 3.0", but instead we get "6.0, 3.0"
To problem seems to come from adding the constant term in the function
LQOI.get_objective_bound(model::Optimizer)
, inMOI_wrapper.jl
- maybe that was needed some time ago, but not anymore, as can be seen from the results below.I tested also Gurobi.jl, which indeed returns "3.0, 3.0"
The text was updated successfully, but these errors were encountered: