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

Function debugCompareHighsInfoInteger

highs/lp_data/HighsSolutionDebug.cpp:481–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481HighsDebugStatus debugCompareHighsInfoInteger(const string name,
482 const HighsOptions& options,
483 const HighsInt v0,
484 const HighsInt v1) {
485 if (v0 == v1) return HighsDebugStatus::kOk;
486 highsLogDev(options.log_options, HighsLogType::kError,
487 "SolutionPar: difference of %" HIGHSINT_FORMAT " for %s\n",
488 v1 - v0, name.c_str());
489 return HighsDebugStatus::kLogicalError;
490}

Callers 2

Calls 2

highsLogDevFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected