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

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex_cplex.h264 #define LPAbortedState(d) ( \ macro
292 #define LPAbortedState(d) ( \ macro
H A Deplex_coin.c67 LPAbortedState: LP solve was aborted
159 } else if (LPAbortedState(lpd)) {
H A Deplex_xpress.h219 # define LPAbortedState(d) ( \ macro
H A Deplex_coin.h105 # define LPAbortedState(d) (solve_state == state_lpaborted) macro
H A Deplex_xpress.c447 LPAbortedState: LP solve was aborted
557 } else if (LPAbortedState(lpd)) {
560 /* Xpress can reach the LPAbortedState either when an LP
H A Deplex_cplex.c419 LPAbortedState: LP solve was aborted
589 } else if (LPAbortedState(lpd)) {

Completed in 95 milliseconds