Skip to content
@osqp

OSQP

An organization for the OSQP solver and related repositories

OSQP - The Operator Splitting QP Solver

GitHub release version License

PyPI - downloads Conda - downloads Julia - downloads

OSQP is an optimization solver for Quadratic Programs (QPs) that uses the Alternating Direction Method of Multipliers (ADMM). It is written in pure C, is Apache-2.0 licensed, and can be compiled into a library-free embedded solver for control and robotics applications. Interfaces to high-level languages like Python, Julia, Matlab and R are also available, and OSQP can be used from modelling languages such as CVXPY, JuMP, and YALMIP.

Visit the documentation to learn how to use OSQP.

Visit our GitHub Discussions page for any questions related to the solver!

If you use OSQP in an academic work, please cite the relevant papers.

For more information, please see the OSQP website.

Installing

C

The OSQP C code can be found in the main OSQP repository, and build instructions can be found in the documentation.

Python

OSQP is available through PyPI by doing:

pip install osqp

OSQP is also available from Conda forge by doing:

conda install -c conda-forge osqp

Julia

OSQP is available in the general registry by running:

pkg> add OSQP

R

OSQP is available in CRAN by running:

install.packages("osqp")

Pinned

  1. osqp osqp Public

    The Operator Splitting QP Solver

    C 1.6k 345

  2. qdldl qdldl Public

    A free LDL factorisation routine

    C 74 38

  3. OSQP.jl OSQP.jl Public

    Julia interface for OSQP: The Operator Splitting QP Solver

    Julia 64 26

  4. osqp-python osqp-python Public

    Python interface for OSQP

    Python 97 36

  5. osqpth osqpth Public

    The differentiable OSQP solver layer for PyTorch

    Python 56 5

  6. osqp-matlab osqp-matlab Public

    Matlab interface for OSQP

    MATLAB 36 23

Repositories

Showing 10 of 24 repositories

Most used topics

Loading…