Skip to content

Commit

Permalink
suggestion by @flomnes
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Omnès <[email protected]>
  • Loading branch information
a-zakir and flomnes authored Nov 16, 2023
1 parent 1586ab5 commit 81ef7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/optimisation/opt_appel_solveur_lineaire.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ bool OPT_AppelDuSimplexe(const OptimizationOptions& options,

if (Probleme.SolverLogs())
{
setOrtoolsSolverLogs(MPproblem.get(), ortools_logger);
MPproblem->EnableOutput(&ortools_logger);
}
auto analyzer = makeUnfeasiblePbAnalyzer();
analyzer->run(MPproblem.get());
Expand Down

0 comments on commit 81ef7b0

Please sign in to comment.