Skip to content

Commit

Permalink
direct call
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Nov 17, 2023
1 parent 81ef7b0 commit c935389
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/solver/optimisation/opt_appel_solveur_lineaire.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,10 @@ static SimplexResult OPT_TryToCallSimplex(const OptimizationOptions& options,
if (options.useOrtools)
{
const bool keepBasis = (optimizationNumber == PREMIERE_OPTIMISATION);
// std::ofstream log_writer; // one per thread

// std::vector<std::ostream*> log_streams;
if (Probleme.SolverLogs())
{
setOrtoolsSolverLogs(solver, ortools_logger);
solver->EnableOutput(&ortools_logger);
}
solver = ORTOOLS_Simplexe(&Probleme, solver, keepBasis);
if (solver != nullptr)
Expand Down

0 comments on commit c935389

Please sign in to comment.