21#ifndef __SOLVER_MISC_GETOPT_H__
22#define __SOLVER_MISC_GETOPT_H__
27#include <yuni/core/getopt.h>
28#include <yuni/core/string.h>
30#include <antares/optimization-options/options.h>
31#include <antares/study/study.h>
39 void checkAndSetStudyFolder(
const std::string& folder);
66 bool forceZipOutput =
false;
73std::unique_ptr<Yuni::GetOpt::Parser> CreateParser(
Settings& settings,
Definition load-options.h:36
Command line settings for launching the simulation.
Definition options.h:37
std::string commentFile
Comment file.
Definition options.h:47
Yuni::CString< 150, false > simulationName
Name of the simulation.
Definition options.h:45
Yuni::CString< 32, false > simplexOptimRange
Simplex optimizatio range.
Definition options.h:50
bool tsGeneratorsOnly
Run the TS generator only.
Definition options.h:58
bool noOutput
True to disable the writing in the output folder.
Definition options.h:61
bool displayProgression
Progression.
Definition options.h:63
int ignoreWarningsErrors
Ignore error/warnings.
Definition options.h:53
YString studyFolder
Where is my study.
Definition options.h:43
bool ignoreConstraints
Ignore constraints.
Definition options.h:55