[Ipopt-tickets] [Ipopt] #279: Error when installing Matlab interface on Linux

Ipopt coin-trac at coin-or.org
Wed Feb 8 06:57:01 EST 2017


#279: Error when installing Matlab interface on Linux
--------------------------+------------------------------------
  Reporter:  aragon.song  |      Owner:  ipopt-team
      Type:  defect       |     Status:  new
  Priority:  normal       |  Component:  Ipopt
   Version:  3.12         |   Severity:  normal
Resolution:               |   Keywords:  Matlab Interface Error
--------------------------+------------------------------------

Comment (by dmohankkvr):

 I have recently installed Ipopt for matlab, and it is working. I too got
 it crashed at the first time while running the examples. The error is
 because it is using the inbuilt hsl solver files instead of the ipopt's
 hsl routines. For this, you need to build a static ipopt library. You need
 to make sure that there is no dynamic library of ipopt (libipopt.so). You
 try to compile it fresh from the beginning in a different folder and let
 me know if the crash still persists. Alternatively, you can download the
 compiled mex files from the repository, or I can provide them for you.
 They should work fine without any error.

--
Ticket URL: <https://projects.coin-or.org/Ipopt/ticket/279#comment:6>
Ipopt <http://projects.coin-or.org/Ipopt>
Interior-point optimizer for nonlinear programs.



More information about the Ipopt-tickets mailing list