We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caee88f commit 77858a1Copy full SHA for 77858a1
src/lp_data/HighsInterface.cpp
@@ -2009,6 +2009,7 @@ HighsStatus Highs::getIisInterface() {
2009
max_iterations = std::max(iterations, max_iterations);
2010
}
2011
highsLogUser(options_.log_options, HighsLogType::kInfo,
2012
+ " %d cols, %d rows, %d LPs solved"
2013
" (min / average / max) iteration count (%6d / %6.2g / % 6d)"
2014
" and time (%6.2f / %6.2f / % 6.2f) \n",
2015
int(this->iis_.col_index_.size()),
0 commit comments