MCPcopy Create free account
hub / github.com/Gecode/gecode / fail

Method fail

examples/job-shop.cpp:591–593  ·  view source on GitHub ↗

Whether the stop was due to failures

Source from the content-addressed store, hash-verified

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);

Callers 1

parseMethod · 0.45

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected