Generated on Fri Mar 20 15:57:12 2015 for Gecode by doxygen 1.6.3

Test::BrancherHandle Class Reference

Test for brancher handles More...

List of all members.

Classes

class  TestSpace
 Test space. More...

Public Member Functions

 BrancherHandle (void)
 Initialize test.
bool run (void)
 Perform actual tests.

Protected Member Functions

int index (void)
 Return random index.

Static Protected Attributes

static const int n_b = 1024
 How many branchers to create.

Detailed Description

Test for brancher handles

Definition at line 46 of file brancher-handle.cpp.


Constructor & Destructor Documentation

Test::BrancherHandle::BrancherHandle ( void   )  [inline]

Initialize test.

Definition at line 79 of file brancher-handle.cpp.


Member Function Documentation

int Test::BrancherHandle::index ( void   )  [inline, protected]

Return random index.

Definition at line 73 of file brancher-handle.cpp.

bool Test::BrancherHandle::run ( void   )  [inline, virtual]

Perform actual tests.

Implements Test::Base.

Definition at line 81 of file brancher-handle.cpp.


Member Data Documentation

const int Test::BrancherHandle::n_b = 1024 [static, protected]

How many branchers to create.

Definition at line 71 of file brancher-handle.cpp.


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