KIPET using Ipopt #525
-
I am trying to run kipet under windows 10. Installed Ipopt via conda. kipet example 1 runs fine. Example 2 fails, seems to be looking for libhsl.dll. Its not in my system. Not sure where to get it or put. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This usually comes up if one has selected a HSL linear solver that hasn't been build into Ipopt. Ipopt then looks for a library where it can load this from at runtime: https://coin-or.github.io/Ipopt/INSTALL.html#LINEARSOLVERLOADER Either provide such a library or select a different linear solver (https://coin-or.github.io/Ipopt/OPTIONS.html#OPT_linear_solver). |
Beta Was this translation helpful? Give feedback.
This usually comes up if one has selected a HSL linear solver that hasn't been build into Ipopt. Ipopt then looks for a library where it can load this from at runtime: https://coin-or.github.io/Ipopt/INSTALL.html#LINEARSOLVERLOADER
Either provide such a library or select a different linear solver (https://coin-or.github.io/Ipopt/OPTIONS.html#OPT_linear_solver).