@ -85,6 +86,7 @@ void define_result(py::module& m) {
},py::arg("state"),"Get result for given state")
.def("get_values",[](storm::modelchecker::ExplicitQuantitativeCheckResult<double>const&res){returnres.getValueVector();},"Get model checking result values for all states")
py::class_<storm::modelchecker::SymbolicQuantitativeCheckResult<storm::dd::DdType::Sylvan,double>,std::shared_ptr<storm::modelchecker::SymbolicQuantitativeCheckResult<storm::dd::DdType::Sylvan,double>>>(m,"SymbolicQuantitativeCheckResult","Symbolic quantitative model checking result",quantitativeCheckResult)