OSQP
Features
Efficient
OSQP uses a specialized ADMM-based first-order method with custom sparse linear algebra routines that exploit structure in problem data.
Robust
The algorithm is absolutely division free after the setup and it requires no assumptions on problem data (the problem only needs to be convex). It just works!
Free
OSQP is free and will always be free for everyone. Its license is Apache 2.0.
Embeddable
OSQP has an easy interface to generate customized embeddable C code with no memory manager required.
Many interfaces
OSQP supports many interfaces including C/C++, Fortran, Matlab, Python, R, Julia, Rust.
Library-free
OSQP is self-contained and requires no external library to run.
OSQP beats most QP solvers.
We benchmarked OSQP against problems from many different classes, applications and scalings. OSQP beats most available commercial and academic solvers.
Credits
Michel Schubiger
GPU implementation
Schindler R&D