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

Function p_array_set_seq_union

gecode/flatzinc/registry.cpp:2095–2099  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2093 }
2094
2095 void p_array_set_seq_union(FlatZincSpace& s, const ConExpr& ce,
2096 AST::Node *) {
2097 SetVarArgs sv = s.arg2setvarargs(ce[0]);
2098 sequence(s, sv, s.arg2SetVar(ce[1]));
2099 }
2100
2101 void p_int_set_channel(FlatZincSpace& s, const ConExpr& ce,
2102 AST::Node *) {

Callers

nothing calls this directly

Calls 3

arg2setvarargsMethod · 0.80
arg2SetVarMethod · 0.80
sequenceFunction · 0.50

Tested by

no test coverage detected