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

Method operator ()

gecode/int/relax.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 };
47
48 forceinline ExecStatus
49 Relax::operator ()(Home home, IntVar x, IntVar sx) {
50 IntView xv(x);
51 return me_failed(xv.eq(home,sx.val())) ? ES_FAILED : ES_OK;
52 }
53
54 forceinline ExecStatus
55 Relax::operator ()(Home home, BoolVar x, BoolVar sx) {

Callers

nothing calls this directly

Calls 3

me_failedFunction · 0.85
eqMethod · 0.45
valMethod · 0.45

Tested by

no test coverage detected