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

/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dic.c264 #define LOWER_BOUND CON_LOWER macro
267 #define OpIsLowerBound(op) (((op) & LOWER_BOUND) == LOWER_BOUND)
270 #define OpIsEqual(op) ((op) == LOWER_BOUND + UPPER_BOUND)
273 #define OpIsGreater(op) ((op) == LOWER_BOUND)
2255 case UPPER_BOUND + LOWER_BOUND:
2279 case LOWER_BOUND:
2606 prop_bounds = LOWER_BOUND * !no_e_bounds + UPPER_BOUND * !no_f_bounds;
2615 pseudo_op &= ~LOWER_BOUND;
2732 result = impose_coef_bounds(LOWER_BOUND,
[all...]

Completed in 78 milliseconds