Revert "BB.Strong: Set bounds for all int vars in strong_branch_start"

This reverts commit 237b138761.
master
Alinson S. Xavier 3 years ago
parent 237b138761
commit adba8389ce
Signed by: isoron
GPG Key ID: 0DA8E4B9E1109DCA

@ -96,7 +96,6 @@ function _strong_branch_score(;
end end
function _strong_branch_start(node::Node) function _strong_branch_start(node::Node)
_strong_branch_end(node)
set_bounds!(node.mip, node.branch_vars, node.branch_lb, node.branch_ub) set_bounds!(node.mip, node.branch_vars, node.branch_lb, node.branch_ub)
end end

Loading…
Cancel
Save