mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-06 08:28:52 -06:00
BB: Reduce node limit in tests
This commit is contained in:
BIN
test/fixtures/bell5.h5
vendored
BIN
test/fixtures/bell5.h5
vendored
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user