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

Method propagate

gecode/int/bool/or.hpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89 template<class BV>
90 ExecStatus
91 OrTrueSubsumed<BV>::propagate(Space& home, const ModEventDelta&) {
92 return home.ES_SUBSUMED(*this);
93 }
94
95
96 /*

Callers

nothing calls this directly

Calls 10

bool_testFunction · 0.85
ES_SUBSUMEDMethod · 0.80
postFunction · 0.50
statusMethod · 0.45
one_noneMethod · 0.45
subscribeMethod · 0.45
zero_noneMethod · 0.45
oneMethod · 0.45
zeroMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected