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

Function p_set_superset_reif

gecode/flatzinc/registry.cpp:1977–1980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1975 p_set_rel_reif(s,SRT_SUB,ce);
1976 }
1977 void p_set_superset_reif(FlatZincSpace& s, const ConExpr& ce,
1978 AST::Node *) {
1979 p_set_rel_reif(s,SRT_SUP,ce);
1980 }
1981 void p_set_in_reif(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann, ReifyMode rm) {
1982 if (!ce[1]->isSetVar()) {
1983 if (rm==RM_EQV) {

Callers

nothing calls this directly

Calls 1

p_set_rel_reifFunction · 0.85

Tested by

no test coverage detected