Home
last modified time | relevance | path

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

/dports/math/qposases/qpOASES-3.2.1/include/qpOASES/
H A DMessageHandling.hpp168 RET_CONSTRAINT_NOT_ACTIVE, /**< Constraint is not active. */
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/include/qpOASES/
H A DMessageHandling.hpp168 RET_CONSTRAINT_NOT_ACTIVE, /**< Constraint is not active. */ enumerator
/dports/math/qposases/qpOASES-3.2.1/src/
H A DMessageHandling.cpp159 { RET_CONSTRAINT_NOT_ACTIVE, "Constraint is not active", VS_VISIBLE },
H A DSQProblemSchur.cpp1557 return THROWERROR( RET_CONSTRAINT_NOT_ACTIVE ); in removeConstraint()
1560 return THROWERROR( RET_CONSTRAINT_NOT_ACTIVE ); in removeConstraint()
H A DQProblem.cpp3818 return THROWERROR( RET_CONSTRAINT_NOT_ACTIVE ); in removeConstraint()
3821 return THROWERROR( RET_CONSTRAINT_NOT_ACTIVE ); in removeConstraint()
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/src/
H A DMessageHandling.cpp159 { RET_CONSTRAINT_NOT_ACTIVE, "Constraint is not active", VS_VISIBLE },
H A DSQProblemSchur.cpp1567 return THROWERROR( RET_CONSTRAINT_NOT_ACTIVE ); in removeConstraint()
1570 return THROWERROR( RET_CONSTRAINT_NOT_ACTIVE ); in removeConstraint()
H A DQProblem.cpp3788 return THROWERROR( RET_CONSTRAINT_NOT_ACTIVE ); in removeConstraint()
3791 return THROWERROR( RET_CONSTRAINT_NOT_ACTIVE ); in removeConstraint()
/dports/math/qposases/qpOASES-3.2.1/interfaces/python/
H A Dqpoases.pxd191 RET_CONSTRAINT_NOT_ACTIVE
H A Dqpoases.pyx175 CONSTRAINT_NOT_ACTIVE = RET_CONSTRAINT_NOT_ACTIVE
/dports/math/casadi/casadi-3.5.5/casadi/interfaces/qpoases/
H A Dqpoases_interface.cpp679 case qpOASES::RET_CONSTRAINT_NOT_ACTIVE: in getErrorMessage()