diff --git a/src/bb/varbranch/strong.jl b/src/bb/varbranch/strong.jl index 306bfae..ec31942 100644 --- a/src/bb/varbranch/strong.jl +++ b/src/bb/varbranch/strong.jl @@ -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