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

Function operator !=

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

Source from the content-addressed store, hash-verified

75 }
76
77 LinFloatRel
78 operator !=(const FloatVal& l, const FloatVar& r) {
79 return LinFloatRel(l,FRT_NQ,(const LinFloatExpr&)r);
80 }
81 LinFloatRel
82 operator !=(const FloatVal& l, const LinFloatExpr& r) {
83 return LinFloatRel(l,FRT_NQ,r);

Callers

nothing calls this directly

Calls 1

LinFloatRelClass · 0.85

Tested by

no test coverage detected