From 005ffc29cb8278648d85015b46743695c177ed03 Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Wed, 5 Apr 2023 17:50:12 +0200 Subject: [PATCH] cosmo fails at high precision with zero condition --- test/1812.03456.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/1812.03456.jl b/test/1812.03456.jl index 46802b9..383e01e 100644 --- a/test/1812.03456.jl +++ b/test/1812.03456.jl @@ -176,7 +176,7 @@ end wd; upper_bound = UB, halfradius = 2, - optimizer = cosmo_optimizer(; accel = 50, alpha = 1.9), + optimizer = scs_optimizer(; accel = 50, alpha = 1.9), ) @test status == JuMP.OPTIMAL @test !certified