Home
last modified time | relevance | path

Searched refs:SOLVELP_UNFEASIBLE (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/src/
Dlpsolver.cpp117 if(initialize_simplex(bigC,bigB,v,N,B,indexToRow)==SOLVELP_UNFEASIBLE){ in solveLP()
118 return SOLVELP_UNFEASIBLE; in solveLP()
203 return SOLVELP_UNFEASIBLE; in initialize_simplex()
/external/opencv3/modules/core/include/opencv2/core/
Doptim.hpp260SOLVELP_UNFEASIBLE = -1, //!< problem is unfeasible (there are no points that satisfy all the c… enumerator