Skip to content

Commit

Permalink
Corrected format
Browse files Browse the repository at this point in the history
  • Loading branch information
jajhall committed Oct 21, 2024
1 parent bfe79d9 commit 4e80d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lp_data/Highs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4438,7 +4438,7 @@ void Highs::reportSolvedLpQpStats() {
if (this->model_.lp_.model_name_.length())
highsLogUser(log_options, HighsLogType::kInfo, "Model name : %s\n",
model_.lp_.model_name_.c_str());
highsLogUser(log_options, HighsLogType::kInfo, "Model status : %s\n",
highsLogUser(log_options, HighsLogType::kInfo, "Model status : %s\n",
modelStatusToString(model_status_).c_str());
if (info_.valid) {
if (info_.simplex_iteration_count)
Expand Down

0 comments on commit 4e80d8f

Please sign in to comment.