Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
770
double Highs_getRunTime(const void* highs) {
771
return (double)((Highs*)highs)->getRunTime();
772
}
773
774
HighsInt Highs_zeroAllClocks(const void* highs) {
775
((Highs*)highs)->zeroAllClocks();
Callers
1
Highs_getHighsRunTime
Function · 0.85
Calls
1
getRunTime
Method · 0.80
Tested by
no test coverage detected