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

Function operator <

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

Source from the content-addressed store, hash-verified

144 }
145
146 BoolExpr
147 operator <(const SetExpr& x, const LinIntExpr& y) {
148 return BoolExpr(new SetIRTRel(x, IRT_LE, y));
149 }
150
151 BoolExpr
152 operator <(const LinIntExpr& x, const SetExpr& y) {

Callers

nothing calls this directly

Calls 1

BoolExprClass · 0.85

Tested by

no test coverage detected