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

Method isOpen

gecode/gist/spacenode.hpp:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 }
136
137 forceinline bool
138 SpaceNode::isOpen(void) {
139 return ((getStatus() == UNDETERMINED) ||
140 getFlag(HASOPENCHILDREN));
141 }
142
143 forceinline bool
144 SpaceNode::hasFailedChildren(void) {

Callers 4

runMethod · 0.80
closeChildMethod · 0.80
getNoOfOpenChildrenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected