48 : Search::EngineBase<T>(Search::
dfs(s,o)) {}
#define GECODE_SEARCH_EXPORT
Engine * dfs(Space *s, const Options &o)
Create depth-first engine.
virtual T * next(void)
Return next solution (NULL, if none exists or search has been stopped)
T * dfs(T *s, const Search::Options &o)
Invoke depth-first search engine for subclass T of space s with options o.
Gecode toplevel namespace
Depth-first search engine.
DFS(T *s, const Search::Options &o=Search::Options::def)
Initialize search engine for space s with options o.