Generated on Sat Feb 12 2011 17:41:36 for Gecode by doxygen 1.7.3

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

List of all members.

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Simple test for wait (integer variables)

Definition at line 53 of file exec.cpp.


Constructor & Destructor Documentation

Test::Int::Exec::IntWait::IntWait ( int  n) [inline]

Create and register test.

Definition at line 56 of file exec.cpp.


Member Function Documentation

virtual bool Test::Int::Exec::IntWait::solution ( const Assignment x) const [inline, virtual]

Check whether x is solution.

Implements Test::Int::Test.

Definition at line 59 of file exec.cpp.

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

Post wait on x.

Implements Test::Int::Test.

Definition at line 67 of file exec.cpp.

static void Test::Int::Exec::IntWait::c ( Gecode::Space _home) [inline, static]

Continuation to be executed.

Definition at line 74 of file exec.cpp.


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