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

This reverts commit 237b138761.
This commit is contained in:
2022-10-18 20:21:56 -05:00
parent 237b138761
commit adba8389ce

View File

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