| 175 | } |
| 176 | |
| 177 | void p_int_eq_imp(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) { |
| 178 | p_int_CMP_reif(s, IRT_EQ, RM_IMP, ce, ann); |
| 179 | } |
| 180 | void p_int_ne_imp(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) { |
| 181 | p_int_CMP_reif(s, IRT_NQ, RM_IMP, ce, ann); |
| 182 | } |
nothing calls this directly
no test coverage detected