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