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

Function p_array_set_element_intersect_in

gecode/flatzinc/registry.cpp:2074–2079  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2072 }
2073
2074 void p_array_set_element_intersect_in(FlatZincSpace& s,
2075 const ConExpr& ce,
2076 AST::Node* ann) {
2077 IntSet d = s.arg2intset(ce[3]);
2078 p_array_set_element_op(s, ce, ann, SOT_INTER, d);
2079 }
2080
2081 void p_array_set_element_partition(FlatZincSpace& s, const ConExpr& ce,
2082 AST::Node* ann) {

Callers

nothing calls this directly

Calls 2

p_array_set_element_opFunction · 0.85
arg2intsetMethod · 0.80

Tested by

no test coverage detected