Skip to content

Commit

Permalink
Improve log message for Xpress
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Jan 14, 2025
1 parent d3eb3cc commit 347b31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/multisolver_interface/environment.cc
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ bool XpressLoader::initXpressEnv(bool verbose, int xpress_oem_license_key) {
msg.str("");
msg << "Warning: "
<< "Optimizer version: " << version
<< " (Antares-Xpansion was compiled with version " << XPVERSION
<< " (Antares-Xpansion use Xpress interface version " << XPVERSION
<< ").\n";
logger_->display_message(msg);
}
Expand Down

0 comments on commit 347b31e

Please sign in to comment.