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

Function p_set_in_imp

gecode/flatzinc/registry.cpp:2002–2004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2000 p_set_in_reif(s,ce,ann,RM_EQV);
2001 }
2002 void p_set_in_imp(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
2003 p_set_in_reif(s,ce,ann,RM_IMP);
2004 }
2005 void p_set_disjoint(FlatZincSpace& s, const ConExpr& ce, AST::Node *) {
2006 rel(s, s.arg2SetVar(ce[0]), SRT_DISJ, s.arg2SetVar(ce[1]));
2007 }

Callers

nothing calls this directly

Calls 1

p_set_in_reifFunction · 0.85

Tested by

no test coverage detected