mechmotum / cyipopt

Cython interface for the interior point optimzer IPOPT
Eclipse Public License 2.0
227 stars 54 forks source link

Is the linear solver in cyipopt MUMPS? #219

Closed Starry-sky0 closed 10 months ago

Starry-sky0 commented 11 months ago

Is the linear solver in cyipopt MUMPS?

moorepants commented 11 months ago

It depends on how you install cyipopt. cyipopt does not include any linear solver, but if you install from conda-forge, for example, the default solver available is mumps.