File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1414
1515# Static documentation for NEOS solvers
1616doc = {
17+ 'baron' : 'Heuristic MINLP solver' ,
1718 'bonmin' : 'Heuristic MINLP solver' ,
1819 'cbc' : 'MILP solver' ,
1920 'conopt' : 'Feasible path NLP solver' ,
3031 'minos' : 'SLC NLP solver' ,
3132 'minto' : 'MILP solver' ,
3233 'mosek' : 'Interior point NLP solver' ,
33- # 'octeract': 'Deterministic global MINLP solver',
34+ 'octeract' : 'Deterministic global MINLP solver' ,
3435 'ooqp' : 'Convex QP solver' ,
3536 'path' : 'Nonlinear MCP solver' ,
3637 'snopt' : 'SQP NLP solver' ,
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ def test_mosek(self):
163163 # [16 Jul 24]: Octeract is erroring. We will disable the interface
164164 # (and testing) until we have time to resolve #3321
165165 # [20 Sep 24]: and appears to have been removed from NEOS
166- #
166+ # [24 Apr 25]: appears to be working again
167167 def test_octeract (self ):
168168 self ._run ('octeract' )
169169
You can’t perform that action at this time.
0 commit comments