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

Function p_set_disjoint

gecode/flatzinc/registry.cpp:2005–2007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
2008
2009 void p_link_set_to_booleans(FlatZincSpace& s, const ConExpr& ce,
2010 AST::Node *) {

Callers

nothing calls this directly

Calls 2

arg2SetVarMethod · 0.80
relFunction · 0.50

Tested by

no test coverage detected