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

Function highsTimeSecondToString

highs/io/HighsIO.cpp:322–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322const std::string highsTimeSecondToString(const double time) {
323 return highsTimeToString(time) + "s";
324}
325
326const std::string highsInsertMdEscapes(const std::string& from_string) {
327 std::string to_string = "";

Callers 2

runProbingMethod · 0.85
presolveMethod · 0.85

Calls 1

highsTimeToStringFunction · 0.85

Tested by

no test coverage detected