Skip to content

Commit

Permalink
Remove dual sign flip
Browse files Browse the repository at this point in the history
  • Loading branch information
IainNZ committed Aug 21, 2015
1 parent 624a91a commit 3695fdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/solvers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3695fdb

Please sign in to comment.