Test::Search::DFS< Model > Class Template Reference
Inherits Test::Search::Test.
Detailed Description
template<class Model>
class Test::Search::DFS< Model >
Test for depth-first search.
Definition at line 401 of file search.cc.
Public Member Functions | |
DFS (HowToBranch htb1, HowToBranch htb2, HowToBranch htb3, unsigned int c_d0, unsigned int a_d0) | |
Initialize test. | |
virtual bool | run (void) |
Run test. |
Constructor & Destructor Documentation
template<class Model>
Test::Search::DFS< Model >::DFS | ( | HowToBranch | htb1, | |
HowToBranch | htb2, | |||
HowToBranch | htb3, | |||
unsigned int | c_d0, | |||
unsigned int | a_d0 | |||
) | [inline] |
Member Function Documentation
template<class Model>
virtual bool Test::Search::DFS< Model >::run | ( | void | ) | [inline, virtual] |
The documentation for this class was generated from the following file: