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

Function operator >

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

Source from the content-addressed store, hash-verified

207 }
208
209 LinFloatRel
210 operator >(const FloatVal& l, const FloatVar& r) {
211 return LinFloatRel(l,FRT_GR,(const LinFloatExpr&)r);
212 }
213 LinFloatRel
214 operator >(const FloatVal& l, const LinFloatExpr& r) {
215 return LinFloatRel(l,FRT_GR,r);

Callers

nothing calls this directly

Calls 1

LinFloatRelClass · 0.85

Tested by

no test coverage detected