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