|
| RtModel (YAML::Node params) |
|
bool | solve () |
|
void | initialize () |
|
virtual void | update () |
|
template<typename VecDer > |
double | inequalitySlack (Eigen::MatrixBase< VecDer > &dist) |
|
template<typename Mat > |
void | reduceColumns (Eigen::EigenBase< Mat > &mat) const |
|
template<int Max_Rows, typename Mat_Type , typename Vec_Type > |
void | appendRowsOfRank (int rank_to_add, const typename rt_solver::RtVector< Max_Rows >::i &ranks, const Eigen::MatrixBase< Mat_Type > &subst_mat, const Eigen::MatrixBase< Vec_Type > &subst_vec, bool append_to_equalities, int starting_column) |
|
rt_solver::RtVector< Max_Eq_Rows >::d & | nextEqCostVec () |
|
rt_solver::RtVector< Max_Ineq_Rows >::d & | nextIneqCostVec () |
|
rt_solver::RtMatrix< Max_Eq_Rows, Num_OptVars >::d & | nextEqCostMat () |
|
rt_solver::RtMatrix< Max_Ineq_Rows, Num_OptVars >::d & | nextIneqCostMat () |
|
const rt_solver::RtVector< Max_Eq_Rows >::d & | nextEqCostVec () const |
|
const rt_solver::RtVector< Max_Ineq_Rows >::d & | nextIneqCostVec () const |
|
const rt_solver::RtMatrix< Max_Eq_Rows, Num_OptVars >::d & | nextEqCostMat () const |
|
const rt_solver::RtMatrix< Max_Ineq_Rows, Num_OptVars >::d & | nextIneqCostMat () const |
|
std::vector< rt_solver::RtHQPCost * > & | subCostComposers () |
|
void | clean () |
|
solver::Var | getVar (const int var_id) |
|
bool | checkIfHigherRanksLeft (const int rank) |
|
void | checkSlacknessOfHierarchy (const int rank) |
|
void | addCostsToHierarchy (const int rank_to_add) |
|
void | addLinConstr (const solver::LinExpr &lhs, const std::string sense, const solver::LinExpr &rhs, const int rank) |
|
void | print () |
|
std::vector< int > & | hierarchiesWithoutSlacks () |
|
const std::vector< int > & | hierarchiesWithoutSlacks () const |
|