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