Home
last modified time | relevance | path

Searched refs:RET_CONSTRAINTS_ARE_NOT_SCALED (Results 1 – 7 of 7) sorted by relevance

/dports/math/qposases/qpOASES-3.2.1/include/qpOASES/
H A DMessageHandling.hpp191 RET_CONSTRAINTS_ARE_NOT_SCALED, /**< (no longer in use) (120) */
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/include/qpOASES/
H A DMessageHandling.hpp191 RET_CONSTRAINTS_ARE_NOT_SCALED, /**< (no longer in use) (120) */ enumerator
/dports/math/qposases/qpOASES-3.2.1/src/
H A DMessageHandling.cpp182 { RET_CONSTRAINTS_ARE_NOT_SCALED, "(should not be thrown, no longer in use)", VS_VISIBLE },
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/src/
H A DMessageHandling.cpp182 { RET_CONSTRAINTS_ARE_NOT_SCALED, "(should not be thrown, no longer in use)", VS_VISIBLE },
/dports/math/qposases/qpOASES-3.2.1/interfaces/python/
H A Dqpoases.pxd214 RET_CONSTRAINTS_ARE_NOT_SCALED
H A Dqpoases.pyx198 CONSTRAINTS_ARE_NOT_SCALED = RET_CONSTRAINTS_ARE_NOT_SCALED
/dports/math/casadi/casadi-3.5.5/casadi/interfaces/qpoases/
H A Dqpoases_interface.cpp721 case qpOASES::RET_CONSTRAINTS_ARE_NOT_SCALED: in getErrorMessage()