| 1207 | } |
| 1208 | |
| 1209 | void p_regular_set(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) { |
| 1210 | p_regular(s, s.arg2intvarargs(ce[0]), ce[1]->getInt(), ce[2]->getInt(), |
| 1211 | ce[3]->getInt(), s.arg2intargs(ce[4]), ce[5]->getInt(), |
| 1212 | ce[6]->getSet(), ann); |
| 1213 | } |
| 1214 | |
| 1215 | void |
| 1216 | p_sort(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) { |
nothing calls this directly
no test coverage detected