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

Method getStatus

gecode/gist/spacenode.hpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 forceinline NodeStatus
71 SpaceNode::getStatus(void) const {
72 return static_cast<NodeStatus>((nstatus & STATUSMASK) >> 20);
73 }
74
75 forceinline void
76 SpaceNode::setDistance(unsigned int d) {

Callers 10

processCurrentNodeMethod · 0.80
processCurrentNodeMethod · 0.80
notOnSolMethod · 0.80
runMethod · 0.80
inspectCurrentNodeMethod · 0.80
resetMethod · 0.80
navDownMethod · 0.80
setCurrentNodeMethod · 0.80
mousePressEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected