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

Function operator <=

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

Source from the content-addressed store, hash-verified

108 }
109
110 LinFloatRel
111 operator <=(const FloatVal& l, const FloatVar& r) {
112 return LinFloatRel(l,FRT_LQ,(const LinFloatExpr&)r);
113 }
114 LinFloatRel
115 operator <=(const FloatVal& l, const LinFloatExpr& r) {
116 return LinFloatRel(l,FRT_LQ,r);

Callers

nothing calls this directly

Calls 1

LinFloatRelClass · 0.85

Tested by

no test coverage detected