MCPcopy Create free account
hub / github.com/Gecode/gecode / p_regular_set

Function p_regular_set

gecode/flatzinc/registry.cpp:1209–1213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 5

p_regularFunction · 0.85
arg2intvarargsMethod · 0.80
getIntMethod · 0.80
arg2intargsMethod · 0.80
getSetMethod · 0.80

Tested by

no test coverage detected