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

Method propagate

gecode/int/arithmetic/abs.hpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132
133 template<class View>
134 ExecStatus
135 AbsBnd<View>::propagate(Space& home, const ModEventDelta&) {
136 return prop_abs_bnd<View,Rel::EqBnd>(home, *this, x0, x1);
137 }
138
139
140

Callers

nothing calls this directly

Calls 7

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

Tested by

no test coverage detected