Interfaces ============ OSQP has several interfaces. The information about settings, status values and how to assign different linear system solvers appear in the following links * :ref:`Solver settings ` * :ref:`Linear system solvers ` * :ref:`Status values ` .. toctree:: :maxdepth: 1 :glob: :hidden: solver_settings.rst linear_systems_solvers.rst status_values.rst Official ---------- +------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------------------+ | Language | Maintainers | Repository | +====================================+==========================================================+==========================================================================================+ | :ref:`C ` | | `Bartolomeo Stellato `_ | `github.com/oxfordcontrol/osqp `_ | | | | `Goran Banjac `_ | | | | | `Paul Goulart `_ | | +------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------------------+ | :ref:`Python ` | | `Bartolomeo Stellato `_ | `github.com/oxfordcontrol/osqp-python `_ | | | | `Goran Banjac `_ | | +------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------------------+ | :ref:`Matlab ` | | `Bartolomeo Stellato `_ | `github.com/oxfordcontrol/osqp-matlab `_ | | | | `Goran Banjac `_ | | | | | `Paul Goulart `_ | | +------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------------------+ | :ref:`Julia ` | | `Twan Koolen `_ | `github.com/oxfordcontrol/OSQP.jl `_ | | | | `BenoƮt Legat `_ | | | | | `Bartolomeo Stellato `_ | | +------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------------------+ | :ref:`R ` | | `Bartolomeo Stellato `_ | `github.com/oxfordcontrol/osqp-r `_ | | | | `Paul Goulart `_ | | +------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------------------+ .. toctree:: :maxdepth: 1 :glob: :hidden: CC++.rst python.rst matlab.rst julia.rst rlang.rst Community Maintained -------------------- +------------------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------------------+ | Language | Maintainers | Repository | +================================================+==========================================================+==========================================================================================+ | :ref:`C++/Eigen Google ` | | `Miles Lubin `_ | `github.com/google/osqp-cpp `_ | +------------------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------------------+ | :ref:`C++/Eigen Robotology ` | | `Giulio Romualdi `_ | `github.com/robotology/osqp-eigen `_ | +------------------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------------------+ | :ref:`Rust ` | | `Ed Barnard `_ | `github.com/oxfordcontrol/osqp.rs `_ | +------------------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------------------+ | :ref:`Ruby ` | | `Andrew Kane `_ | `https://github.com/ankane/osqp `_ | +------------------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------------------+ | :ref:`Fortran ` | | `Nick Gould `_ | `github.com/oxfordcontrol/osqp-fortran `_ | | | | `Bartolomeo Stellato `_ | | | | | `Paul Goulart `_ | | +------------------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------------------+ | :ref:`Cutest ` | | `Nick Gould `_ | `github.com/ralna/CUTEst `_ | +------------------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------------------+ .. toctree:: :maxdepth: 1 :glob: :hidden: eigen_google.rst eigen_robotology.rst rust.rst ruby.rst fortran.rst cutest.rst