Test::Set::Exec::Wait Class Reference
Simple test for wait (set variables) More...
Public Member Functions | |
Wait (int n) | |
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. |
Detailed Description
Constructor & Destructor Documentation
Test::Set::Exec::Wait::Wait | ( | int | n | ) | [inline] |
Member Function Documentation
virtual bool Test::Set::Exec::Wait::solution | ( | const SetAssignment & | x | ) | const [inline, virtual] |
virtual void Test::Set::Exec::Wait::post | ( | Gecode::Space & | home, |
Gecode::SetVarArray & | x, | ||
Gecode::IntVarArray & | |||
) | [inline, virtual] |
static void Test::Set::Exec::Wait::c | ( | Gecode::Space & | _home | ) | [inline, static] |
The documentation for this class was generated from the following file:
- test/set/exec.cpp (Revision: 10684)