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

Method hasWorkingSpace

gecode/gist/spacenode.hpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 }
162
163 forceinline bool
164 SpaceNode::hasWorkingSpace(void) {
165 return copy != nullptr && Support::marked(copy);
166 }
167
168 forceinline int
169 SpaceNode::getAlternative(const NodeAllocator& na) const {

Callers 1

processCurrentNodeMethod · 0.80

Calls 1

markedFunction · 0.85

Tested by

no test coverage detected