mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-06 08:28:52 -06:00
BB: Make aggregation configurable
This commit is contained in:
@@ -79,6 +79,8 @@ function runtests(optimizer_name, optimizer; large = true)
|
||||
BB.StrongBranching(),
|
||||
BB.ReliabilityBranching(),
|
||||
BB.HybridBranching(),
|
||||
BB.StrongBranching(aggregation=:min),
|
||||
BB.ReliabilityBranching(aggregation=:min),
|
||||
]
|
||||
for branch_rule in branch_rules
|
||||
for instance in ["bell5", "vpm2"]
|
||||
|
||||
Reference in New Issue
Block a user