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

Function p_set_union

gecode/flatzinc/registry.cpp:1861–1863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1859 SRT_EQ, s.arg2SetVar(ce[2]));
1860 }
1861 void p_set_union(FlatZincSpace& s, const ConExpr& ce, AST::Node *ann) {
1862 p_set_OP(s, SOT_UNION, ce, ann);
1863 }
1864 void p_set_intersect(FlatZincSpace& s, const ConExpr& ce, AST::Node *ann) {
1865 p_set_OP(s, SOT_INTER, ce, ann);
1866 }

Callers

nothing calls this directly

Calls 1

p_set_OPFunction · 0.85

Tested by

no test coverage detected