coin-or / Ipopt

COIN-OR Interior Point Optimizer IPOPT
https://coin-or.github.io/Ipopt
Other
1.41k stars 281 forks source link

Building ipopt with casadi #763

Open bharswami opened 5 months ago

bharswami commented 5 months ago

I have downloaded the casadi source code and I am able to use cmake with it to build binaries without ipopt. What binaries do I need and where do I place them to build casadi with ipopt. Thanks in advance.

svigerske commented 5 months ago

You probably want to ask this at https://github.com/casadi/casadi/issues My guess is that they just need a build of Ipopt libraries and you need to tell Casadi where to find your Ipopt installation.