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

Method setDistance

gecode/gist/spacenode.hpp:75–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 forceinline void
76 SpaceNode::setDistance(unsigned int d) {
77 if (d > MAXDISTANCE)
78 d = MAXDISTANCE;
79 nstatus &= ~( DISTANCEMASK );
80 nstatus |= d;
81 }
82
83 forceinline unsigned int
84 SpaceNode::getDistance(void) const {

Callers 2

recomputeMethod · 0.80
acquireSpaceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected