|
|
@ -25,8 +25,6 @@ namespace storm { |
|
|
|
void setRelativeTerminationCriterion(bool value); |
|
|
|
storm::solver::MultiplicationStyle const& getMultiplicationStyle() const; |
|
|
|
void setMultiplicationStyle(storm::solver::MultiplicationStyle value); |
|
|
|
bool isForceBoundsSet() const; |
|
|
|
void setForceBounds(bool value); |
|
|
|
bool isSymmetricUpdatesSet() const; |
|
|
|
void setSymmetricUpdates(bool value); |
|
|
|
|
|
|
@ -37,7 +35,6 @@ namespace storm { |
|
|
|
storm::RationalNumber precision; |
|
|
|
bool considerRelativeTerminationCriterion; |
|
|
|
storm::solver::MultiplicationStyle multiplicationStyle; |
|
|
|
bool forceBounds; |
|
|
|
bool symmetricUpdates; |
|
|
|
}; |
|
|
|
} |
|
|
|