Generated on Tue May 22 09:42:02 2018 for Gecode by doxygen 1.6.3

Test::LDSB::LDSBSet< T > Class Template Reference

Test for LDSB infrastructure More...

List of all members.

Public Member Functions

 LDSBSet (std::string label, unsigned int c=0, unsigned int a=0)
 Initialize test.
bool run (void)
 Perform actual tests.

Public Attributes

unsigned int c_d
 Recomputation distance.
unsigned int a_d
 Adaptation distance.

Detailed Description

template<class T>
class Test::LDSB::LDSBSet< T >

Test for LDSB infrastructure

Definition at line 225 of file ldsb.cpp.


Constructor & Destructor Documentation

template<class T >
Test::LDSB::LDSBSet< T >::LDSBSet ( std::string  label,
unsigned int  c = 0,
unsigned int  a = 0 
) [inline]

Initialize test.

Definition at line 232 of file ldsb.cpp.


Member Function Documentation

template<class T >
bool Test::LDSB::LDSBSet< T >::run ( void   )  [inline, virtual]

Perform actual tests.

Implements Test::Base.

Definition at line 236 of file ldsb.cpp.


Member Data Documentation

template<class T >
unsigned int Test::LDSB::LDSBSet< T >::c_d

Recomputation distance.

Definition at line 228 of file ldsb.cpp.

template<class T >
unsigned int Test::LDSB::LDSBSet< T >::a_d

Adaptation distance.

Definition at line 230 of file ldsb.cpp.


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