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

This commit is contained in:
2022-10-18 19:01:13 -05:00
parent 571530c923
commit 237b138761

View File

@@ -96,6 +96,7 @@ 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