25 #include <yuni/yuni.h>
26 #include <yuni/core/getopt.h>
27 #include <yuni/core/string.h>
29 #include <antares/optimization-options/options.h>
30 #include <antares/study/study.h>
64 bool forceZipOutput =
false;
71 std::unique_ptr<Yuni::GetOpt::Parser> CreateParser(
Settings& settings,
74 void checkStudyFolder(
const std::string& studyFolder);
75 std::string fixStudyFolder(
const std::string& studyFolder);
76 void printPIDtoDisk(
Settings& settings);
Definition: load-options.h:34
Command line settings for launching the simulation.
Definition: options.h:36
bool ignoreLoadingErrors
Ignore loading errors.
Definition: options.h:51
std::string commentFile
Comment file.
Definition: options.h:45
Yuni::CString< 150, false > simulationName
Name of the simulation.
Definition: options.h:43
Yuni::CString< 32, false > simplexOptimRange
Simplex optimizatio range.
Definition: options.h:48
bool tsGeneratorsOnly
Run the TS generator only.
Definition: options.h:56
bool noOutput
True to disable the writing in the output folder.
Definition: options.h:59
bool displayProgression
Progression.
Definition: options.h:61
YString studyFolder
Where is my study.
Definition: options.h:41
bool ignoreConstraints
Ignore constraints.
Definition: options.h:53