
Simple test for wait (integer variables) More...
Public Member Functions | |
| IntWait (int n) | |
| 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. | |
| Test::Int::Exec::IntWait::IntWait | ( | int | n | ) | [inline] |
| virtual bool Test::Int::Exec::IntWait::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
| virtual void Test::Int::Exec::IntWait::post | ( | Gecode::Space & | home, |
| Gecode::IntVarArray & | x | ||
| ) | [inline, virtual] |
| static void Test::Int::Exec::IntWait::c | ( | Gecode::Space & | _home | ) | [inline, static] |