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

Function p_table_int_reif

gecode/flatzinc/registry.cpp:1276–1283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1274 }
1275
1276 void
1277 p_table_int_reif(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
1278 IntVarArgs x = s.arg2intvarargs(ce[0]);
1279 IntArgs tuples = s.arg2intargs(ce[1]);
1280 TupleSet ts = s.arg2tupleset(tuples,x.size());
1281 unshare(s,x);
1282 extensional(s,x,ts,Reify(s.arg2BoolVar(ce[2]),RM_EQV),s.ann2ipl(ann));
1283 }
1284
1285 void
1286 p_table_int_imp(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {

Callers

nothing calls this directly

Calls 9

unshareFunction · 0.85
ReifyClass · 0.85
arg2intvarargsMethod · 0.80
arg2intargsMethod · 0.80
arg2tuplesetMethod · 0.80
arg2BoolVarMethod · 0.80
ann2iplMethod · 0.80
extensionalFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected