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

Function p_array_set_element_partition

gecode/flatzinc/registry.cpp:2081–2084  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2079 }
2080
2081 void p_array_set_element_partition(FlatZincSpace& s, const ConExpr& ce,
2082 AST::Node* ann) {
2083 p_array_set_element_op(s, ce, ann, SOT_DUNION);
2084 }
2085
2086 void p_set_convex(FlatZincSpace& s, const ConExpr& ce, AST::Node *) {
2087 convex(s, s.arg2SetVar(ce[0]));

Callers

nothing calls this directly

Calls 1

p_array_set_element_opFunction · 0.85

Tested by

no test coverage detected