MCPcopy Create free account
hub / github.com/Gecode/gecode / propagate

Method propagate

gecode/int/rel/lq-le.hpp:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69 template<class V0, class V1>
70 ExecStatus
71 Lq<V0,V1>::propagate(Space& home, const ModEventDelta&) {
72 GECODE_ME_CHECK(x0.lq(home,x1.max()));
73 GECODE_ME_CHECK(x1.gq(home,x0.min()));
74 return (x0.max() <= x1.min()) ? home.ES_SUBSUMED(*this) : ES_FIX;
75 }
76
77
78

Callers

nothing calls this directly

Calls 15

me_failedFunction · 0.85
me_modifiedFunction · 0.85
ES_SUBSUMEDMethod · 0.80
emptyFunction · 0.50
postFunction · 0.50
rtest_lqFunction · 0.50
lqMethod · 0.45
maxMethod · 0.45
gqMethod · 0.45
minMethod · 0.45
leMethod · 0.45
grMethod · 0.45

Tested by

no test coverage detected