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

Method hasSolvedChildren

gecode/gist/spacenode.hpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 }
147
148 forceinline bool
149 SpaceNode::hasSolvedChildren(void) {
150 return getFlag(HASSOLVEDCHILDREN);
151 }
152
153 forceinline bool
154 SpaceNode::hasOpenChildren(void) {

Callers 4

processCurrentNodeMethod · 0.80
mayMoveDownwardsMethod · 0.80
processCurrentNodeMethod · 0.80
closeChildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected