Skip to content

Commit 77858a1

Browse files
committed
fix format of log message
- more arguments were passed to highsLogUser than handled in message format string
1 parent caee88f commit 77858a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lp_data/HighsInterface.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2009,6 +2009,7 @@ HighsStatus Highs::getIisInterface() {
20092009
max_iterations = std::max(iterations, max_iterations);
20102010
}
20112011
highsLogUser(options_.log_options, HighsLogType::kInfo,
2012+
" %d cols, %d rows, %d LPs solved"
20122013
" (min / average / max) iteration count (%6d / %6.2g / % 6d)"
20132014
" and time (%6.2f / %6.2f / % 6.2f) \n",
20142015
int(this->iis_.col_index_.size()),

0 commit comments

Comments
 (0)