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

Method hasCopy

gecode/gist/spacenode.hpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 }
157
158 forceinline bool
159 SpaceNode::hasCopy(void) {
160 return copy != nullptr;
161 }
162
163 forceinline bool
164 SpaceNode::hasWorkingSpace(void) {

Callers 3

processCurrentNodeMethod · 0.80
runMethod · 0.80
inspectCurrentNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected