Class for testing the VarArray iterator More...
Public Member Functions | |
VarArrayIterator (void) | |
Initialize test. | |
bool | run (void) |
Perform actual tests. |
Protected Types | |
typedef Gecode::VarArray < Gecode::IntVar > | Array |
Array type being tested. |
Static Protected Attributes | |
static const int | n = 16 |
Maximum array size. | |
![]() |
Additional Inherited Members | |
![]() | |
Iterator (const std::string &name) | |
Initialize test. | |
template<class Array > | |
bool | runTestForArray (Array &a) |
Perform actual tests. |
|
protected |
|
inline |
|
inlinevirtual |
|
staticprotected |
Maximum array size.
Reimplemented from Test::Array::Iterator.