|
| CascadeQPSolver (const std::string &_ctrlName, Model::Ptr _innerModel, OneLevelSolver::Ptr _levelSolver, bool _useReducedProblem) |
|
void | addTask (Task::Ptr task) |
|
void | addSolver (OneLevelSolver::Ptr solver, int level) |
|
OneLevelSolver::Ptr | getSolver (int level) |
|
virtual std::string | toString () |
|
const std::map< int, OneLevelSolver::Ptr > & | getSolvers () |
|
void | updateHierarchicalContraints (int level) |
|
int | getNumberOfLevelsAbove (int current_level) |
|
const std::vector< int > & | findMapping (Variable &var) |
|
virtual | ~Solver () |
|
const OptimizationResult & | solve () |
|
const OptimizationResult & | getLastResult () const |
|
void | printStatus (std::ostream &os) |
|
virtual const std::string & | getMoreInfo () const |
|
void | setMemoryLevel (int level) |
|
void | setAutoDumpFile (const std::string &file) |
|
void | activateAutoDump () |
|
void | deactivateAutoDump () |
|
void | dump (const std::string &file="") const |
|
int | n () |
|
Variable & | getProblemVariable () |
|
void | setVariableValue (const VectorXd &value) |
|
| ObserverSubject () |
|
virtual | ~ObserverSubject () |
|
virtual | ~Observer () |
|
template<int EVT> |
void | bind (SubjectBase< EVT > &subject) |
| Call this method to automatically propagate observed events to observers connected to the subject given in argument. More...
|
|
template<int EVT> |
void | stopPropagation () |
|
void | bind (subject_type &subject) |
| Call this method to automatically propagate observed events to observers connected to the subject given in argument. More...
|
|
void | bind (subject_type &subject) |
| Call this method to automatically propagate observed events to observers connected to the subject given in argument. More...
|
|
void | bind (subject_type &subject) |
| Call this method to automatically propagate observed events to observers connected to the subject given in argument. More...
|
|
virtual | ~Subject () |
|
template<int EVT, class Derived , class Base > |
void | connect (Derived &object, void(Base::*newCallback)(int)) const |
| Call this method to register a non-static method as a callback. More...
|
|
template<int EVT> |
void | connect (void(*newCallback)(int)) const |
| Call this method to register a free function as a callback. More...
|
|
template<int EVT, class Derived , class Base > |
void | disconnect (Derived &object, void(Base::*callbackToErase)(int)) const |
| Disconnect non-static method. More...
|
|
template<int EVT> |
void | disconnect (void(*callbackToErase)(int)) const |
| Disconnect free function. More...
|
|
template<int EVT> |
void | propagate () const |
|
template<int EVT> |
void | propagate (int timestamp) const |
|
void | connect (T &object, typename SubjectBaseTraits< EVT, T >::callback_type newCallback) const |
| Call this method to register a non-static method as a callback. More...
|
|
void | connect (typename SubjectBaseTraits< EVT, void >::callback_type newCallback) const |
| Call this method to register a free function as a callback. More...
|
|
void | disconnect (T &object, typename SubjectBaseTraits< EVT, T >::callback_type callback) const |
| Disconnect non-static method. More...
|
|
void | disconnect (typename SubjectBaseTraits< EVT, void >::callback_type callbackToErase) const |
| Disconnect free function. More...
|
|
void | propagate (int timestamp) const |
|
void | propagate () const |
|
void | connect (T &object, typename SubjectBaseTraits< EVT, T >::callback_type newCallback) const |
| Call this method to register a non-static method as a callback. More...
|
|
void | connect (typename SubjectBaseTraits< EVT, void >::callback_type newCallback) const |
| Call this method to register a free function as a callback. More...
|
|
void | disconnect (T &object, typename SubjectBaseTraits< EVT, T >::callback_type callback) const |
| Disconnect non-static method. More...
|
|
void | disconnect (typename SubjectBaseTraits< EVT, void >::callback_type callbackToErase) const |
| Disconnect free function. More...
|
|
void | propagate (int timestamp) const |
|
void | propagate () const |
|
void | connect (T &object, typename SubjectBaseTraits< EVT, T >::callback_type newCallback) const |
| Call this method to register a non-static method as a callback. More...
|
|
void | connect (typename SubjectBaseTraits< EVT, void >::callback_type newCallback) const |
| Call this method to register a free function as a callback. More...
|
|
void | disconnect (T &object, typename SubjectBaseTraits< EVT, T >::callback_type callback) const |
| Disconnect non-static method. More...
|
|
void | disconnect (typename SubjectBaseTraits< EVT, void >::callback_type callbackToErase) const |
| Disconnect free function. More...
|
|
void | propagate (int timestamp) const |
|
void | propagate () const |
|
| NamedInstance (const std::string &name) |
|
const std::string & | getName () const |
|
virtual | ~NamedInstance () |
|
CascadeQPSolver class.
Hierarchical solver based on CascadeQP
Definition at line 57 of file CascadeQPSolver.h.