Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dlpsolver.cpp124 if((res=inner_simplex(c,b,v,N,B,indexToRow))==SOLVELP_UNBOUNDED){ in solveLP()
125 return SOLVELP_UNBOUNDED; in solveLP()
298 return SOLVELP_UNBOUNDED; in inner_simplex()
/external/opencv3/modules/core/include/opencv2/core/
Doptim.hpp259SOLVELP_UNBOUNDED = -2, //!< problem is unbounded (target function can achieve arbitrary high v… enumerator