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

Function p_array_set_element_union

gecode/flatzinc/registry.cpp:2064–2067  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2062 }
2063
2064 void p_array_set_element_union(FlatZincSpace& s, const ConExpr& ce,
2065 AST::Node* ann) {
2066 p_array_set_element_op(s, ce, ann, SOT_UNION);
2067 }
2068
2069 void p_array_set_element_intersect(FlatZincSpace& s, const ConExpr& ce,
2070 AST::Node* ann) {

Callers

nothing calls this directly

Calls 1

p_array_set_element_opFunction · 0.85

Tested by

no test coverage detected