Generated on Thu Apr 11 14:00:22 2019 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, bool sf0)
 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.

Protected Attributes

bool sf
 Whether to use std::function.

Detailed Description

Simple test for wait (set variables).

Definition at line 47 of file exec.cpp.


Constructor & Destructor Documentation

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

Create and register test.

Definition at line 53 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 58 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 63 of file exec.cpp.

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

Continuation to be executed.

Definition at line 81 of file exec.cpp.


Member Data Documentation

bool Test::Set::Exec::Wait::sf [protected]

Whether to use std::function.

Definition at line 50 of file exec.cpp.


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