MCPcopy Create free account
hub / github.com/Gecode/gecode / operator -

Function operator -

gecode/minimodel/set-expr.cpp:682–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680 return SetExpr(l,SetExpr::NT_DUNION,r);
681 }
682 SetExpr
683 operator -(const SetExpr& e) {
684 return SetExpr(e,SetExpr::NT_CMPL);
685 }
686 SetExpr
687 operator -(const SetExpr& l, const SetExpr& r) {
688 return SetExpr(l,SetExpr::NT_INTER,-r);

Callers

nothing calls this directly

Calls 1

SetExprClass · 0.85

Tested by

no test coverage detected