Home
last modified time | relevance | path

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 DMessageHandling.hpp167 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 DMessageHandling.hpp167 RET_ALL_BOUNDS_ACTIVE, /**< All bounds are active, no further bound can be… enumerator
/dports/math/qposases/qpOASES-3.2.1/src/
H A DMessageHandling.cpp158 { RET_ALL_BOUNDS_ACTIVE, "All bounds are active, no further bound can be added", VS_VISIBLE },
H A DSQProblemSchur.cpp1128 return THROWERROR( RET_ALL_BOUNDS_ACTIVE ); in addBound()
H A DQProblem.cpp3319 return THROWERROR( RET_ALL_BOUNDS_ACTIVE ); in addBound()
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/src/
H A DMessageHandling.cpp158 { RET_ALL_BOUNDS_ACTIVE, "All bounds are active, no further bound can be added", VS_VISIBLE },
H A DSQProblemSchur.cpp1138 return THROWERROR( RET_ALL_BOUNDS_ACTIVE ); in addBound()
H A DQProblem.cpp3289 return THROWERROR( RET_ALL_BOUNDS_ACTIVE ); in addBound()
/dports/math/qposases/qpOASES-3.2.1/interfaces/python/
H A Dqpoases.pxd190 RET_ALL_BOUNDS_ACTIVE
H A Dqpoases.pyx174 ALL_BOUNDS_ACTIVE = RET_ALL_BOUNDS_ACTIVE
/dports/math/casadi/casadi-3.5.5/casadi/interfaces/qpoases/
H A Dqpoases_interface.cpp677 case qpOASES::RET_ALL_BOUNDS_ACTIVE: in getErrorMessage()