Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ dfs
Function
dfs
gecode/gist/gist.hpp:202–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
}
201
202
inline int
203
dfs(Space* root, const Gist::Options& opt) {
204
return explore(root, false, opt);
205
}
206
207
inline int
208
bab(Space* root, const Gist::Options& opt) {
Callers
10
inspectCurrentNode
Method · 0.70
recompute
Method · 0.70
acquireSpace
Method · 0.70
run
Method · 0.50
choice
Method · 0.50
choice
Method · 0.50
explore
Method · 0.50
explore
Method · 0.50
explore
Method · 0.50
explore
Method · 0.50
Calls
1
explore
Function · 0.85
Tested by
no test coverage detected