Generated on Thu Mar 22 10:40:03 2012 for Gecode by doxygen 1.6.3

Test::Set::Exec::Wait Class Reference
[Synchronized execution]

Simple test for wait (set variables). More...

List of all members.

Public Member Functions

 Wait (int n)
 Create and register test.
virtual bool solution (const SetAssignment &x) const
 Check whether x is solution.
virtual void post (Gecode::Space &home, Gecode::SetVarArray &x, Gecode::IntVarArray &)
 Post wait on x.

Static Public Member Functions

static void c (Gecode::Space &_home)
 Continuation to be executed.

Detailed Description

Simple test for wait (set variables).

Definition at line 51 of file exec.cpp.


Constructor & Destructor Documentation

Test::Set::Exec::Wait::Wait ( int  n  )  [inline]

Create and register test.

Definition at line 54 of file exec.cpp.


Member Function Documentation

virtual bool Test::Set::Exec::Wait::solution ( const SetAssignment x  )  const [inline, virtual]

Check whether x is solution.

Implements Test::Set::SetTest.

Definition at line 57 of file exec.cpp.

virtual void Test::Set::Exec::Wait::post ( Gecode::Space home,
Gecode::SetVarArray x,
Gecode::IntVarArray  
) [inline, virtual]

Post wait on x.

Implements Test::Set::SetTest.

Definition at line 62 of file exec.cpp.

static void Test::Set::Exec::Wait::c ( Gecode::Space _home  )  [inline, static]

Continuation to be executed.

Definition at line 70 of file exec.cpp.


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