blob: 3b6ce63a6bb7a4e8d5634168789966274aacfa79 [file] [log] [blame]
Austin Schuh9049e202022-02-20 17:34:16 -08001.. _cutest_interface:
2
3CUTEst
4======
5
6The command to solve a problem in SIF format contained in the file
7probname.SIF is
8
9.. code::
10
11 runcutest -p osqp -D probname.SIF
12
13See the man page for runcutest for more details or other options.
14
15The default OSQP settings used in CUTEst appear in the `OSQP.SPC <https://github.com/ralna/CUTEst/blob/master/src/osqp/OSQP.SPC>`_ file.
16Optionally, new parameter values to overwrite the default values can be stored in a file :code:`OSQP.SPC` in the directory where the :code:`runcutest` command is executed.
17The format of the file :code:`OSQP.SPC` is the parameter name starting in the first column followed by one or more spaces and then the parameter value.
18The parameter names are case sensitive.
19If the parameter value is :code:`true` or :code:`false`, then use :code:`1` for true and :code:`0` for :code:`false`.
20
21For more details see the `README.osqp <https://github.com/ralna/CUTEst/blob/master/src/osqp/README.osqp>`_ file in the CUTEst repository.
22