Test for LDSB infrastructure More...
Public Member Functions | |
LDSBSet (std::string label, unsigned int c=0, unsigned int a=0) | |
Initialize test. | |
bool | run (void) |
Perform actual tests. | |
![]() | |
Base (const std::string &s) | |
Create and register test with name s. | |
const std::string & | name (void) const |
Return name of test. | |
Base * | next (void) const |
Return next test. | |
void | next (Base *n) |
Set next test. | |
virtual | ~Base (void) |
Destructor. | |
Public Attributes | |
unsigned int | c_d |
Recomputation distance. | |
unsigned int | a_d |
Adaptation distance. | |
Additional Inherited Members | |
![]() | |
static void | sort (void) |
Sort tests alphabetically. | |
static Base * | tests (void) |
Return all tests. | |
static bool | fixpoint (void) |
Throw a coin whether to compute a fixpoint. | |
![]() | |
static Gecode::Support::RandomGenerator | rand = Gecode::Support::RandomGenerator() |
Random number generator. | |
![]() | |
int | main (int argc, char *argv[]) |
Main function. | |
Test for LDSB infrastructure
|
inline |
|
inlinevirtual |
unsigned int Test::LDSB::LDSBSet< T >::c_d |
Recomputation distance.
unsigned int Test::LDSB::LDSBSet< T >::a_d |