16 if (alphaDivBetaPair.first == gammaDivDeltaPair.first && !
storm::utility::isZero(alphaDivBetaPair.second)) {
17 std::pair<IntegerType, IntegerType> subresult =
findRational(delta, gammaDivDeltaPair.second, beta, alphaDivBetaPair.second);
18 std::pair<IntegerType, IntegerType> result(alphaDivBetaPair.first * subresult.first + subresult.second, subresult.first);
22 std::pair<IntegerType, IntegerType> result(
53RationalType
findRational(uint64_t precision, ImpreciseType
const& value) {
82template void sharpen(uint64_t precision, std::vector<double>
const& input, std::vector<storm::RationalNumber>& output);
83template void sharpen(uint64_t precision, std::vector<storm::RationalNumber>
const& input, std::vector<storm::RationalNumber>& output);