Whether the stop was due to failures
| 589 | } |
| 590 | /// Whether the stop was due to failures |
| 591 | bool fail(const Search::Statistics& s, const Search::Options& o) const { |
| 592 | return fs->stop(s,o); |
| 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); |