Skip to content

Commit 3c0dab0

Browse files
authored
Merge branch 'main' into kkt-transform-refactor
2 parents 1bec2cc + ae0ae63 commit 3c0dab0

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

pyomo/neos/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'minos': 'NLP solver',
3333
'minto': 'MILP solver',
3434
'mosek': 'Interior point NLP solver',
35-
'octeract': 'Deterministic global MINLP solver',
35+
# 'octeract': 'Deterministic global MINLP solver',
3636
'ooqp': 'Convex QP solver',
3737
'path': 'Nonlinear MCP solver',
3838
'raposa': 'A Global Solver for Polynomial Programming Problems',

pyomo/neos/tests/test_neos.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,9 @@ def test_mosek(self):
278278
# [24 Apr 25]: it appears to be there but causes timeouts
279279
# [29 Apr 25]: JK, it has been removed again
280280
# [21 Apr 26]: it is ALIVE again
281-
def test_octeract(self):
282-
self._run('octeract')
281+
# [28 Apr 26]: It lasted longer than last time but alas is gone again
282+
# def test_octeract(self):
283+
# self._run('octeract')
283284

284285
def test_ooqp(self):
285286
if self.sense == pyo.maximize:

0 commit comments

Comments
 (0)