| 313 | p_int_lin_CMP_reif(s, IRT_GQ, RM_IMP, ce, ann); |
| 314 | } |
| 315 | void p_int_lin_gt(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) { |
| 316 | p_int_lin_CMP(s, IRT_GR, ce, ann); |
| 317 | } |
| 318 | void p_int_lin_gt_reif(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) { |
| 319 | p_int_lin_CMP_reif(s, IRT_GR, RM_EQV, ce, ann); |
| 320 | } |
nothing calls this directly
no test coverage detected