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

Function operator +

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

Source from the content-addressed store, hash-verified

676 return SetExpr(l,SetExpr::NT_UNION,r);
677 }
678 SetExpr
679 operator +(const SetExpr& l, const SetExpr& r) {
680 return SetExpr(l,SetExpr::NT_DUNION,r);
681 }
682 SetExpr
683 operator -(const SetExpr& e) {
684 return SetExpr(e,SetExpr::NT_CMPL);

Callers

nothing calls this directly

Calls 1

SetExprClass · 0.85

Tested by

no test coverage detected