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

Function operator >=

gecode/minimodel/int-rel.cpp:347–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345 }
346
347 LinIntRel
348 operator >=(int l, const IntVar& r) {
349 return LinIntRel(l,IRT_GQ,r);
350 }
351 LinIntRel
352 operator >=(int l, const BoolVar& r) {
353 return LinIntRel(l,IRT_GQ,r);

Callers

nothing calls this directly

Calls 1

LinIntRelClass · 0.85

Tested by

no test coverage detected