| 184 | p_int_CMP_reif(s, IRT_GQ, RM_IMP, ce, ann); |
| 185 | } |
| 186 | void p_int_gt_imp(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) { |
| 187 | p_int_CMP_reif(s, IRT_GR, RM_IMP, ce, ann); |
| 188 | } |
| 189 | void p_int_le_imp(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) { |
| 190 | p_int_CMP_reif(s, IRT_LQ, RM_IMP, ce, ann); |
| 191 | } |
nothing calls this directly
no test coverage detected