CppAD: A C++ Algorithmic Differentiation Package
20130918
|
Implement the ipopt::solve Nonlinear Programming Solver. More...
Go to the source code of this file.
Namespaces | |
namespace | CppAD |
contains all the variables and functions defined by the CppAD package. | |
namespace | 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. |
Implement the ipopt::solve Nonlinear Programming Solver.
Definition in file solve.hpp.