m.def("build_sparse_model_from_json_dft",&buildModelFromJsonDft<double>,"Build the model",py::arg("jsonDft"));
m.def("build_sparse_parametric_model_from_json_dft",&buildModelFromJsonDft<storm::RationalFunction>,"Build the parametric model",py::arg("jsonDft"));
m.def("build_sparse_model_from_json_dft",&buildModelFromJsonDft<double>,"Build the model",py::arg("jsonDft"),py::arg("symred")=false);
m.def("build_sparse_parametric_model_from_json_dft",&buildModelFromJsonDft<storm::RationalFunction>,"Build the parametric model",py::arg("jsonDft"),py::arg("symred")=false);