diff --git a/src/storm/utility/KwekMehlhorn.cpp b/src/storm/utility/KwekMehlhorn.cpp index 985f12789..ec81a3357 100644 --- a/src/storm/utility/KwekMehlhorn.cpp +++ b/src/storm/utility/KwekMehlhorn.cpp @@ -73,6 +73,9 @@ namespace storm { } } + template storm::RationalNumber sharpen(uint64_t precision, double const& input); + template storm::RationalNumber sharpen(uint64_t precision, storm::RationalNumber const& input); + template void sharpen(uint64_t precision, std::vector const& input, std::vector& output); template void sharpen(uint64_t precision, std::vector const& input, std::vector& output);