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

Function quietRun

check/TestRanging.cpp:61–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61HighsStatus quietRun(Highs& highs) {
62 highs.setOptionValue("output_flag", false);
63 HighsStatus call_status = highs.run();
64 if (dev_run) highs.setOptionValue("output_flag", true);
65 return call_status;
66
67 highs.resetGlobalScheduler(true);
68}
69
70void colCostColumnHeader() {
71 if (dev_run)

Callers 1

testRangingFunction · 0.85

Calls 3

resetGlobalSchedulerMethod · 0.80
setOptionValueMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected