An interface to SNOPT, fully hiding its implementation. More...
#include <snopt_solver.h>
Public Member Functions | |
void | Solve (Problem &nlp) override |
Creates a snoptProblemA from nlp and solves it. |
An interface to SNOPT, fully hiding its implementation.
Definition at line 40 of file snopt_solver.h.
void ifopt::SnoptSolver::Solve | ( | Problem & | nlp | ) | [override, virtual] |
Creates a snoptProblemA from nlp and solves it.
[in/out] | nlp The specific problem to be used and modified. |
Implements ifopt::Solver.
Definition at line 33 of file snopt_solver.cc.