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

Function mip1

check/TestUserScale.cpp:224–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224HighsLp mip1(const double cost, const double col_lower, const double bound) {
225 HighsLp lp = lp1(cost, col_lower, bound);
226 lp.integrality_ = {HighsVarType::kInteger, HighsVarType::kContinuous};
227 lp.col_lower_[0] = 0;
228 return lp;
229}
230
231HighsHessian hessian(const double value) {
232 // Together with lp1:

Callers 1

testMipFunction · 0.85

Calls 1

lp1Function · 0.85

Tested by

no test coverage detected