\(\newcommand{\W}[1]{ \; #1 \; }\) \(\newcommand{\R}[1]{ {\rm #1} }\) \(\newcommand{\B}[1]{ {\bf #1} }\) \(\newcommand{\D}[2]{ \frac{\partial #1}{\partial #2} }\) \(\newcommand{\DD}[3]{ \frac{\partial^2 #1}{\partial #2 \partial #3} }\) \(\newcommand{\Dpow}[2]{ \frac{\partial^{#1}}{\partial {#2}^{#1}} }\) \(\newcommand{\dpow}[2]{ \frac{ {\rm d}^{#1}}{{\rm d}\, {#2}^{#1}} }\)
ipopt¶
View page sourceIncluding Ipopt Library Examples, Tests, and pkg-config¶
Ipopt Home Page¶
Finding Ipopt¶
The Ipopt examples and tests will be included if:
Ipopt is installed on your system
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.