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;
This class represents the settings for glpk.
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.
This is the base class of the settings for a particular module.