Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ getFather
Method
getFather
contribs/qecode/Strategy.cc:119–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
Strategy Strategy::getFather() {
120
if (hasFather()) return Strategy(imp->father);
121
return Dummy();
122
}
123
124
bool Strategy::hasFather() {
125
if (imp->father != NULL) {
Callers
3
getPosition
Method · 0.80
updateTrue
Method · 0.80
updateFalse
Method · 0.80
Calls
1
Strategy
Class · 0.70
Tested by
no test coverage detected