Generated on Mon Aug 25 11:35:55 2008 for Gecode by doxygen 1.5.6

Test::Search::DFS< Model > Class Template Reference

Inherits Test::Search::Test.

List of all members.


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]

Initialize test.

Definition at line 409 of file search.cc.


Member Function Documentation

template<class Model>
virtual bool Test::Search::DFS< Model >::run ( void   )  [inline, virtual]

Run test.

Implements Test::Base.

Definition at line 416 of file search.cc.


The documentation for this class was generated from the following file: