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

Function p_array_set_seq

gecode/flatzinc/registry.cpp:2090–2093  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2088 }
2089
2090 void p_array_set_seq(FlatZincSpace& s, const ConExpr& ce, AST::Node *) {
2091 SetVarArgs sv = s.arg2setvarargs(ce[0]);
2092 sequence(s, sv);
2093 }
2094
2095 void p_array_set_seq_union(FlatZincSpace& s, const ConExpr& ce,
2096 AST::Node *) {

Callers

nothing calls this directly

Calls 2

arg2setvarargsMethod · 0.80
sequenceFunction · 0.50

Tested by

no test coverage detected