| 2067 | } |
| 2068 | |
| 2069 | void p_array_set_element_intersect(FlatZincSpace& s, const ConExpr& ce, |
| 2070 | AST::Node* ann) { |
| 2071 | p_array_set_element_op(s, ce, ann, SOT_INTER); |
| 2072 | } |
| 2073 | |
| 2074 | void p_array_set_element_intersect_in(FlatZincSpace& s, |
| 2075 | const ConExpr& ce, |
nothing calls this directly
no test coverage detected