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

Function p_array_set_element_intersect

gecode/flatzinc/registry.cpp:2069–2072  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2067 }
2068
2069 void p_array_set_element_intersect(FlatZincSpace& s, const ConExpr& ce,
2070 AST::Node* ann) {
2071 p_array_set_element_op(s, ce, ann, SOT_INTER);
2072 }
2073
2074 void p_array_set_element_intersect_in(FlatZincSpace& s,
2075 const ConExpr& ce,

Callers

nothing calls this directly

Calls 1

p_array_set_element_opFunction · 0.85

Tested by

no test coverage detected