Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4363
void HighsProfiling::setSubMip(const bool submip) {
4364
this->submip[this->myThread()] = submip;
4365
}
4366
4367
bool HighsProfiling::isSubMip() { return this->submip[this->myThread()]; }
4368
Callers
2
run
Method · 0.80
solveSubMip
Method · 0.80
Calls
1
myThread
Method · 0.95
Tested by
no test coverage detected