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

Function p_array_set_OP

gecode/flatzinc/registry.cpp:1888–1892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1886 }
1887
1888 void p_array_set_OP(FlatZincSpace& s, SetOpType op,
1889 const ConExpr& ce, AST::Node *) {
1890 SetVarArgs xs = s.arg2setvarargs(ce[0]);
1891 rel(s, op, xs, s.arg2SetVar(ce[1]));
1892 }
1893 void p_array_set_union(FlatZincSpace& s, const ConExpr& ce, AST::Node *ann) {
1894 p_array_set_OP(s, SOT_UNION, ce, ann);
1895 }

Callers 2

p_array_set_unionFunction · 0.85
p_array_set_partitionFunction · 0.85

Calls 3

arg2setvarargsMethod · 0.80
arg2SetVarMethod · 0.80
relFunction · 0.50

Tested by

no test coverage detected