Solve JuMP model with COSMO arbitrary precision

Afaik there is no support for arbitrary precision in JuMP, but is there a quick hack for COSMO?

The JuMP issue is: Generic numeric type in JuMP · Issue #2025 · jump-dev/JuMP.jl · GitHub.

but is there a quick hack for COSMO?

You can use COSMO without using JuMP:

You can also use COSMO with arbitrary precision through MathOptInterface or Convnex.jl.

1 Like