Skip to content

Commit b137d74

Browse files
committed
Update
1 parent d01dcde commit b137d74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

papers/Dowson_et_al_2026/main.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ end
4848

4949
ALGORITHMS = Dict(
5050
"TambyVanderpooten" => MOA.TambyVanderpooten(),
51-
"Chalmet" => MOA.Chalmet(),
51+
"Dichotomy" => MOA.Dichotomy(),
5252
"EpsilonConstraint" => MOA.EpsilonConstraint(),
5353
)
5454

5555
OPTIMIZERS = Dict("HiGHS" => HiGHS.Optimizer, "Gurobi" => Gurobi.Optimizer)
5656

5757
TESTSETS = Dict(
5858
(2, 200) => (
59-
["TambyVanderpooten", "Chalmet", "EpsilonConstraint"],
59+
["TambyVanderpooten", "Dichotomy", "EpsilonConstraint"],
6060
["HiGHS", "Gurobi"],
6161
),
6262
(3, 100) => (["TambyVanderpooten"], ["Gurobi"]),

0 commit comments

Comments
 (0)