Skip to content

Commit

Permalink
fix format of log message
Browse files Browse the repository at this point in the history
- more arguments were passed to highsLogUser than handled in message
  format string
  • Loading branch information
svigerske committed Jan 27, 2025
1 parent caee88f commit 77858a1
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 77858a1

Please sign in to comment.