I'm trying to use HSL MA97 for IPOPT on Google colab. I succeeded to run IPOPT (and cyipopt) without HSL linear solver, but failed to run with HSL, for example ma97.
Thank you for your help.
The setting is as follows.
- install IPOPT using
!apt install coinor-libipopt1v5 coinor-libipopt-dev
- install cyipopt using
!pip install -q cyipopt
- clone ThirdParty-HSL
!git clone https://github.com/coin-or-tools/ThirdParty-HSL.git
- copy hsl to thirdParty-HSL and install
!cp -R /content/drive/MyDrive/solver/coinhsl/ /content/ThirdParty-HSL/
%cd /content/ThirdParty-HSL/
!./configure
!make
!make install
IPOPT works without HSL, but doesn't work with HSL. I want to find how to make it correct to IPOPT work with HSL MA97.
The following is the Colab notebook that I made.
https://colab.research.google.com/drive/1gFsHMlFUp6eVGEdf3W_t4DHZKhiE7xpx#scrollTo=-N_5KP7kIs8U