Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
labelBranches
Method · 0.80
labelPath
Method · 0.80
computeShape
Method · 0.80
processCurrentNode
Method · 0.80
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected