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

Function operator ||

gecode/minimodel/set-rel.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 return BoolExpr(r) && BoolExpr(r.r >= l);
69 }
70 SetRel
71 operator ||(const SetExpr& e0, const SetExpr& e1) {
72 return SetRel(e0, SRT_DISJ, e1);
73 }
74
75 namespace {
76

Callers

nothing calls this directly

Calls 1

SetRelClass · 0.85

Tested by

no test coverage detected