Native Qp solver?

Hey,

I’m used to OSQP for QP solving in Float64, which had a lot of wrappers for all languages.

However, Julia has a deep understanding of what Is a real number, and I’d like to solve QP for any real number, including e.g. BigFloats, or even ball arithmetics.

Are there any QP solvers implemented in native Julia ?

COSMO is a pure julia solver supporting quadratic objective

4 Likes