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

Test::Int::Distinct::Random Class Reference
[Distinct constraints]

Inherits Test::Int::Test.

List of all members.


Detailed Description

Randomized test for distinct constraint.

Definition at line 116 of file distinct.cc.


Public Member Functions

 Random (int n, int min, int max, Gecode::IntConLevel icl)
 Create and register test.
virtual Assignmentassignment (void) const
 Create and register initial assignment.
virtual bool solution (const Assignment &x) const
 Check whether x is solution.
virtual void post (Gecode::Space *home, Gecode::IntVarArray &x)
 Post constraint on x.

Constructor & Destructor Documentation

Test::Int::Distinct::Random::Random ( int  n,
int  min,
int  max,
Gecode::IntConLevel  icl 
) [inline]

Create and register test.

Definition at line 119 of file distinct.cc.


Member Function Documentation

virtual Assignment* Test::Int::Distinct::Random::assignment ( void   )  const [inline, virtual]

Create and register initial assignment.

Reimplemented from Test::Int::Test.

Definition at line 124 of file distinct.cc.

virtual bool Test::Int::Distinct::Random::solution ( const Assignment x  )  const [inline, virtual]

Check whether x is solution.

Implements Test::Int::Test.

Definition at line 128 of file distinct.cc.

virtual void Test::Int::Distinct::Random::post ( Gecode::Space home,
Gecode::IntVarArray x 
) [inline, virtual]

Post constraint on x.

Implements Test::Int::Test.

Definition at line 136 of file distinct.cc.


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