Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
void StrategyImp::todosUpdate(int i) {
34
todos += i;
35
if (father != NULL) father->todosUpdate(i);
36
}
37
38
StrategyImp::StrategyImp(StrategyNode tag) {
39
// cout<<
"Strategy imp constructor"
<<endl;
Callers
1
todosUpdate
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected