Generated on Mon Aug 25 11:35:54 2008 for Gecode by doxygen 1.5.6

Test::Assign::IntTest Class Reference

#include <assign.hh>

Inherits Test::Base.

Inherited by Test::Assign::Int.

List of all members.


Detailed Description

Base class for tests for assigning integer variables.

Definition at line 55 of file assign.hh.


Public Member Functions

 IntTest (const std::string &s, int a, const Gecode::IntSet &d)
 Construct and register test.
virtual bool run (void)
 Perform test.
virtual void post (Gecode::Space *home, Gecode::IntVarArray &x)=0
 Post assignment on variables x.

Protected Attributes

int arity
 Number of variables.
Gecode::IntSet dom
 Domain of variables.

Constructor & Destructor Documentation

Test::Assign::IntTest::IntTest ( const std::string &  s,
int  a,
const Gecode::IntSet d 
)

Construct and register test.


Member Function Documentation

bool Test::Assign::IntTest::run ( void   )  [virtual]

Perform test.

Implements Test::Base.

Definition at line 112 of file assign.cc.

virtual void Test::Assign::IntTest::post ( Gecode::Space home,
Gecode::IntVarArray x 
) [pure virtual]

Post assignment on variables x.

Implemented in Test::Assign::Int.


Member Data Documentation

Number of variables.

Definition at line 58 of file assign.hh.

Domain of variables.

Definition at line 60 of file assign.hh.


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