Antares Simulator
Power System Simulator
|
The APIInternal class is used to run simulations. More...
#include <API.h>
Public Member Functions | |
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. | |
The APIInternal class is used to run simulations.
SimulationResults Antares::API::APIInternal::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.
study_loader | A pointer to an IStudyLoader object. The IStudyLoader object is used to load the study that will be simulated. |