#include <solver-HQP-eiquadprog-fast.hpp>

Public Types | |
| typedef math::ConstRefMatrix | ConstRefMatrix |
| typedef math::ConstRefVector | ConstRefVector |
| typedef math::RefVector | RefVector |
| typedef math::Vector | Vector |
Public Types inherited from tsid::solvers::SolverHQPBase | |
| typedef math::ConstRefMatrix | ConstRefMatrix |
| typedef math::ConstRefVector | ConstRefVector |
| typedef math::RefVector | RefVector |
Public Member Functions | |
| double | getObjectiveValue () |
| const QPDataQuadProg | getQPData () const |
| void | resize (unsigned int n, unsigned int neq, unsigned int nin) |
| void | retrieveQPData (const HQPData &problemData, const bool hessianRegularization=true) |
| bool | setMaximumIterations (unsigned int maxIter) |
| const HQPOutput & | solve (const HQPData &problemData) |
| SolverHQuadProgFast (const std::string &name) | |
Public Member Functions inherited from tsid::solvers::SolverHQPBase | |
| virtual unsigned int | getMaximumIterations () |
| virtual double | getMaximumTime () |
| virtual bool | getUseWarmStart () |
| virtual const std::string & | name () const |
| virtual bool | setMaximumTime (double seconds) |
| virtual void | setUseWarmStart (bool useWarmStart) |
| SolverHQPBase (const std::string &name) | |
| virtual | ~SolverHQPBase () |
Public Attributes | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef math::Matrix | Matrix |
Protected Member Functions | |
| void | sendMsg (const std::string &s) |
Protected Attributes | |
| Eigen::VectorXi | m_activeSet |
| int | m_activeSetSize |
| vector containing the indexes of the active inequalities More... | |
| TSID_DEPRECATED Matrix | m_CE |
| TSID_DEPRECATED Vector | m_ce0 |
| TSID_DEPRECATED Matrix | m_CI |
| TSID_DEPRECATED Vector | m_ci0 |
| twice the rows because inequality constraints are bilateral More... | |
| TSID_DEPRECATED Vector | m_g |
| TSID_DEPRECATED Matrix | m_H |
| double | m_hessian_regularization |
| unsigned int | m_n |
| number of inequality constraints More... | |
| unsigned int | m_neq |
| unsigned int | m_nin |
| number of equality constraints More... | |
| double | m_objValue |
| QPDataQuadProgTpl< double > | m_qpData |
| number of variables More... | |
| eiquadprog::solvers::EiquadprogFast | m_solver |
Protected Attributes inherited from tsid::solvers::SolverHQPBase | |
| unsigned int | m_maxIter |
| double | m_maxTime |
| std::string | m_name |
| HQPOutput | m_output |
| bool | m_useWarmStart |
Additional Inherited Members | |
Static Public Attributes inherited from tsid::solvers::SolverHQPBase | |
| static EIGEN_MAKE_ALIGNED_OPERATOR_NEW std::string const | HQP_status_string [5] |
Definition at line 30 of file solver-HQP-eiquadprog-fast.hpp.
Definition at line 38 of file solver-HQP-eiquadprog-fast.hpp.
Definition at line 37 of file solver-HQP-eiquadprog-fast.hpp.
Definition at line 36 of file solver-HQP-eiquadprog-fast.hpp.
Definition at line 35 of file solver-HQP-eiquadprog-fast.hpp.
| tsid::solvers::SolverHQuadProgFast::SolverHQuadProgFast | ( | const std::string & | name | ) |
Definition at line 31 of file solver-HQP-eiquadprog-fast.cpp.
|
virtual |
Get the objective value of the last solved problem.
Implements tsid::solvers::SolverHQPBase.
Definition at line 232 of file solver-HQP-eiquadprog-fast.cpp.
|
inline |
Return the QP data object.
Definition at line 53 of file solver-HQP-eiquadprog-fast.hpp.
|
virtual |
Implements tsid::solvers::SolverHQPBase.
Definition at line 43 of file solver-HQP-eiquadprog-fast.cpp.
|
virtual |
Retrieve the matrices describing a QP problem from the problem data.
Implements tsid::solvers::SolverHQPBase.
Definition at line 84 of file solver-HQP-eiquadprog-fast.cpp.
|
protected |
Definition at line 39 of file solver-HQP-eiquadprog-fast.cpp.
|
virtual |
Set the current maximum number of iterations performed by the solver.
Reimplemented from tsid::solvers::SolverHQPBase.
Definition at line 236 of file solver-HQP-eiquadprog-fast.cpp.
Solve the given Hierarchical Quadratic Program
Implements tsid::solvers::SolverHQPBase.
Definition at line 169 of file solver-HQP-eiquadprog-fast.cpp.
|
protected |
Definition at line 78 of file solver-HQP-eiquadprog-fast.hpp.
|
protected |
vector containing the indexes of the active inequalities
Definition at line 79 of file solver-HQP-eiquadprog-fast.hpp.
|
protected |
Definition at line 69 of file solver-HQP-eiquadprog-fast.hpp.
|
protected |
Definition at line 70 of file solver-HQP-eiquadprog-fast.hpp.
|
protected |
Definition at line 72 of file solver-HQP-eiquadprog-fast.hpp.
|
protected |
twice the rows because inequality constraints are bilateral
Definition at line 73 of file solver-HQP-eiquadprog-fast.hpp.
|
protected |
Definition at line 68 of file solver-HQP-eiquadprog-fast.hpp.
|
protected |
Definition at line 67 of file solver-HQP-eiquadprog-fast.hpp.
|
protected |
Definition at line 75 of file solver-HQP-eiquadprog-fast.hpp.
|
protected |
number of inequality constraints
Definition at line 83 of file solver-HQP-eiquadprog-fast.hpp.
|
protected |
Definition at line 81 of file solver-HQP-eiquadprog-fast.hpp.
|
protected |
number of equality constraints
Definition at line 82 of file solver-HQP-eiquadprog-fast.hpp.
|
protected |
Definition at line 74 of file solver-HQP-eiquadprog-fast.hpp.
|
protected |
number of variables
Definition at line 85 of file solver-HQP-eiquadprog-fast.hpp.
|
protected |
Definition at line 65 of file solver-HQP-eiquadprog-fast.hpp.
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef math::Matrix tsid::solvers::SolverHQuadProgFast::Matrix |
Definition at line 34 of file solver-HQP-eiquadprog-fast.hpp.