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

Method kill

gecode/kernel/core.cpp:966–977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

964 }
965
966 void
967 PropagatorGroup::kill(Space& home) {
968 if (home.failed())
969 return;
970 Space::Propagators ps(home);
971 while (ps()) {
972 Propagator& p = ps.propagator();
973 ++ps;
974 if (in(p.group()))
975 home.kill(p);
976 }
977 }
978
979 void
980 PropagatorGroup::disable(Space& home) {

Callers 4

runMethod · 0.60
gf_successFunction · 0.60
gf_successFunction · 0.60
masterMethod · 0.60

Calls 5

propagatorMethod · 0.80
groupMethod · 0.80
brancherMethod · 0.80
inFunction · 0.50
failedMethod · 0.45

Tested by

no test coverage detected