Create and register test
| 51 | public: |
| 52 | /// Create and register test |
| 53 | Wait(int n, bool sf0) |
| 54 | : SetTest("Wait::"+str(n)+"::"+ |
| 55 | (sf0 ? "std::function" : "funptr"),n, |
| 56 | Gecode::IntSet(0,n),false), sf(sf0) {} |
| 57 | /// Check whether \a x is solution |
| 58 | virtual bool solution(const SetAssignment& x) const { |
| 59 | (void) x; |