MCPcopy 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
119Strategy Strategy::getFather() {
120 if (hasFather()) return Strategy(imp->father);
121 return Dummy();
122}
123
124bool Strategy::hasFather() {
125 if (imp->father != NULL) {

Callers 3

getPositionMethod · 0.80
updateTrueMethod · 0.80
updateFalseMethod · 0.80

Calls 1

StrategyClass · 0.70

Tested by

no test coverage detected