![]() |
Prev | Next |
cppad_ipopt
library
during the make install
step.
ipopt_prefix
on the
cmake
command line.
The value of
ipopt_prefix
must be such that,
for one of the directories
dir
in
cmake_install_includedirs
,
ipopt_prefix/dir/coin/IpIpoptApplication.hpp
is a valid way to reference to the include file
IpIpoptApplication.hpp
.
ipopt_prefix
on the cmake
command line,
you will be able to run the Ipopt examples and tests
by executing the following commands starting in the
distribution directory
:
cd cppad_ipopt
make check_ipopt
ipopt_prefix
would be
build/prefix
.