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

Method setLabel

gecode/gist/node.hpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129
130 template<class T>
131 void
132 NodeAllocatorBase<T>::setLabel(T* n, const QString& l) {
133 labels[n] = l;
134 }
135
136 template<class T>
137 void

Callers 2

labelPathMethod · 0.80
processCurrentNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected