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

Method getLabel

gecode/gist/node.hpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141
142 template<class T>
143 QString
144 NodeAllocatorBase<T>::getLabel(T* n) const {
145 return labels.value(n);
146 }
147
148 forceinline unsigned int
149 Node::getTag(void) const {

Callers 2

computeShapeMethod · 0.80
processCurrentNodeMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected