Skip to content

Commit 7ba4117

Browse files
committed
Update descriptions
1 parent ede27a9 commit 7ba4117

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyomo/neos/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
'conopt': 'Feasible path NLP solver',
2121
'couenne': 'Deterministic global MINLP solver',
2222
'cplex': 'MILP solver',
23-
'filmint': 'Heuristic MINLP solver',
23+
'filmint': 'Deterministic local MINLP solver',
2424
'filter': 'SQP NLP solver',
2525
'ipopt': 'Interior point NLP solver',
26-
'knitro': 'Convex MINLP solver',
26+
'knitro': 'Convex NLP/MINLP solver',
2727
'l-bfgs-b': 'Bound-constrained NLP solver',
2828
'lancelot': 'Augmented Lagrangian NLP solver',
2929
'lgo': 'Lipschitz-Continuous Global Optimizer',
3030
'loqo': 'Interior point NLP solver',
31-
'minlp': 'Heuristic MINLP solver',
32-
'minos': 'SLC NLP solver',
31+
'minlp': 'Deterministic local MINLP solver',
32+
'minos': 'NLP solver',
3333
'minto': 'MILP solver',
3434
'mosek': 'Interior point NLP solver',
3535
'octeract': 'Deterministic global MINLP solver',

0 commit comments

Comments
 (0)