1#ifndef STORM_SETTINGS_MODULES_GLPKSETTINGS_H_
2#define STORM_SETTINGS_MODULES_GLPKSETTINGS_H_
46 bool check()
const override;
53 static const std::string integerToleranceOption;
54 static const std::string outputOptionName;
55 static const std::string noMilpPresolverOptionName;
GlpkSettings()
Creates a new set of glpk settings.
bool isIntegerToleranceSet() const
Retrieves whether the integer tolerance has been set.
bool isOutputSet() const
Retrieves whether the output option was set.
bool isMILPPresolverEnabled() const
Retrieves whether the MILP Presolver should be used.
bool check() const override
Checks whether the settings are consistent.
static const std::string moduleName
double getIntegerTolerance() const
Retrieves the integer tolerance to be used.
ModuleSettings(std::string const &moduleName)
Constructs a new settings object.