Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ stack_depth
Method
stack_depth
gecode/search/worker.hh:99–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
forceinline void
100
Worker::stack_depth(unsigned long int d) {
101
if (depth < root_depth + d)
102
depth = root_depth + d;
103
}
104
105
forceinline unsigned long int
106
Worker::steal_depth(unsigned long int d) const {
Callers
3
push
Method · 0.80
push
Method · 0.80
push
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected