Gecode::Search::Sequential::DFS Class Reference
Depth-first search engine implementation. More...
#include <dfs.hh>
Public Member Functions | |
DFS (Space *s, size_t sz, const Options &o) | |
Initialize for space s (of size sz) with options o. | |
Space * | next (void) |
Search for next solution | |
Statistics | statistics (void) const |
Return statistics. | |
~DFS (void) | |
Destructor. | |
Protected Member Functions | |
Space * | reset (Space *s) |
Reset engine to restart at space s and return new root. |
Detailed Description
Depth-first search engine implementation.
Definition at line 49 of file dfs.hh.
Constructor & Destructor Documentation
Gecode::Search::Sequential::DFS::~DFS | ( | void | ) | [inline] |
Member Function Documentation
Space * Gecode::Search::Sequential::DFS::next | ( | void | ) | [inline] |
Search for next solution
Reimplemented in Gecode::Search::Sequential::Restart.
Statistics Gecode::Search::Sequential::DFS::statistics | ( | void | ) | const [inline] |
The documentation for this class was generated from the following file:
- gecode/search/sequential/dfs.hh (Revision: 11992)