|
|
@ -171,8 +171,8 @@ int main(const int argc, const char** argv) { |
|
|
|
storm::modelchecker::reachability::SparseSccModelChecker<storm::RationalFunction> modelchecker; |
|
|
|
|
|
|
|
storm::RationalFunction valueFunction = modelchecker.computeReachabilityProbability(*dtmc, filterFormula); |
|
|
|
STORM_PRINT_AND_LOG(std::endl << "Result: (" << carl::computePolynomial(valueFunction.nominator()) << ") / (" << carl::computePolynomial(valueFunction.denominator()) << ")" << std::endl); |
|
|
|
STORM_PRINT_AND_LOG(std::endl << "Result: (" << valueFunction.nominator() << ") / (" << valueFunction.denominator() << ")" << std::endl); |
|
|
|
// STORM_PRINT_AND_LOG(std::endl << "Result: (" << carl::computePolynomial(valueFunction.nominator()) << ") / (" << carl::computePolynomial(valueFunction.denominator()) << ")" << std::endl);
|
|
|
|
// STORM_PRINT_AND_LOG(std::endl << "Result: (" << valueFunction.nominator() << ") / (" << valueFunction.denominator() << ")" << std::endl);
|
|
|
|
STORM_PRINT_AND_LOG(std::endl << "Result: " << valueFunction << std::endl); |
|
|
|
|
|
|
|
// // Perform bisimulation minimization if requested.
|
|
|
|