Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Jul 16, 2024
1 parent 44678a2 commit e5886cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
14 changes: 0 additions & 14 deletions src/solver/misc/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,6 @@ using namespace Yuni;
using namespace Antares;
using namespace Antares::Data;

static std::string availableOrToolsSolversString()
{
const std::list<std::string> availableSolverList = getAvailableOrtoolsSolverName();
std::string availableSolverListStr;
for (auto it = availableSolverList.begin(); it != availableSolverList.end(); it++)
{
availableSolverListStr += *it + ";";
}
// Remove last semicolumn
if (!availableSolverListStr.empty())
availableSolverListStr.pop_back();
return availableSolverListStr;
}

std::unique_ptr<GetOpt::Parser> CreateParser(Settings& settings,
Antares::Data::StudyLoadOptions& options)
{
Expand Down
1 change: 1 addition & 0 deletions src/tools/batchrun/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ set(BATCHRUN_LIBS
libantares-core
libantares-core-calendar
yuni-static-core
utils
${CMAKE_THREADS_LIBS_INIT}
)

Expand Down

0 comments on commit e5886cf

Please sign in to comment.