diff --git a/test/fixtures/bell5.h5 b/test/fixtures/bell5.h5 index f3262c7..8472b97 100644 Binary files a/test/fixtures/bell5.h5 and b/test/fixtures/bell5.h5 differ diff --git a/test/src/BB/test_bb.jl b/test/src/BB/test_bb.jl index f3399f5..85796d2 100644 --- a/test/src/BB/test_bb.jl +++ b/test/src/BB/test_bb.jl @@ -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