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

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex_cplex.h309 # define MIPSemiFailState(d) ( \ macro
328 # define MIPSemiFailState(d) ( \ macro
H A Deplex_coin.c65 MIPSemiFailState: no solution found yet, but problem not proven
129 } else if (MIPSemiFailState(lpd)) {
130 /* For Xpress and COIN, the MIPSemiFailState does not include
H A Deplex_xpress.h213 # define MIPSemiFailState(d) ( \ macro
H A Deplex_coin.h104 # define MIPSemiFailState(d) (solve_state == state_mipsemifail) macro
H A Deplex_xpress.c445 MIPSemiFailState: no solution found yet, but problem not proven
527 } else if (MIPSemiFailState(lpd)) {
528 /* For Xpress and COIN, the MIPSemiFailState does not include
H A Deplex_cplex.c417 MIPSemiFailState: no solution found yet, but problem not proven
512 } else if (MIPSemiFailState(lpd)) {

Completed in 38 milliseconds