diff --git a/src/solvers.jl b/src/solvers.jl index 9b2b9911c75..e8d3c3ebd9a 100644 --- a/src/solvers.jl +++ b/src/solvers.jl @@ -154,7 +154,6 @@ function solve(m::Model; suppress_warnings=false, # reporting it to the user if traits.conic && m.objSense == :Max m.objVal *= -1 - scale!(m.linconstrDuals, -1) end # If the solver was initially not set, we will restore this status