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

Function p_set_diff

gecode/flatzinc/registry.cpp:1867–1869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1865 p_set_OP(s, SOT_INTER, ce, ann);
1866 }
1867 void p_set_diff(FlatZincSpace& s, const ConExpr& ce, AST::Node *ann) {
1868 p_set_OP(s, SOT_MINUS, ce, ann);
1869 }
1870
1871 void p_set_symdiff(FlatZincSpace& s, const ConExpr& ce, AST::Node*) {
1872 SetVar x = s.arg2SetVar(ce[0]);

Callers

nothing calls this directly

Calls 1

p_set_OPFunction · 0.85

Tested by

no test coverage detected