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

Function instanceTest

check/TestDualize.cpp:166–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void instanceTest(Highs& highs, const std::string model_name) {
167 std::string model_file =
168 std::string(HIGHS_DIR) + "/check/instances/" + model_name + ".mps";
169 if (dev_run) printf("\nSolving model %s\n", model_name.c_str());
170 REQUIRE(highs.readModel(model_file) == HighsStatus::kOk);
171 dualizeTest(highs);
172}

Callers 1

TestDualize.cppFile · 0.85

Calls 3

dualizeTestFunction · 0.85
c_strMethod · 0.80
readModelMethod · 0.45

Tested by

no test coverage detected