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

Test::Search::Best< Model, Engine > Class Template Reference

Inherits Test::Search::Test.

List of all members.


Detailed Description

template<class Model, template< class > class Engine>
class Test::Search::Best< Model, Engine >

Test for best solution search.

Definition at line 472 of file search.cc.


Public Member Functions

 Best (const std::string &b, HowToConstrain htc, 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, template< class > class Engine>
Test::Search::Best< Model, Engine >::Best ( const std::string &  b,
HowToConstrain  htc,
HowToBranch  htb1,
HowToBranch  htb2,
HowToBranch  htb3,
unsigned int  c_d0,
unsigned int  a_d0 
) [inline]

Initialize test.

Definition at line 480 of file search.cc.


Member Function Documentation

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

Run test.

Implements Test::Base.

Definition at line 488 of file search.cc.


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