|
Storm 1.13.0.1
A Modern Probabilistic Model Checker
|
#include "storm/adapters/RationalNumberForward.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. | |