| 563 | p_bool_CMP_reif(s, IRT_LE, RM_EQV, ce, ann); |
| 564 | } |
| 565 | void p_bool_lt_imp(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) { |
| 566 | p_bool_CMP_reif(s, IRT_LE, RM_IMP, ce, ann); |
| 567 | } |
| 568 | |
| 569 | #define BOOL_OP(op) \ |
| 570 | BoolVar b0 = s.arg2BoolVar(ce[0]); \ |
nothing calls this directly
no test coverage detected