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

Test::Search::Test Class Reference

Inherits Test::Base.

Inherited by Test::Search::Best< Model, Engine >, Test::Search::DFS< Model >, and Test::Search::LDS< Model >.

List of all members.


Detailed Description

Base class for search tests.

Definition at line 354 of file search.cc.


Public Member Functions

 Test (const std::string &s, HowToBranch _htb1, HowToBranch _htb2, HowToBranch _htb3, HowToConstrain _htc=HTC_NONE)
 Initialize test.

Static Public Member Functions

static std::string str (unsigned int i)
 Map unsigned integer to string.
static std::string str (HowToBranch htb)
 Map branching to string.
static std::string str (HowToConstrain htc)
 Map constrain to string.

Public Attributes

HowToBranch htb1
 How to branch.
HowToBranch htb2
HowToBranch htb3
HowToConstrain htc
 How to constrain.

Constructor & Destructor Documentation

Test::Search::Test::Test ( const std::string &  s,
HowToBranch  _htb1,
HowToBranch  _htb2,
HowToBranch  _htb3,
HowToConstrain  _htc = HTC_NONE 
) [inline]

Initialize test.

Definition at line 392 of file search.cc.


Member Function Documentation

static std::string Test::Search::Test::str ( unsigned int  i  )  [inline, static]

Map unsigned integer to string.

Definition at line 361 of file search.cc.

static std::string Test::Search::Test::str ( HowToBranch  htb  )  [inline, static]

Map branching to string.

Definition at line 367 of file search.cc.

static std::string Test::Search::Test::str ( HowToConstrain  htc  )  [inline, static]

Map constrain to string.

Definition at line 379 of file search.cc.


Member Data Documentation

How to branch.

Definition at line 357 of file search.cc.

Definition at line 357 of file search.cc.

Definition at line 357 of file search.cc.

How to constrain.

Definition at line 359 of file search.cc.


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