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

Function operator >

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

Source from the content-addressed store, hash-verified

164 }
165
166 BoolExpr
167 operator >(const SetExpr& x, const LinIntExpr& y) {
168 return BoolExpr(new SetIRTRel(x, IRT_GR, y));
169 }
170
171 BoolExpr
172 operator >(const LinIntExpr& x, const SetExpr& y) {

Callers

nothing calls this directly

Calls 1

BoolExprClass · 0.85

Tested by

no test coverage detected