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

Method myThread

highs/lp_data/HighsInterface.cpp:4359–4361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 8

setSubMipMethod · 0.95
isSubMipMethod · 0.95
startMethod · 0.95
stopMethod · 0.95
solveCallMethod · 0.95
runMethod · 0.80
solveSubMipMethod · 0.80

Calls 1

thread_numFunction · 0.85

Tested by

no test coverage detected