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

Method clearLabel

gecode/gist/node.hpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136 template<class T>
137 void
138 NodeAllocatorBase<T>::clearLabel(T* n) {
139 labels.remove(n);
140 }
141
142 template<class T>
143 QString

Callers 2

labelPathMethod · 0.80
processCurrentNodeMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected