Whether the stop was due to time
| 593 | } |
| 594 | /// Whether the stop was due to time |
| 595 | bool time(const Search::Statistics& s, const Search::Options& o) const { |
| 596 | return ts->stop(s,o); |
| 597 | } |
| 598 | /// Destructor |
| 599 | ~FailTimeStop(void) { |
| 600 | delete fs; delete ts; |