Skip to content

Commit

Permalink
Merge pull request #2153 from ERGO-Code/fix-iis-log-message
Browse files Browse the repository at this point in the history
fix format of iis log message
  • Loading branch information
svigerske authored Jan 28, 2025
2 parents caee88f + 77858a1 commit 5d41154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lp_data/HighsInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2009,6 +2009,7 @@ HighsStatus Highs::getIisInterface() {
max_iterations = std::max(iterations, max_iterations);
}
highsLogUser(options_.log_options, HighsLogType::kInfo,
" %d cols, %d rows, %d LPs solved"
" (min / average / max) iteration count (%6d / %6.2g / % 6d)"
" and time (%6.2f / %6.2f / % 6.2f) \n",
int(this->iis_.col_index_.size()),
Expand Down

0 comments on commit 5d41154

Please sign in to comment.