| 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 | } |
| 1899 | |
| 1900 | |
| 1901 | void p_set_rel(FlatZincSpace& s, SetRelType srt, const ConExpr& ce) { |
nothing calls this directly
no test coverage detected