Skip to content

Commit c6769b4

Browse files
committed
Ony test instance 1
1 parent b548126 commit c6769b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

papers/Dowson_et_al_2026/main.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ TESTSETS = Dict(
6262

6363
results_filename = "results.log"
6464
results = Any[]
65-
for ((p, n), (algorithms, solvers)) in TESTSETS, instance in 1:10
65+
for ((p, n), (algorithms, solvers)) in TESTSETS, instance in 1:1 #10
6666
for alg in algorithms, solver in solvers
6767
algorithm, optimizer = ALGORITHMS[alg], OPTIMIZERS[solver]
6868
println("Running: p-$(p)_n-$(n)_$(instance) :: $alg :: $solver")

0 commit comments

Comments
 (0)