coin-or / SHOT

A solver for mixed-integer nonlinear optimization problems
https://shotsolver.dev
Eclipse Public License 2.0
117 stars 25 forks source link

do not consider GAMS/Ipopt(H) if SHOT is build with Ipopt #136

Closed svigerske closed 2 years ago

svigerske commented 2 years ago

I could offer you this change to close #135.

The call in #135 would still fail, but the default Subsolver.GAMS.NLP.Solver=auto would no longer consider Ipopt, at least.

andreaslundell commented 2 years ago

Merged #137 instead.