.def_property_readonly("has_undefined_constants",&storm::prism::Program::hasUndefinedConstants,"Flag if program has undefined constants")
.def_property_readonly("undefined_constants_are_graph_preserving",&storm::prism::Program::undefinedConstantsAreGraphPreserving,"Flag if the undefined constants do not change the graph structure")
.def("substitute_constants",&Program::substituteConstants,"Substitute constants within program")