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

Function operator |

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

Source from the content-addressed store, hash-verified

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);
677 }
678 SetExpr
679 operator +(const SetExpr& l, const SetExpr& r) {
680 return SetExpr(l,SetExpr::NT_DUNION,r);

Callers

nothing calls this directly

Calls 1

SetExprClass · 0.85

Tested by

no test coverage detected