Skip to content

Commit

Permalink
rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
guimarqu committed Apr 15, 2021
1 parent e7a6e87 commit 97ed490
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Algorithm/colgen.jl
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ function compute_red_cost(
else
red_cost = getvalue(spsol)
end
# red_cost -= (spinfo.lb * spinfo.lb_dual + spinfo.ub * spinfo.ub_dual)
red_cost -= spinfo.lb_dual + spinfo.ub_dual
return red_cost
end
Expand Down

0 comments on commit 97ed490

Please sign in to comment.