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

Function HighsStatusReport

check/TestLpModification.cpp:1513–1519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1511}
1512
1513void HighsStatusReport(const HighsLogOptions& log_options, std::string message,
1514 HighsStatus status) {
1515 if (!dev_run) return;
1516 highsLogUser(log_options, HighsLogType::kInfo,
1517 "%s: HighsStatus = %" HIGHSINT_FORMAT " - %s\n", message.c_str(),
1518 (int)status, highsStatusToString(status).c_str());
1519}
1520
1521void callRun(Highs& highs, const HighsLogOptions& log_options,
1522 std::string message, const HighsStatus require_return_status) {

Callers 2

callRunFunction · 0.85

Calls 3

highsLogUserFunction · 0.85
highsStatusToStringFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected