STORM_LOG_THROW(variable.hasLowerBound(),storm::exceptions::NotSupportedException,"DdJaniModelBuilder only supports bounded variables. Variable "<<variable.getName()<<" has no lower bound.");
STORM_LOG_THROW(variable.hasUpperBound(),storm::exceptions::NotSupportedException,"DdJaniModelBuilder only supports bounded variables. Variable "<<variable.getName()<<" has no upper bound.");