Searched refs:SOLVELP_UNFEASIBLE (Results 1 – 2 of 2) sorted by relevance
117 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()
260 …SOLVELP_UNFEASIBLE = -1, //!< problem is unfeasible (there are no points that satisfy all the c… enumerator