#include <roboptim/core/plugin/ipopt/ipopt.hh>
  
 Public Types | |
| typedef Solver< EigenMatrixDense > | solver_t | 
| RobOptim solver type.   | |
| typedef IpoptSolverCommon < solver_t >  | parent_t | 
| Parent type.   | |
| typedef DifferentiableFunction | commonConstraintFunction_t | 
| Common function type.   | |
Public Member Functions | |
| IpoptSolver (const problem_t &problem) | |
| Instantiate the solver from a problem.   | |
| virtual | ~IpoptSolver () | 
Friends | |
| class | ::roboptim::detail::Tnlp | 
Ipopt based solver.
Instantiate this solver to solve problems with Ipopt.
| typedef DifferentiableFunction roboptim::IpoptSolver::commonConstraintFunction_t | 
Common function type.
Fuction type which can contain any kind of constraint.
Parent type.
Reimplemented from roboptim::IpoptSolverCommon< Solver< EigenMatrixDense > >.
| typedef Solver<EigenMatrixDense> roboptim::IpoptSolver::solver_t | 
RobOptim solver type.
| roboptim::IpoptSolver::IpoptSolver | ( | const problem_t & | problem | ) |  [explicit] | 
        
Instantiate the solver from a problem.
| problem | problem that will be solved | 
References roboptim::IpoptSolverCommon< Solver< EigenMatrixDense > >::getIpoptApplication().
| virtual roboptim::IpoptSolver::~IpoptSolver | ( | ) |  [inline, virtual] | 
        
friend class ::roboptim::detail::Tnlp [friend] |