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

Function operator >=

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

Source from the content-addressed store, hash-verified

174 }
175
176 LinFloatRel
177 operator >=(const FloatVal& l, const FloatVar& r) {
178 return LinFloatRel(l,FRT_GQ,(const LinFloatExpr&)r);
179 }
180 LinFloatRel
181 operator >=(const FloatVal& l, const LinFloatExpr& r) {
182 return LinFloatRel(l,FRT_GQ,r);

Callers

nothing calls this directly

Calls 1

LinFloatRelClass · 0.85

Tested by

no test coverage detected