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

Function dfs

gecode/search/dfs.hpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71 template<class T>
72 inline T*
73 dfs(T* s, const Search::Options& o) {
74 DFS<T> d(s,o);
75 return d.next();
76 }
77
78 template<class T>
79 SEB

Callers

nothing calls this directly

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected