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

Method reportSimplexTimer

highs/simplex/HighsSimplexAnalysis.cpp:1166–1170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1164}
1165
1166void HighsSimplexAnalysis::reportSimplexTimer() const {
1167 assert(analyse_simplex_time);
1168 SimplexTimer simplex_timer;
1169 simplex_timer.reportSimplexInnerClock(thread_simplex_clocks[0]);
1170}
1171
1172void HighsSimplexAnalysis::reportFactorTimer() {
1173 assert(analyse_factor_time);

Callers 1

returnFromEkkSolveMethod · 0.80

Calls 1

Tested by

no test coverage detected