Antares Simulator
Power System Simulator
readOptimConfig.h
1 #pragma once
2 
3 #include <filesystem>
4 
5 #include "antares/io/inputs/yml-optim-config/OptimConfig.h"
6 
7 using namespace Antares::IO::Inputs::YmlOptimConfig;
8 
9 namespace Antares::Solver::LoadFiles
10 {
11 OptimConfig loadOptimConfigFromYaml(const std::filesystem::path& studyPath);
12 }