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

Method iterationAnalysis

highs/simplex/HEkkPrimal.cpp:2623–2627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2621}
2622
2623void HEkkPrimal::iterationAnalysis() {
2624 iterationAnalysisData();
2625 analysis->iterationReport();
2626 if (analysis->analyse_simplex_summary_data) analysis->iterationRecord();
2627}
2628
2629void HEkkPrimal::localReportIterHeader() {
2630 printf(" Iter ColIn Row_Out ColOut\n");

Callers

nothing calls this directly

Calls 2

iterationReportMethod · 0.80
iterationRecordMethod · 0.80

Tested by

no test coverage detected