.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_property_readonly("has_undefined_constants",&storm::jani::Model::hasUndefinedConstants,"Flag if Jani model has undefined constants")
.def_property_readonly("undefined_constants_are_graph_preserving",&storm::jani::Model::undefinedConstantsAreGraphPreserving,"Flag if the undefined constants do not change the graph structure")