Generated on Tue May 22 09:41:57 2018 for Gecode by doxygen 1.6.3

Test::Int::Exec::IntWait Class Reference
[Synchronized execution]

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

List of all members.

Public Member Functions

 IntWait (int n, bool sf0)
 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.

Protected Attributes

bool sf
 Whether to use std::function.

Detailed Description

Simple test for wait (integer variables).

Definition at line 49 of file exec.cpp.


Constructor & Destructor Documentation

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

Create and register test.

Definition at line 55 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 84 of file exec.cpp.


Member Data Documentation

bool Test::Int::Exec::IntWait::sf [protected]

Whether to use std::function.

Definition at line 52 of file exec.cpp.


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