Skip to content

Commit

Permalink
update ECOS
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermebodin committed Jan 7, 2022
1 parent a9f922f commit 489cb22
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/Solvers/ecos_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ const ECOS_DUAL_FACTORY = dual_optimizer(ECOS_PRIMAL_FACTORY)
const ECOS_PRIMAL_OPT = MOI.instantiate(ECOS_PRIMAL_FACTORY)
const ECOS_DUAL_OPT = MOI.instantiate(ECOS_DUAL_FACTORY)

# Warm up to pass tests on x86
dual_problem = dualize(soc1_test())
test_strong_duality(
soc1_test(),
dual_problem.dual_model,
ECOS_PRIMAL_FACTORY,
1e-3,
1e-3,
)

@testset "ECOS conic Problems" begin
@testset "ECOS SOC problems" begin
Expand Down

0 comments on commit 489cb22

Please sign in to comment.