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

Function p_array_set_partition

gecode/flatzinc/registry.cpp:1896–1898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
1899
1900
1901 void p_set_rel(FlatZincSpace& s, SetRelType srt, const ConExpr& ce) {

Callers

nothing calls this directly

Calls 1

p_array_set_OPFunction · 0.85

Tested by

no test coverage detected