Searched refs:RET_ALL_BOUNDS_ACTIVE (Results 1 – 11 of 11) sorted by relevance
/dports/math/qposases/qpOASES-3.2.1/include/qpOASES/ |
H A D | MessageHandling.hpp | 167 RET_ALL_BOUNDS_ACTIVE, /**< All bounds are active, no further bound can be added. */
|
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/include/qpOASES/ |
H A D | MessageHandling.hpp | 167 RET_ALL_BOUNDS_ACTIVE, /**< All bounds are active, no further bound can be… enumerator
|
/dports/math/qposases/qpOASES-3.2.1/src/ |
H A D | MessageHandling.cpp | 158 { RET_ALL_BOUNDS_ACTIVE, "All bounds are active, no further bound can be added", VS_VISIBLE },
|
H A D | SQProblemSchur.cpp | 1128 return THROWERROR( RET_ALL_BOUNDS_ACTIVE ); in addBound()
|
H A D | QProblem.cpp | 3319 return THROWERROR( RET_ALL_BOUNDS_ACTIVE ); in addBound()
|
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/src/ |
H A D | MessageHandling.cpp | 158 { RET_ALL_BOUNDS_ACTIVE, "All bounds are active, no further bound can be added", VS_VISIBLE },
|
H A D | SQProblemSchur.cpp | 1138 return THROWERROR( RET_ALL_BOUNDS_ACTIVE ); in addBound()
|
H A D | QProblem.cpp | 3289 return THROWERROR( RET_ALL_BOUNDS_ACTIVE ); in addBound()
|
/dports/math/qposases/qpOASES-3.2.1/interfaces/python/ |
H A D | qpoases.pxd | 190 RET_ALL_BOUNDS_ACTIVE
|
H A D | qpoases.pyx | 174 ALL_BOUNDS_ACTIVE = RET_ALL_BOUNDS_ACTIVE
|
/dports/math/casadi/casadi-3.5.5/casadi/interfaces/qpoases/ |
H A D | qpoases_interface.cpp | 677 case qpOASES::RET_ALL_BOUNDS_ACTIVE: in getErrorMessage()
|