Generated on Thu Apr 11 14:00:21 2019 for Gecode by doxygen 1.6.3

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

Test for LDSB infrastructure More...

List of all members.

Public Member Functions

 LDSB (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::LDSB< T >

Test for LDSB infrastructure

Definition at line 199 of file ldsb.cpp.


Constructor & Destructor Documentation

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

Initialize test.

Definition at line 206 of file ldsb.cpp.


Member Function Documentation

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

Perform actual tests.

Implements Test::Base.

Definition at line 210 of file ldsb.cpp.


Member Data Documentation

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

Recomputation distance.

Definition at line 202 of file ldsb.cpp.

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

Adaptation distance.

Definition at line 204 of file ldsb.cpp.


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