STORM_LOG_THROW(formula.hasOptimalityType(),storm::exceptions::InvalidPropertyException,"The property does not specify an optimization direction (min/max)");
STORM_LOG_THROW(formula.hasOptimalityType(),storm::exceptions::InvalidPropertyException,"The property does not specify an optimization direction (min/max)");
STORM_LOG_WARN_COND(formula.hasBound(),"The reward threshold for the given property will be ignored.");
STORM_LOG_WARN_COND(!formula.hasBound(),"The reward threshold for the given property will be ignored.");