BB: Reduce node limit in tests

This commit is contained in:
2023-03-22 10:17:59 -05:00
parent d8b80f00ca
commit 4be2aa0be7
2 changed files with 2 additions and 2 deletions

BIN
test/fixtures/bell5.h5 vendored

Binary file not shown.

View File

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