Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
processCurrentNode
Method · 0.80
mayMoveDownwards
Method · 0.80
processCurrentNode
Method · 0.80
closeChild
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected