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

Function debugCompareHighsInfo

highs/lp_data/HighsSolutionDebug.cpp:376–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376HighsDebugStatus debugCompareHighsInfo(const HighsOptions& options,
377 const HighsInfo& highs_info0,
378 const HighsInfo& highs_info1) {
379 HighsDebugStatus return_status = HighsDebugStatus::kOk;
380 return_status = debugWorseStatus(
381 debugCompareHighsInfoObjective(options, highs_info0, highs_info1),
382 return_status);
383 return_status = debugWorseStatus(
384 debugCompareHighsInfoStatus(options, highs_info0, highs_info1),
385 return_status);
386 return_status = debugWorseStatus(
387 debugCompareHighsInfoInfeasibility(options, highs_info0, highs_info1),
388 return_status);
389 return return_status;
390}
391
392HighsDebugStatus debugCompareHighsInfoObjective(const HighsOptions& options,
393 const HighsInfo& highs_info0,

Callers 1

debugHighsSolutionFunction · 0.85

Tested by

no test coverage detected