Public Member Functions
ifopt::Solver Class Reference

Solver interface implemented by IPOPT and SNOPT. More...

#include <solver.h>

Inheritance diagram for ifopt::Solver:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void Solve (Problem &nlp)=0
 Uses a specific solver (IPOPT, SNOPT) to solve the NLP.
virtual ~Solver ()

Detailed Description

Solver interface implemented by IPOPT and SNOPT.

Definition at line 48 of file solver.h.


Constructor & Destructor Documentation

virtual ifopt::Solver::~Solver ( ) [virtual]

Member Function Documentation

virtual void ifopt::Solver::Solve ( Problem nlp) [pure virtual]

Uses a specific solver (IPOPT, SNOPT) to solve the NLP.

Parameters:
[in/out]nlp The nonlinear programming problem.

Implemented in ifopt::IpoptSolver, and ifopt::SnoptSolver.


The documentation for this class was generated from the following file:


ifopt
Author(s): Alexander W. Winkler
autogenerated on Sat May 18 2019 02:43:08