Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ DFS
Method
DFS
gecode/search/dfs.hpp:67–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
66
template<class T>
67
inline
68
DFS<T>::DFS(T* s, const Search::Options& o)
69
: Search::Base<T>(Search::dfsengine(s,o)) {}
70
71
template<class T>
72
inline T*
Callers
nothing calls this directly
Calls
1
dfsengine
Function · 0.85
Tested by
no test coverage detected