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

Function mip0

check/TestUserScale.cpp:188–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188HighsLp mip0(const double cost, const double bound) {
189 HighsLp lp = lp0(cost, bound);
190 lp.integrality_ = {HighsVarType::kInteger, HighsVarType::kContinuous};
191 return lp;
192}
193
194HighsLp lp1(const double cost, const double col_lower, const double bound) {
195 HighsLp lp;

Callers 1

TestUserScale.cppFile · 0.85

Calls 1

lp0Function · 0.85

Tested by

no test coverage detected