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