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

Method time

examples/job-shop.cpp:595–597  ·  view source on GitHub ↗

Whether the stop was due to time

Source from the content-addressed store, hash-verified

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;

Callers 2

solveFunction · 0.45
mainFunction · 0.45

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected