Storm 1.14.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
GlpkSolverEnvironment.h
Go to the documentation of this file.
1#pragma once
2
3namespace storm {
4
6 public:
9
10 double getIntegerTolerance() const;
11 void setIntegerTolerance(double value);
12
13 bool isMILPPresolverEnabled() const;
14 void setMILPPresolverEnabled(bool value);
15
16 bool isOutputSet() const;
17 void setOutput(bool value);
18
19 private:
20 double integerTolerance;
21 bool milpPresolverEnabled;
22 bool output;
23};
24} // namespace storm