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

Method iterationAnalysisMinor

highs/simplex/HEkkDualMulti.cpp:985–993  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

983}
984
985void HEkkDual::iterationAnalysisMinor() {
986 // Possibly report on the iteration
987 // PAMI uses alpha_row but serial solver uses alpha
988 alpha_col = alpha_row;
989 iterationAnalysisData();
990 iterationAnalysisMinorData();
991 analysis->iterationReport();
992 if (analysis->analyse_simplex_summary_data) analysis->iterationRecord();
993}
994
995void HEkkDual::iterationAnalysisMajorData() {
996 HighsSimplexInfo& info = ekk_instance_.info_;

Callers

nothing calls this directly

Calls 2

iterationReportMethod · 0.80
iterationRecordMethod · 0.80

Tested by

no test coverage detected