mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-06 00:18:51 -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!(
|
@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
|
||||||
|
|||||||
Reference in New Issue
Block a user