Skip to content

Commit 4cbe542

Browse files
committed
Add solver descriptions
1 parent bc31491 commit 4cbe542

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyomo/neos/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
'conopt': 'Feasible path NLP solver',
1919
'couenne': 'Deterministic global MINLP solver',
2020
'cplex': 'MILP solver',
21-
'fico-xpress': 'TODO',
21+
'fico-xpress': 'MILP solver',
2222
'filmint': 'Deterministic local MINLP solver',
2323
'filter': 'SQP NLP solver',
24-
'highs': 'TODO',
24+
'highs': 'MILP solver',
2525
'ipopt': 'Interior point NLP solver',
2626
'knitro': 'Convex NLP/MINLP solver',
2727
'l-bfgs-b': 'Bound-constrained NLP solver',
@@ -36,6 +36,6 @@
3636
'ooqp': 'Convex QP solver',
3737
'path': 'Nonlinear MCP solver',
3838
'raposa': 'A Global Solver for Polynomial Programming Problems',
39-
'scip': 'TODO',
39+
'scip': 'Deterministic global MINLP solver',
4040
'snopt': 'SQP NLP solver',
4141
}

0 commit comments

Comments
 (0)