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

Function operator <

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

Source from the content-addressed store, hash-verified

141 }
142
143 LinFloatRel
144 operator <(const FloatVal& l, const FloatVar& r) {
145 return LinFloatRel(l,FRT_LE,(const LinFloatExpr&)r);
146 }
147 LinFloatRel
148 operator <(const FloatVal& l, const LinFloatExpr& r) {
149 return LinFloatRel(l,FRT_LE,r);

Callers

nothing calls this directly

Calls 1

LinFloatRelClass · 0.85

Tested by

no test coverage detected