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 bc31491 commit 4cbe542Copy full SHA for 4cbe542
1 file changed
pyomo/neos/__init__.py
@@ -18,10 +18,10 @@
18
'conopt': 'Feasible path NLP solver',
19
'couenne': 'Deterministic global MINLP solver',
20
'cplex': 'MILP solver',
21
- 'fico-xpress': 'TODO',
+ 'fico-xpress': 'MILP solver',
22
'filmint': 'Deterministic local MINLP solver',
23
'filter': 'SQP NLP solver',
24
- 'highs': 'TODO',
+ 'highs': 'MILP solver',
25
'ipopt': 'Interior point NLP solver',
26
'knitro': 'Convex NLP/MINLP solver',
27
'l-bfgs-b': 'Bound-constrained NLP solver',
@@ -36,6 +36,6 @@
36
'ooqp': 'Convex QP solver',
37
'path': 'Nonlinear MCP solver',
38
'raposa': 'A Global Solver for Polynomial Programming Problems',
39
- 'scip': 'TODO',
+ 'scip': 'Deterministic global MINLP solver',
40
'snopt': 'SQP NLP solver',
41
}
0 commit comments