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

Function p_array_set_union

gecode/flatzinc/registry.cpp:1893–1895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
1896 void p_array_set_partition(FlatZincSpace& s, const ConExpr& ce, AST::Node *ann) {
1897 p_array_set_OP(s, SOT_DUNION, ce, ann);
1898 }

Callers

nothing calls this directly

Calls 1

p_array_set_OPFunction · 0.85

Tested by

no test coverage detected