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

Method operator ()

gecode/float/relax.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 };
45
46 forceinline ExecStatus
47 Relax::operator ()(Home home, FloatVar x, FloatVar sx) {
48 FloatView xv(x);
49 return me_failed(xv.eq(home,sx.val())) ? ES_FAILED : ES_OK;
50 }
51
52}}
53

Callers

nothing calls this directly

Calls 3

me_failedFunction · 0.85
eqMethod · 0.45
valMethod · 0.45

Tested by

no test coverage detected