Skip to content

Commit

Permalink
use scs in tests (csdp is sloooooow)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalmarek committed Nov 28, 2023
1 parent e509a9e commit ace63bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ex_S4.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include(joinpath(@__DIR__, "solver.jl"))
const N = 4
@polyvar x[1:N]

OPTIMIZER = csdp_optimizer(; max_iters = 2_000, accel = 10, eps = 1e-7)
OPTIMIZER = scs_optimizer(; max_iters = 2_000, accel = 10, eps = 1e-7)

f =
1 +
Expand Down

0 comments on commit ace63bc

Please sign in to comment.