Skip to content

Commit

Permalink
Add MIQP for SCIP & GCG
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbelov committed Aug 28, 2024
1 parent 066ed75 commit 462daa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/solvers/_tables/slv_lin.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
:ref:`copt`,|y|,|y|,|y|,|y|,|y|,|n|,|y|,|n|
:ref:`mosek`,|y|,|y|,|y|,|y|,|y|,|n|,|y|,|n|
:ref:`highs`,|y|,|y|,|y|,|n|,|n|,|n|,|n|,|n|
:ref:`scip`,|y|,|y|,|n|,|n|,|y|,|y|,|y|,|y|
:ref:`gcg`,|y|,|y|,|n|,|n|,|y|,|y|,|y|,|y|
:ref:`scip`,|y|,|y|,|y| [3]_,|y| [3]_,|y|,|y|,|y|,|y|
:ref:`gcg`,|y|,|y|,|y| [3]_,|y| [3]_,|y|,|y|,|y|,|y|
:ref:`cbc`,|y|,|y|,|n|,|n|,|n|,|n|,|n|,|n|
1 change: 1 addition & 0 deletions docs/source/solvers/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Linear Solvers

.. [#] Conic programming: Mosek supports SOCP and exponential cones, other solvers only SOCP
.. [#] MINLP: Gurobi 11 requires the non-default setting `global=1`
.. [3] Capability added by automatic reformulations in the `MP Library <https://mp.ampl.com>`_.
Nonlinear Solvers
Expand Down

0 comments on commit 462daa3

Please sign in to comment.