We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5df2ae commit 8be3d1cCopy full SHA for 8be3d1c
doc/xternal.c
@@ -124,10 +124,11 @@
124
* `cpx` | IBM ILOG CPLEX
125
* `xprs` | FICO XPress
126
* `grb` | Gurobi (version at least 7.0.2 required)
127
- * `clp` | CoinOR CLP (interface currently sometimes produces wrong results)
+ * `clp` | COIN-OR CLP (interface currently sometimes produces wrong results)
128
* `glop` | Google Glop (contained in OR-tools)
129
* `msk` | Mosek (version at least 7.0.0 required)
130
* `qsopt` | QSopt (experimental)
131
+ * `highs` | HiGHS (beta, sometimes failing)
132
* `none` | disables LP solving entirely (not recommended; only for technical reasons)
133
*/
134
0 commit comments