CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
solve.hpp File Reference

Implement the ipopt::solve Nonlinear Programming Solver. More...

Go to the source code of this file.

Namespaces

 CppAD
 contains all the variables and functions defined by the CppAD package.
 
 CppAD::ipopt
 

Functions

template<class Dvector , class FG_eval >
void CppAD::ipopt::solve (const std::string &options, const Dvector &xi, const Dvector &xl, const Dvector &xu, const Dvector &gl, const Dvector &gu, FG_eval &fg_eval, ipopt::solve_result< Dvector > &solution)
 Use Ipopt to Solve a Nonlinear Programming Problem. More...
 

Detailed Description

Implement the ipopt::solve Nonlinear Programming Solver.

Definition in file solve.hpp.