ericphanson / ConvexTests.jl

Uses the Convex.jl Problem Depot to test various optimization solvers
MIT License
10 stars 5 forks source link

Fix COSMO errors #1

Closed migarstka closed 4 years ago

migarstka commented 4 years ago

Using slighly different solver options should fix most of the errors when the test problems are solved with COSMO.jl.

Current errors:

LPs

SOCP

SDPs

ericphanson commented 4 years ago

Awesome, thanks for the diagnosis and fixes!

ericphanson commented 4 years ago

We could also do a "variant", where we run it twice, once with decompose=true and once decompose=false (like the variants for the SDPA tests for example).