Skip to content

Commit

Permalink
add mm fig to docs (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
bodono authored Aug 24, 2024
1 parent 339ca81 commit 4a1ac5b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Binary file added docs/src/files/qp_solvers_benchmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,22 @@ Features
* **Accelerated**: Includes :ref:`acceleration <acceleration>` that can improve convergence to high accuracy.
* **Battle-tested**: The first ADMM-based solver available, and in wide usage.

Performance
-----------

SCS is a fast and reliable optimization library. For instance, it is one of the
most performant solvers as determined by the third-party `QP solvers benchmark
<https://github.com/qpsolvers/qpbenchmark>`_ on the challenging Maros-Meszaros
QP test suite. This is despite SCS being a general quadratic conic solver and
not specifically tailored for QPs.

.. figure:: files/qp_solvers_benchmark.png
:scale: 80 %
:align: center
:alt: map to buried treasure

SCS is faster and more reliable than most other solvers.


Development
-----------
Expand Down

0 comments on commit 4a1ac5b

Please sign in to comment.