// TODO the following is a duplicate and should be deprecated.
.def_property_readonly("hasUndefinedConstants",&Program::hasUndefinedConstants,"Does the program have undefined constants?")
@ -125,6 +126,9 @@ void define_prism(py::module& m) {
py::class_<BooleanVariable,std::shared_ptr<BooleanVariable>>boolean_variable(m,"PrismBooleanVariable",variable,"A program boolean variable in a Prism program");