Generated on Mon May 5 05:54:20 2008 for Gecode by doxygen 1.5.5

Test::Set::Select::SelectSet Class Reference
[Selection constraints]

Inherits Test::Set::SetTest.

List of all members.


Detailed Description

Test for SelectSet constraint.

Definition at line 244 of file select.cc.


Public Member Functions

 SelectSet (const char *t)
 Create and register test.
virtual bool solution (const SetAssignment &x) const
 Test whether x is solution.
virtual void post (Space *home, SetVarArray &x, IntVarArray &y)
 Post constraint on x.

Constructor & Destructor Documentation

Test::Set::Select::SelectSet::SelectSet ( const char *  t  )  [inline]

Create and register test.

Definition at line 247 of file select.cc.


Member Function Documentation

virtual bool Test::Set::Select::SelectSet::solution ( const SetAssignment x  )  const [inline, virtual]

Test whether x is solution.

Implements Test::Set::SetTest.

Definition at line 250 of file select.cc.

virtual void Test::Set::Select::SelectSet::post ( Space home,
SetVarArray x,
IntVarArray y 
) [inline, virtual]

Post constraint on x.

Implements Test::Set::SetTest.

Definition at line 258 of file select.cc.


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