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

Method reportIterationObjective

highs/simplex/HighsSimplexAnalysis.cpp:1305–1313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1303}
1304
1305void HighsSimplexAnalysis::reportIterationObjective(const bool header) {
1306 if (header) {
1307 *analysis_log << " Iteration Objective ";
1308 } else {
1309 *analysis_log << highsFormatToString(" %10" HIGHSINT_FORMAT " %20.10e",
1310 simplex_iteration_count,
1311 objective_value);
1312 }
1313}
1314
1315void HighsSimplexAnalysis::reportInfeasibility(const bool header) {
1316 if (header) {

Callers

nothing calls this directly

Calls 1

highsFormatToStringFunction · 0.85

Tested by

no test coverage detected