@ -60,5 +61,20 @@ void define_build(py::module& m) {
m.def("_build_sparse_parametric_model_from_prism_program",&storm::buildSparseModel<storm::RationalFunction>,"Build the parametric model",py::arg("program"),py::arg("formulas"));
m.def("_build_sparse_parametric_model_from_prism_program",&storm::buildSparseModel<storm::RationalFunction>,"Build the parametric model",py::arg("program"),py::arg("formulas"));
m.def("_build_sparse_model_from_drn",&storm::buildExplicitDRNModel<double>,"Build the model from DRN",py::arg("file"));
m.def("_build_sparse_model_from_drn",&storm::buildExplicitDRNModel<double>,"Build the model from DRN",py::arg("file"));
m.def("_build_sparse_parametric_model_from_drn",&storm::buildExplicitDRNModel<storm::RationalFunction>,"Build the parametric model from DRN",py::arg("file"));
m.def("_build_sparse_parametric_model_from_drn",&storm::buildExplicitDRNModel<storm::RationalFunction>,"Build the parametric model from DRN",py::arg("file"));