humoto
|
QP constraints container.
Definition at line 204 of file qp_problem.h.
#include <qp_problem.h>
Public Member Functions | |
const humoto::constraints::ContainerALU & | getGeneralConstraints () const |
get container with general constraints More... | |
const humoto::constraints::ContainerILU & | getSimpleBounds () const |
get container with simple bounds More... | |
const Eigen::VectorXd & | getSolutionLowerBounds () const |
Get LB vector: 'LB <= X'. More... | |
const Eigen::VectorXd & | getSolutionUpperBounds () const |
Get UB vector: 'X <= UB'. More... | |
void | initializeConstraints (const HierarchyLevel &hlevel, const humoto::SolutionStructure &sol_structure) |
Generates (general) objective containing all constraints on this level. More... | |
void | log (humoto::Logger &logger, const LogEntryName &parent=LogEntryName(), const std::string &name="constraints") const |
Log a QP problem. More... | |
Public Attributes | |
humoto::constraints::ContainerILU | bounds_ |
humoto::constraints::ContainerALU | general_constraints_ |
Eigen::VectorXd | lb_ |
Simple bounds on variables. More... | |
Eigen::VectorXd | ub_ |
|
inline |
get container with general constraints
Definition at line 250 of file qp_problem.h.
|
inline |
get container with simple bounds
Definition at line 240 of file qp_problem.h.
|
inline |
|
inline |
|
inline |
Generates (general) objective containing all constraints on this level.
[in] | hlevel | hierarchy level |
[in] | sol_structure | structure of the solution |
Definition at line 225 of file qp_problem.h.
|
inline |
Log a QP problem.
[in,out] | logger | logger |
[in] | parent | parent |
[in] | name | name |
Definition at line 283 of file qp_problem.h.
humoto::constraints::ContainerILU humoto::QPConstraints_ILU_ALU::bounds_ |
Definition at line 208 of file qp_problem.h.
humoto::constraints::ContainerALU humoto::QPConstraints_ILU_ALU::general_constraints_ |
Definition at line 207 of file qp_problem.h.
Eigen::VectorXd humoto::QPConstraints_ILU_ALU::lb_ |
Simple bounds on variables.
Definition at line 212 of file qp_problem.h.
Eigen::VectorXd humoto::QPConstraints_ILU_ALU::ub_ |
Definition at line 213 of file qp_problem.h.