
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. | |
| Test::Set::Exec::Wait::Wait | ( | int | n | ) | [inline] |
| 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] |