Gecode::Search::Par::DFS< Tracer > Class Template Reference
Parallel depth-first search engine More...
#include <dfs.hh>
Classes | |
| class | Worker |
| Parallel depth-first search worker More... | |
Public Member Functions | |
| Worker * | worker (unsigned int i) const |
| Provide access to worker i. | |
Protected Attributes | |
| Worker ** | _worker |
| Array of worker references. | |
Search control | |
|
| |
| void | solution (Space *s) |
| Report solution s. | |
Engine interface | |
|
| |
| DFS (Space *s, const Options &o) | |
| Initialize for space s with options o. | |
| virtual Statistics | statistics (void) const |
| Return statistics. | |
| virtual void | reset (Space *s) |
| Reset engine to restart at space s. | |
| virtual NoGoods & | nogoods (void) |
| Return no-goods. | |
| virtual | ~DFS (void) |
| Destructor. | |
Detailed Description
template<class Tracer>
class Gecode::Search::Par::DFS< Tracer >
Parallel depth-first search engine
Definition at line 43 of file dfs.hh.
Constructor & Destructor Documentation
template<class Tracer >
| Gecode::Search::Par::DFS< Tracer >::DFS | ( | Space * | s, | |
| const Options & | o | |||
| ) | [inline] |
template<class Tracer >
| Gecode::Search::Par::DFS< Tracer >::~DFS | ( | void | ) | [inline, virtual] |
Member Function Documentation
template<class Tracer >
| DFS< Tracer >::Worker * Gecode::Search::Par::DFS< Tracer >::worker | ( | unsigned int | i | ) | const [inline] |
template<class Tracer >
| void Gecode::Search::Par::DFS< Tracer >::solution | ( | Space * | s | ) | [inline] |
template<class Tracer >
| Statistics Gecode::Search::Par::DFS< Tracer >::statistics | ( | void | ) | const [inline, virtual] |
template<class Tracer >
| void Gecode::Search::Par::DFS< Tracer >::reset | ( | Space * | s | ) | [inline, virtual] |
Reset engine to restart at space s.
Reimplemented from Gecode::Search::Engine.
template<class Tracer >
| NoGoods & Gecode::Search::Par::DFS< Tracer >::nogoods | ( | void | ) | [inline, virtual] |
Member Data Documentation
template<class Tracer >
Worker** Gecode::Search::Par::DFS< Tracer >::_worker [protected] |
The documentation for this class was generated from the following files:
