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

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

List of all members.

Public Member Functions

 BoolWait (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 (Boolean variables)

Definition at line 84 of file exec.cpp.


Constructor & Destructor Documentation

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

Create and register test.

Definition at line 87 of file exec.cpp.


Member Function Documentation

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

Check whether x is solution.

Implements Test::Int::Test.

Definition at line 90 of file exec.cpp.

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

Post wait on x.

Implements Test::Int::Test.

Definition at line 97 of file exec.cpp.

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

Continuation to be executed.

Definition at line 107 of file exec.cpp.


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