#include <cppad/cppad.hpp>
#include <coin/IpIpoptApplication.hpp>
#include <coin/IpTNLP.hpp>
Include dependency graph for ipopt_cppad_nlp.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | ipopt_cppad_fg_info |
class | ipopt_cppad_solution |
class | ipopt_cppad_nlp |
Typedefs | |
typedef CppAD::AD< Ipopt::Number > | ADNumber |
typedef CppAD::vector< size_t > | SizeVector |
typedef CppAD::vector< Ipopt::Number > | NumberVector |
typedef CppAD::vector< ADNumber > | ADVector |
typedef CppAD::AD<Ipopt::Number> ADNumber |
Definition at line 568 of file ipopt_cppad_nlp.hpp.
typedef CppAD::vector<size_t> SizeVector |
Definition at line 569 of file ipopt_cppad_nlp.hpp.
typedef CppAD::vector<Ipopt::Number> NumberVector |
Definition at line 570 of file ipopt_cppad_nlp.hpp.
Definition at line 571 of file ipopt_cppad_nlp.hpp.