ipopt

View page source

Including Ipopt Library Examples, Tests, and pkg-config

Ipopt Home Page

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

Finding Ipopt

The Ipopt examples and tests will be included if:

  1. Ipopt is installed on your system

  2. PKG_CONFIG_PATH is such that the following command finds the location of the file ipopt.pc : pkg-config ipopt --path --print-errors

The output of the cmake command will report if these conditions are met.

Deprecated Library

If Ipopt is found on your system, the deprecated cppad_ipopt_nlp example and tests as well as installing the cppad_ipopt library during the make install step.