BB: Reduce node limit in tests

master
Alinson S. Xavier 3 years ago
parent d8b80f00ca
commit 4be2aa0be7
Signed by: isoron
GPG Key ID: 0DA8E4B9E1109DCA

Binary file not shown.

@ -99,8 +99,8 @@ function bb_run(optimizer_name, optimizer; large = true)
@time BB.solve!( @time BB.solve!(
mip, mip,
initial_primal_bound = mip_primal_bound, initial_primal_bound = mip_primal_bound,
print_interval = 10, print_interval = 1,
node_limit = 100, node_limit = 25,
branch_rule = branch_rule, branch_rule = branch_rule,
) )
end end

Loading…
Cancel
Save