Home
last modified time | relevance | path

Searched refs:RET_ALL_CONSTRAINTS_ACTIVE (Results 1 – 11 of 11) sorted by relevance

/dports/math/qposases/qpOASES-3.2.1/include/qpOASES/
H A DMessageHandling.hpp158 RET_ALL_CONSTRAINTS_ACTIVE, /**< All constraints are active, no further constraint can be adde…
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/include/qpOASES/
H A DMessageHandling.hpp158 RET_ALL_CONSTRAINTS_ACTIVE, /**< All constraints are active, no further constra… enumerator
/dports/math/qposases/qpOASES-3.2.1/src/
H A DMessageHandling.cpp149 { RET_ALL_CONSTRAINTS_ACTIVE, "All constraints are active, no further constraint can be added", VS_…
H A DSQProblemSchur.cpp661 return THROWERROR( RET_ALL_CONSTRAINTS_ACTIVE ); in addConstraint()
H A DQProblem.cpp2831 return THROWERROR( RET_ALL_CONSTRAINTS_ACTIVE ); in addConstraint()
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/src/
H A DMessageHandling.cpp149 { RET_ALL_CONSTRAINTS_ACTIVE, "All constraints are active, no further constraint can be added", VS_…
H A DSQProblemSchur.cpp671 return THROWERROR( RET_ALL_CONSTRAINTS_ACTIVE ); in addConstraint()
H A DQProblem.cpp2801 return THROWERROR( RET_ALL_CONSTRAINTS_ACTIVE ); in addConstraint()
/dports/math/qposases/qpOASES-3.2.1/interfaces/python/
H A Dqpoases.pxd181 RET_ALL_CONSTRAINTS_ACTIVE
H A Dqpoases.pyx165 ALL_CONSTRAINTS_ACTIVE = RET_ALL_CONSTRAINTS_ACTIVE
/dports/math/casadi/casadi-3.5.5/casadi/interfaces/qpoases/
H A Dqpoases_interface.cpp659 case qpOASES::RET_ALL_CONSTRAINTS_ACTIVE: in getErrorMessage()