Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/osqpPublic

The Operator Splitting QP Solver

License

NotificationsYou must be signed in to change notification settings

osqp/osqp

Repository files navigation

CICode coverageLicense

PyPI - downloadsConda - downloads

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

The documentation is available atosqp.org

The OSQP (Operator Splitting Quadratic Program) solver is a numerical optimization package for solving problems in the form

minimize        0.5 x' P x + q' xsubject to      l <= A x <= u

wherex in R^n is the optimization variable. The objective function is defined by a positive semidefinite matrixP in S^n_+ and vectorq in R^n. The linear constraints are defined by matrixA in R^{m x n} and vectorsl andu so thatl_i in R U {-inf} andu_i in R U {+inf} for alli in 1,...,m.

Citing OSQP

If you are using OSQP for your work, we encourage you to

We are looking forward to hearing your success stories with OSQP! Pleaseshare them with us.

Bug reports and support

Please report any issues via theGithub issue tracker. All types of issues are welcome including bug reports, documentation typos, feature requests and so on.

Numerical benchmarks

Numerical benchmarks against other solvers are availablehere.


[8]ページ先頭

©2009-2025 Movatter.jp