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

Function Highs_getRunTime

highs/interfaces/highs_c_api.cpp:770–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768}
769
770double Highs_getRunTime(const void* highs) {
771 return (double)((Highs*)highs)->getRunTime();
772}
773
774HighsInt Highs_zeroAllClocks(const void* highs) {
775 ((Highs*)highs)->zeroAllClocks();

Callers 1

Highs_getHighsRunTimeFunction · 0.85

Calls 1

getRunTimeMethod · 0.80

Tested by

no test coverage detected