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

Method isSubMip

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

Source from the content-addressed store, hash-verified

4365}
4366
4367bool HighsProfiling::isSubMip() { return this->submip[this->myThread()]; }
4368
4369// Gets the MIP or sub-MIP record according to record_type which, by
4370// default is kChooseRecord so this->submip is used

Callers 6

startMethod · 0.95
stopMethod · 0.95
solveCallMethod · 0.95
runMethod · 0.80
clockOffFunction · 0.80

Calls 1

myThreadMethod · 0.95

Tested by

no test coverage detected