MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / timeout

Method timeout

highs/io/HMpsFF.cpp:218–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218bool HMpsFF::timeout() {
219 return time_limit_ > 0 && getWallTime() - start_time > time_limit_;
220}
221
222bool HMpsFF::getMpsLine(std::istream& file, std::string& strline, bool& skip) {
223 const bool remove_trailing_comments = false;

Callers

nothing calls this directly

Calls 1

getWallTimeFunction · 0.70

Tested by

no test coverage detected