coin-or / Ipopt

COIN-OR Interior Point Optimizer IPOPT

Home Page:https://coin-or.github.io/Ipopt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solver interface definitions

bharswami opened this issue · comments

Hi,
I am trying to build Ipopt from the source code to create a MATLAB mex file. I have been able to do that without the linear solver functions definitions.
Where can we get the source code for the linear solver function definitions (Interface files are available in IpSpralSolverInterface.cpp etc.)? I want to add that to my Visual Studio Project and compile.
Thanks
Bharath

Regarding dependencies of Ipopt, see https://coin-or.github.io/Ipopt/INSTALL.html#EXTERNALCODE

For an existing Matlab interface, see https://github.com/ebertolazzi/mexIPOPT

Thanks