| 2003 | p_set_in_reif(s,ce,ann,RM_IMP); |
| 2004 | } |
| 2005 | void p_set_disjoint(FlatZincSpace& s, const ConExpr& ce, AST::Node *) { |
| 2006 | rel(s, s.arg2SetVar(ce[0]), SRT_DISJ, s.arg2SetVar(ce[1])); |
| 2007 | } |
| 2008 | |
| 2009 | void p_link_set_to_booleans(FlatZincSpace& s, const ConExpr& ce, |
| 2010 | AST::Node *) { |
nothing calls this directly
no test coverage detected