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

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

@ -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

Loading…
Cancel
Save