@@ -27,53 +27,58 @@ the license requirements for their desired solver.
2727 - Conda
2828 - License |br | Docs
2929 * - cplex
30- - ``pip install cplex ``
31- - ``conda install ‑c ibmdecisionoptimization \ cplex ``
30+ - ``pip install cplex ``
31+ - ``conda install ‑c ibmdecisionoptimization \ cplex ``
3232 - `License <https://www.ibm.com/products/ilog-cplex-optimization-studio/pricing >`__
3333 `Docs <https://www.ibm.com/docs/en/icos/latest?topic=cplex-installing >`__
3434 * - CPoptimizer
35- - ``pip install cplex \ docplex ``
36- - ``conda install ‑c ibmdecisionoptimization \ cplex docplex ``
35+ - ``pip install cplex \ docplex ``
36+ - ``conda install ‑c ibmdecisionoptimization \ cplex docplex ``
3737 - `License <https://github.com/IBMDecisionOptimization/docplex-doc/blob/master/LICENSE.txt >`__
3838 `Docs <https://ibmdecisionoptimization.github.io/docplex-doc/getting_started_python.html >`__
3939 * - cyipopt
40- - ``pip install cyipopt ``
41- - ``conda install ‑c conda‑forge cyipopt ``
40+ - ``pip install cyipopt ``
41+ - ``conda install ‑c conda‑forge cyipopt ``
4242 - `License <https://cyipopt.readthedocs.io/en/stable/#copyright >`__
4343 `Docs <https://cyipopt.readthedocs.io/en/stable/install.html >`__
4444 * - glpk
4545 - N/A
46- - ``conda install ‑c conda‑forge glpk ``
46+ - ``conda install ‑c conda‑forge glpk ``
4747 - `License <https://www.gnu.org/licenses/licenses.html >`__
4848 `Docs <https://www.gnu.org/software/glpk/ >`__
4949 * - Gurobi
50- - ``pip install gurobipy ``
51- - ``conda install ‑c gurobi gurobi ``
50+ - ``pip install gurobipy ``
51+ - ``conda install ‑c gurobi gurobi ``
5252 - `License <https://www.gurobi.com/solutions/licensing/ >`__
5353 `Docs <https://support.gurobi.com/hc/en-us/articles/360044290292-How-do-I-install-Gurobi-for-Python >`__
5454 * - HiGHS
55- - ``pip install highspy ``
56- - ``conda install ‑c conda‑forge highspy ``
55+ - ``pip install highspy ``
56+ - ``conda install ‑c conda‑forge highspy ``
5757 - `License <https://github.com/ERGO-Code/HiGHS/blob/master/LICENSE.txt >`__
5858 `Docs <https://ergo-code.github.io/HiGHS/dev/interfaces/python/ >`__
59+ * - KNITRO
60+ - ``pip install knitro ``
61+ - N/A
62+ - `License <https://www.artelys.com/solvers/knitro/ >`__
63+ `Docs <https://www.artelys.com/app/docs/knitro/index.html >`__
5964 * - MAiNGO
60- - ``pip install maingopy ``
65+ - ``pip install maingopy ``
6166 - N/A
6267 - `License <https://git.rwth-aachen.de/avt-svt/public/maingo/-/blob/master/LICENSE >`__
6368 `Docs <https://avt-svt.pages.rwth-aachen.de/public/maingo/install.html >`__
6469 * - PyMUMPS
65- - ``pip install pymumps ``
66- - ``conda install ‑c conda‑forge pymumps ``
70+ - ``pip install pymumps ``
71+ - ``conda install ‑c conda‑forge pymumps ``
6772 - `License <https://github.com/PyMumps/pymumps/blob/master/COPYING >`__
6873 `Docs <https://github.com/pymumps/pymumps >`__
6974 * - SCIP
7075 - N/A
71- - ``conda install ‑c conda‑forge scip ``
76+ - ``conda install ‑c conda‑forge scip ``
7277 - `License <https://www.scipopt.org/scip/doc/html/LICENSE.php >`__
7378 `Docs <https://www.scipopt.org/index.php#download >`__
7479 * - XPRESS
75- - ``pip install xpress ``
76- - ``conda install ‑c fico‑xpress xpress ``
80+ - ``pip install xpress ``
81+ - ``conda install ‑c fico‑xpress xpress ``
7782 - `License <https://www.fico.com/en/fico-xpress-trial-and-licensing-options >`__
7883 `Docs <https://www.fico.com/fico-xpress-optimization/docs/latest/solver/optimizer/python/HTML/chIntro.html?scroll=secInstall >`__
7984
0 commit comments