mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-06 08:28:52 -06:00
BB.Strong: Set bounds for all int vars in strong_branch_start
This commit is contained in:
@@ -96,6 +96,7 @@ 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user