Skip to content

Commit

Permalink
I screwed up the merge
Browse files Browse the repository at this point in the history
  • Loading branch information
guimarqu committed Sep 8, 2021
1 parent 1052a53 commit b1a7db9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Algorithm/treesearch.jl
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,6 @@ function updatedualbound!(data::TreeSearchRuntimeData, reform::Reformulation)
end
end

if isbetter(worst_bound, data.worst_db_of_pruned_node)
worst_bound = data.worst_db_of_pruned_node
end

set_ip_dual_bound!(treestate, worst_bound)
return
end
Expand Down

0 comments on commit b1a7db9

Please sign in to comment.