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

Function operator &

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

Source from the content-addressed store, hash-verified

668 }
669
670 SetExpr
671 operator &(const SetExpr& l, const SetExpr& r) {
672 return SetExpr(l,SetExpr::NT_INTER,r);
673 }
674 SetExpr
675 operator |(const SetExpr& l, const SetExpr& r) {
676 return SetExpr(l,SetExpr::NT_UNION,r);

Callers

nothing calls this directly

Calls 1

SetExprClass · 0.85

Tested by

no test coverage detected