Skip to content

Commit 68a47ba

Browse files
committed
Add KNITRO solver installation instructions to documentation
1 parent d44d359 commit 68a47ba

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

doc/source/install/index.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ or a conda environment.
3030

3131
::
3232

33-
pip install "cvxpy[CBC,CVXOPT,GLOP,GLPK,GUROBI,MOSEK,PDLP,SCIP,XPRESS]"
33+
pip install "cvxpy[CBC,CVXOPT,GLOP,GLPK,GUROBI,MOSEK,PDLP,SCIP,XPRESS,KNITRO]"
3434

3535
.. tab:: conda
3636

@@ -287,6 +287,18 @@ Install with Additional Solver Support
287287
See the `CUOPT github page <http://github.com/NVIDIA/cuopt>`_ for system requirments and installation instructions (pip, conda, or build from source).
288288
Follow this link for additional documentation on CUOPT_
289289

290+
.. info:: KNITRO
291+
:collapsible:
292+
293+
CVXPY supports the KNITRO solver.
294+
Simply install KNITRO such that you can ``import knitro`` in Python. You can do this by running
295+
296+
.. code-block:: python
297+
298+
pip install knitro
299+
300+
See the `KNITRO <https://www.artelys.com/solvers/knitro/>`_ website for additional instructions.
301+
290302
.. info:: Without default solvers
291303
:collapsible:
292304

0 commit comments

Comments
 (0)