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

Method propagator

gecode/kernel/core.hpp:3335–3338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3333 return Home(*this,nullptr,PropagatorGroup::def,bg);
3334 }
3335 forceinline Propagator*
3336 Home::propagator(void) const {
3337 return p;
3338 }
3339 forceinline PropagatorGroup
3340 Home::propagatorgroup(void) const {
3341 return pg;

Callers 15

statusMethod · 0.80
afc_unshareMethod · 0.80
core.cppFile · 0.80
sizeMethod · 0.80
killMethod · 0.80
disableMethod · 0.80
enableMethod · 0.80
core.hppFile · 0.80
updateMethod · 0.80
afcMethod · 0.80
adviseMethod · 0.80
_failMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected