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

Function p_table_int_imp

gecode/flatzinc/registry.cpp:1285–1292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1283 }
1284
1285 void
1286 p_table_int_imp(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
1287 IntVarArgs x = s.arg2intvarargs(ce[0]);
1288 IntArgs tuples = s.arg2intargs(ce[1]);
1289 TupleSet ts = s.arg2tupleset(tuples,x.size());
1290 unshare(s,x);
1291 extensional(s,x,ts,Reify(s.arg2BoolVar(ce[2]),RM_IMP),s.ann2ipl(ann));
1292 }
1293
1294 void
1295 p_table_bool(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