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

Method setSubMip

highs/lp_data/HighsInterface.cpp:4363–4365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4361}
4362
4363void HighsProfiling::setSubMip(const bool submip) {
4364 this->submip[this->myThread()] = submip;
4365}
4366
4367bool HighsProfiling::isSubMip() { return this->submip[this->myThread()]; }
4368

Callers 2

runMethod · 0.80
solveSubMipMethod · 0.80

Calls 1

myThreadMethod · 0.95

Tested by

no test coverage detected