We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b548126 commit c6769b4Copy full SHA for c6769b4
1 file changed
papers/Dowson_et_al_2026/main.jl
@@ -62,7 +62,7 @@ TESTSETS = Dict(
62
63
results_filename = "results.log"
64
results = Any[]
65
-for ((p, n), (algorithms, solvers)) in TESTSETS, instance in 1:10
+for ((p, n), (algorithms, solvers)) in TESTSETS, instance in 1:1 #10
66
for alg in algorithms, solver in solvers
67
algorithm, optimizer = ALGORITHMS[alg], OPTIMIZERS[solver]
68
println("Running: p-$(p)_n-$(n)_$(instance) :: $alg :: $solver")
0 commit comments