| 4357 | } |
| 4358 | |
| 4359 | HighsInt HighsProfiling::myThread() { |
| 4360 | return this->multi_threaded ? highs::parallel::thread_num() : 0; |
| 4361 | } |
| 4362 | |
| 4363 | void HighsProfiling::setSubMip(const bool submip) { |
| 4364 | this->submip[this->myThread()] = submip; |
no test coverage detected