File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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' ,
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments