6#include <yuni/core/getopt.h>
8namespace Antares::TSGenerator
12 std::string studyFolder;
25bool parseOptions(
int,
const char*[],
Settings&);
26std::unique_ptr<Yuni::GetOpt::Parser> createTsGeneratorParser(
Settings&);
29bool linkTSrequired(
Settings& options);
30bool thermalTSrequired(
Settings& options);
Definition tsGenerationOptions.h:11
bool allLinks
generate TS for all links if activated
Definition tsGenerationOptions.h:20
bool allThermal
generate TS for all clusters if activated
Definition tsGenerationOptions.h:15
std::string linksListToGen
generate TS for a list "area.link;area2.link2;"
Definition tsGenerationOptions.h:22
std::string thermalListToGen
generate TS for a list "area.cluster;area2.cluster2;"
Definition tsGenerationOptions.h:17