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

Method propagate

gecode/int/arithmetic/pow.hpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106 template<class VA, class VB, class Ops>
107 ExecStatus
108 PowPlusBnd<VA,VB,Ops>::propagate(Space& home, const ModEventDelta&) {
109 GECODE_ES_CHECK(prop_pow_plus_bnd(home,x0,x1,ops));
110 return x0.assigned() ? home.ES_SUBSUMED(*this) : ES_FIX;
111 }
112
113
114

Callers

nothing calls this directly

Calls 12

prop_pow_plus_bndFunction · 0.85
ES_SUBSUMEDMethod · 0.80
evenMethod · 0.80
ES_NOFIX_PARTIALMethod · 0.80
postFunction · 0.50
MinusViewClass · 0.50
assignedMethod · 0.45
minMethod · 0.45
maxMethod · 0.45
powMethod · 0.45
valMethod · 0.45
inter_vMethod · 0.45

Tested by

no test coverage detected