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

Function modelStatusOk

check/TestRanging.cpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104bool modelStatusOk(Highs& highs) {
105 if (highs.getModelStatus() == HighsModelStatus::kOptimal) return true;
106 // if (highs.getModelStatus(true) == HighsModelStatus::kOptimal) return true;
107 return false;
108}
109
110void testRanging(Highs& highs) {
111 HighsLp lp;

Callers 1

testRangingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected