25#include <antares/optimization-options/options.h>
26#include <antares/study-loader/IStudyLoader.h>
27#include "antares/api/SimulationResults.h"
29namespace Antares::Data
51 const std::filesystem::path& output,
55 std::shared_ptr<Antares::Data::Study> study_;
57 const std::filesystem::path& output,
The APIInternal class is used to run simulations.
Definition API.h:42
SimulationResults run(const IStudyLoader &study_loader, const std::filesystem::path &output, const Antares::Solver::Optimization::OptimizationOptions &optOptions)
The run method is used to run the simulation.
Definition API.cpp:35
The IStudyLoader class is an interface for loading studies.
Definition IStudyLoader.h:39
The SimulationResults structure is used to represent the results of a simulation.
Definition SimulationResults.h:49