You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dynamics and nonlinear constraints must be defined coordinatewise to use ExaModels.jl (`:exa`). Check [the problem definition manual](@ref manual-abstract-dynamics-coord) for more information.
93
93
94
-
For instance, let us try MadNLP solver with ExaModel modeller.
94
+
!!! note
95
+
96
+
MadNLP is shipped only with two linear solvers (Umfpack and Lapack), which are not adapted is some cases. We recommend to use [MadNLPMumps](https://madsuite.org/MadNLP.jl/stable/installation/#Installation) to solve your optimal control problem with [MUMPS](https://mumps-solver.org) linear solver.
97
+
98
+
For instance, let us try MadNLPMumps solver with ExaModel modeller.
0 commit comments