| 324 | IntRelTypes::IntRelTypes(void) |
| 325 | : i(sizeof(irts)/sizeof(Gecode::IntRelType)-1) {} |
| 326 | inline void |
| 327 | IntRelTypes::reset(void) { |
| 328 | i = sizeof(irts)/sizeof(Gecode::IntRelType)-1; |
| 329 | } |
| 330 | inline bool |
| 331 | IntRelTypes::operator()(void) const { |
| 332 | return i>=0; |