Searched refs:SOLVER_SENSE_EQ (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex_gurobi.h64 #define SOLVER_SENSE_EQ '=' macro
H A Deplex_cplex.h77 #define SOLVER_SENSE_EQ 'E' macro
H A Deplex_xpress.h86 #define SOLVER_SENSE_EQ 'E' macro
H A Deplex_coin.h142 #define SOLVER_SENSE_EQ 'E' macro
H A Deplex.c1538 else if (vsense.did == d_eq) lpd->senx[vi.nint] = SOLVER_SENSE_EQ;
2269 else if (vsense.did == d_eq) sense = SOLVER_SENSE_EQ;
2317 else if (vsense.did == d_eq) sense = SOLVER_SENSE_EQ;
4534 case SOLVER_SENSE_EQ:

Completed in 50 milliseconds