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

Method todosUpdate

contribs/qecode/Strategy.cc:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void StrategyImp::todosUpdate(int i) {
34 todos += i;
35 if (father != NULL) father->todosUpdate(i);
36}
37
38StrategyImp::StrategyImp(StrategyNode tag) {
39 // cout<<"Strategy imp constructor"<<endl;

Callers 1

todosUpdateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected