STORM_LOG_THROW(*stepBound>0,storm::exceptions::NotSupportedException,"Can not apply parameter lifting on step bounded formula: The step bound has to be positive.");
STORM_LOG_THROW((checkTask.isRewardModelSet()&&this->parametricModel.hasRewardModel(checkTask.getRewardModel()))||(!checkTask.isRewardModelSet()&&this->parametricModel.hasUniqueRewardModel()),storm::exceptions::InvalidPropertyException,"The reward model specified by the CheckTask is not available in the given model.");
STORM_LOG_THROW(*stepBound>0,storm::exceptions::NotSupportedException,"Can not apply parameter lifting on step bounded formula: The step bound has to be positive.");
STORM_LOG_THROW((checkTask.isRewardModelSet()&&this->parametricModel.hasRewardModel(checkTask.getRewardModel()))||(!checkTask.isRewardModelSet()&&this->parametricModel.hasUniqueRewardModel()),storm::exceptions::InvalidPropertyException,"The reward model specified by the CheckTask is not available in the given model.");