Gecode::DFS< T > Class Template Reference
[Search engines]
Depth-first search engine. More...
#include <search.hh>
Public Member Functions | |
DFS (T *s, const Search::Options &o=Search::Options::def) | |
Initialize search engine for space s with options o. |
Detailed Description
template<class T>
class Gecode::DFS< T >
Depth-first search engine.
This class supports depth-first search for subclasses T of Space.
Definition at line 681 of file search.hh.
Constructor & Destructor Documentation
template<class T>
Gecode::DFS< T >::DFS | ( | T * | s, | |
const Search::Options & | o = Search::Options::def | |||
) | [inline] |
The documentation for this class was generated from the following files:
- gecode/search.hh (Revision: 14443)
- gecode/search/dfs.hpp (Revision: 14442)