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

Function operator ==

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

* Construction of linear float relations * */

Source from the content-addressed store, hash-verified

42 *
43 */
44 LinFloatRel
45 operator ==(const FloatVal& l, const FloatVar& r) {
46 return LinFloatRel(l,FRT_EQ,(const LinFloatExpr&)r);
47 }
48 LinFloatRel
49 operator ==(const FloatVal& l, const LinFloatExpr& r) {
50 return LinFloatRel(l,FRT_EQ,r);

Callers

nothing calls this directly

Calls 1

LinFloatRelClass · 0.85

Tested by

no test coverage detected