Searched refs:FailState (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex_coin.c62 FailState: problem is proven infeasible or no MIP solution is better
97 } else if (FailState(lpd)) {
H A Deplex_cplex.h250 #define FailState(d) ( \ macro
H A Deplex_xpress.h207 # define FailState(d) ( \ macro
H A Deplex_coin.h102 # define FailState(d) (solve_state == state_fail) macro
H A Deplex_xpress.c442 FailState: problem is proven infeasible or no MIP solution is better
477 } else if (FailState(lpd)) {
H A Deplex_cplex.c414 FailState: problem is proven infeasible or no MIP solution is better
459 } else if (FailState(lpd)) {

Completed in 47 milliseconds