|
humoto
|
Mixin solver interface (active set guessing)
| t_Solver | base solver class |
#include <solver.h>

Public Member Functions | |
| void | solve (Solution &solution, ActiveSet &active_set, const humoto::OptimizationProblem &hierarchy, const ActiveSet &active_set_guess) |
| Solve an optimization problem (using previously specified parameters) More... | |
| void | solve (Solution &solution, const humoto::OptimizationProblem &hierarchy, const ActiveSet &active_set_guess) |
| Solve an optimization problem (using previously specified parameters) More... | |
| void | solve (humoto::Solution &solution, humoto::ActiveSet &active_set, const humoto::OptimizationProblem &hierarchy) |
| Solve an optimization problem (using previously specified parameters) More... | |
Protected Member Functions | |
| SolverGuessActiveSetMixin () | |
| ~SolverGuessActiveSetMixin () | |
| Protected destructor: prevent destruction of the child classes through a base pointer. More... | |
| virtual void | getActiveSet (humoto::ActiveSet &active_set, const humoto::OptimizationProblem &hierarchy)=0 |
| Get active set. More... | |
| virtual void | setActiveSet (const humoto::ActiveSet &active_set, const humoto::OptimizationProblem &hierarchy)=0 |
| Set active set guess. More... | |
|
inlineprotected |
|
inlineprotected |
|
protectedpure virtual |
|
protectedpure virtual |
Set active set guess.
| [in] | hierarchy | |
| [in] | active_set |
Implemented in humoto::qpoases::Solver.
|
inline |
|
inline |
|
inline |
1.8.13