Replies: 1 comment 2 replies
-
Installing dependencies like ASL, HSL, or Mumps into the same prefix as Ipopt is usually the easiest, since then the Ipopt configure would pick them up. The output of Ipopt's configure should tell whether dependencies have been found. Not specifying When building own code to compile and link against Ipopt, you will need to use proper compiler and linker flags, so that Ipopt headers and library are found and used. In the easiest case, this is |
Beta Was this translation helpful? Give feedback.
-
I'm a student and I'm new to Linux. I want to install IPOPT for solving a non-linear problem. I followed the instructions provided in this link: https://coin-or.github.io/Ipopt/INSTALL.html.
I installed the following third-party dependencies: ThirdParty-ASL, ThirdParty-HSL, and ThirdParty-Mumps.
To install IPOPT, I performed the following steps:
These steps were completed successfully, but I am unsure how to configure IPOPT with HSL, ASL, and Mumps for solving non-linear problems. Additionally, I'm uncertain about how to verify that the installation was successful. the IpIpoptApplication.hpp not found.
I would appreciate any guidance or assistance. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions