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

View File

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