Skip to content

Commit

Permalink
Xpress
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Jun 25, 2024
1 parent f36c23f commit 0d90996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/lpnamer/main/ProblemGeneration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ void ProblemGeneration::RunProblemGeneration(
(*logger)(LogUtils::LOGLEVEL::INFO)
<< "Launching Problem Generation" << std::endl;
validateMasterFormulation(master_formulation, logger);
std::string solver_name = "CBC"; // TODO Use solver selected by user
std::string solver_name = "XPRESS"; // TODO Use solver selected by user

SolverLoader::GetAvailableSolvers(logger); // Dirty fix to populate static
// value outside multi thread code
Expand Down

0 comments on commit 0d90996

Please sign in to comment.