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

Method getParent

gecode/gist/node.hpp:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 }
180
181 forceinline int
182 Node::getParent(void) const {
183 return parent;
184 }
185
186 forceinline VisualNode*
187 Node::getParent(const NodeAllocator& na) const {

Callers 15

dirtyUpMethod · 0.80
pathUpMethod · 0.80
unPathUpMethod · 0.80
labelPathMethod · 0.80
nodeMethod · 0.80
processCurrentNodeMethod · 0.80
moveUpwardsMethod · 0.80
mayMoveSidewardsMethod · 0.80
moveSidewardsMethod · 0.80
processCurrentNodeMethod · 0.80
searchMethod · 0.80
updateCanvasMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected