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

Function debugCompareHighsInfoObjective

highs/lp_data/HighsSolutionDebug.cpp:392–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392HighsDebugStatus debugCompareHighsInfoObjective(const HighsOptions& options,
393 const HighsInfo& highs_info0,
394 const HighsInfo& highs_info1) {
395 return debugCompareHighsInfoDouble("objective_function_value", options,
396 highs_info0.objective_function_value,
397 highs_info1.objective_function_value);
398}
399
400HighsDebugStatus debugCompareHighsInfoStatus(const HighsOptions& options,
401 const HighsInfo& highs_info0,

Callers 1

debugCompareHighsInfoFunction · 0.85

Calls 1

Tested by

no test coverage detected