| 2079 | } |
| 2080 | |
| 2081 | void p_array_set_element_partition(FlatZincSpace& s, const ConExpr& ce, |
| 2082 | AST::Node* ann) { |
| 2083 | p_array_set_element_op(s, ce, ann, SOT_DUNION); |
| 2084 | } |
| 2085 | |
| 2086 | void p_set_convex(FlatZincSpace& s, const ConExpr& ce, AST::Node *) { |
| 2087 | convex(s, s.arg2SetVar(ce[0])); |
nothing calls this directly
no test coverage detected