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

Method propagate

gecode/int/linear/int-nary.hpp:393–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391
392 template<class Val, class P, class N>
393 ExecStatus
394 Eq<Val,P,N>::propagate(Space& home, const ModEventDelta& med) {
395 return prop_bnd<Val,P,N>(home,med,*this,x,y,c);
396 }
397
398 /*
399 * Reified bound consistent linear equation

Callers

nothing calls this directly

Calls 15

me_modifiedFunction · 0.85
ES_SUBSUMEDMethod · 0.80
postFunction · 0.70
zeroMethod · 0.45
oneMethod · 0.45
one_noneMethod · 0.45
zero_noneMethod · 0.45
sizeMethod · 0.45
assignedMethod · 0.45
valMethod · 0.45
move_lstMethod · 0.45
nqMethod · 0.45

Tested by

no test coverage detected