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

Method hasLabel

gecode/gist/node.hpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124 template<class T>
125 bool
126 NodeAllocatorBase<T>::hasLabel(T* n) const {
127 return labels.contains(n);
128 }
129
130 template<class T>
131 void

Callers 4

labelBranchesMethod · 0.80
labelPathMethod · 0.80
computeShapeMethod · 0.80
processCurrentNodeMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected