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

Method propagate

gecode/int/arithmetic/nroot.hpp:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137 template<class Ops, bool minus>
138 ExecStatus
139 NrootPlusBnd<Ops,minus>::propagate(Space& home, const ModEventDelta&) {
140 GECODE_ES_CHECK((prop_nroot_plus_bnd<Ops,minus>(home,x0,x1,ops)));
141 return x1.assigned() ? home.ES_SUBSUMED(*this) : ES_FIX;
142 }
143
144
145 /*

Callers

nothing calls this directly

Calls 8

ES_SUBSUMEDMethod · 0.80
evenMethod · 0.80
ES_NOFIX_PARTIALMethod · 0.80
postFunction · 0.50
assignedMethod · 0.45
minMethod · 0.45
maxMethod · 0.45
inter_rMethod · 0.45

Tested by

no test coverage detected