|
Storm 1.13.0.1
A Modern Probabilistic Model Checker
|
#include "storm/utility/RationalApproximation.h"#include "storm/adapters/RationalNumberAdapter.h"#include "storm/utility/constants.h"#include "storm/utility/macros.h"
Go to the source code of this file.
Namespaces | |
| namespace | storm |
| namespace | storm::utility |
Functions | |
| storm::RationalNumber | storm::utility::findRational (storm::RationalNumber const &lowerBound, bool lowerInclusive, storm::RationalNumber const &upperBound, bool upperInclusive) |
| Finds the "simplest" rational number in the given interval, where "simplest" means having the smallest denominator. | |