| 1891 | rel(s, op, xs, s.arg2SetVar(ce[1])); |
| 1892 | } |
| 1893 | void p_array_set_union(FlatZincSpace& s, const ConExpr& ce, AST::Node *ann) { |
| 1894 | p_array_set_OP(s, SOT_UNION, ce, ann); |
| 1895 | } |
| 1896 | void p_array_set_partition(FlatZincSpace& s, const ConExpr& ce, AST::Node *ann) { |
| 1897 | p_array_set_OP(s, SOT_DUNION, ce, ann); |
| 1898 | } |
nothing calls this directly
no test coverage detected