| 3122 | return rr; |
| 3123 | } |
| 3124 | forceinline unsigned long long int |
| 3125 | MetaInfo::solution(void) const { |
| 3126 | assert(type() == RESTART); |
| 3127 | return s; |
| 3128 | } |
| 3129 | forceinline unsigned long long int |
| 3130 | MetaInfo::fail(void) const { |
| 3131 | assert(type() == RESTART); |