Skip to content

Commit

Permalink
delete deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Nov 17, 2023
1 parent c935389 commit b2a612a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/solver/utils/ortools_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ namespace Antares
{
namespace Optimization
{
void setOrtoolsSolverLogs(MPSolver* solver, OrtoolsLogHandler& ortools_logger)
{
solver->EnableOutput(&ortools_logger);
}

OrtoolsLogHandler::OrtoolsLogHandler()
{
Expand Down
1 change: 0 additions & 1 deletion src/solver/utils/ortools_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class OrtoolsLogHandler : public LogHandlerInterface
// log_writer.open(log_file_per_thread, std::ofstream::out | std::ofstream::app);
// log_streams.push_back(&log_writer);
};
void setOrtoolsSolverLogs(MPSolver* solver, OrtoolsLogHandler &ortools_logger);
class Nomenclature
{
public:
Expand Down

0 comments on commit b2a612a

Please sign in to comment.