Generated on Thu Apr 11 14:00:18 2019 for Gecode by doxygen 1.6.3

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

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

List of all members.

Public Member Functions

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

Definition at line 94 of file exec.cpp.


Constructor & Destructor Documentation

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

Create and register test.

Definition at line 100 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 104 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 111 of file exec.cpp.

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

Continuation to be executed.

Definition at line 131 of file exec.cpp.


Member Data Documentation

Whether to use std::function.

Definition at line 97 of file exec.cpp.


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