fixed two issues pointed out by Joachim Klein: spirit error message (superfluous tab) and wrong treatment of strict upper bounds in bounded until and cumulative reward properties
STORM_LOG_THROW(!bound.containsVariables(),storm::exceptions::InvalidOperationException,"Cannot evaluate time-bound '"<<bound<<"' as it contains undefined constants.");
STORM_LOG_THROW(!bound.containsVariables(),storm::exceptions::InvalidOperationException,"Cannot evaluate time-bound '"<<bound<<"' as it contains undefined constants.");
STORM_LOG_THROW(!bound.containsVariables(),storm::exceptions::InvalidOperationException,"Cannot evaluate time-bound '"<<bound<<"' as it contains undefined constants.");
STORM_LOG_THROW(!bound.containsVariables(),storm::exceptions::InvalidOperationException,"Cannot evaluate time-bound '"<<bound<<"' as it contains undefined constants.");
STORM_LOG_THROW(!rewardPathFormula.isStepBounded(),storm::exceptions::NotImplementedException,"Currently step-bounded properties on CTMCs are not supported.");
STORM_LOG_THROW(!rewardPathFormula.isStepBounded(),storm::exceptions::NotImplementedException,"Currently step-bounded properties on CTMCs are not supported.");
STORM_LOG_THROW(!rewardPathFormula.isStepBounded(),storm::exceptions::NotImplementedException,"Currently step-bounded properties on CTMCs are not supported.");
STORM_LOG_THROW(!rewardPathFormula.isStepBounded(),storm::exceptions::NotImplementedException,"Currently step-bounded properties on CTMCs are not supported.");
STORM_LOG_THROW(checkTask.isOptimizationDirectionSet(),storm::exceptions::InvalidPropertyException,"Formula needs to specify whether minimal or maximal values are to be computed on nondeterministic model.");
STORM_LOG_THROW(checkTask.isOptimizationDirectionSet(),storm::exceptions::InvalidPropertyException,"Formula needs to specify whether minimal or maximal values are to be computed on nondeterministic model.");
STORM_LOG_THROW(rewardPathFormula.hasIntegerBound(),storm::exceptions::InvalidPropertyException,"Formula needs to have a discrete time bound.");
STORM_LOG_THROW(rewardPathFormula.hasIntegerBound(),storm::exceptions::InvalidPropertyException,"Formula needs to have a discrete time bound.");
STORM_LOG_THROW(checkTask.isOptimizationDirectionSet(),storm::exceptions::InvalidPropertyException,"Formula needs to specify whether minimal or maximal values are to be computed on nondeterministic model.");
STORM_LOG_THROW(checkTask.isOptimizationDirectionSet(),storm::exceptions::InvalidPropertyException,"Formula needs to specify whether minimal or maximal values are to be computed on nondeterministic model.");
STORM_LOG_THROW(rewardPathFormula.hasIntegerBound(),storm::exceptions::InvalidPropertyException,"Formula needs to have a discrete time bound.");
STORM_LOG_THROW(rewardPathFormula.hasIntegerBound(),storm::exceptions::InvalidPropertyException,"Formula needs to have a discrete time bound.");
STORM_LOG_THROW(checkTask.isOptimizationDirectionSet(),storm::exceptions::InvalidArgumentException,"Formula needs to specify whether minimal or maximal values are to be computed on nondeterministic model.");
STORM_LOG_THROW(checkTask.isOptimizationDirectionSet(),storm::exceptions::InvalidArgumentException,"Formula needs to specify whether minimal or maximal values are to be computed on nondeterministic model.");
STORM_LOG_THROW(rewardPathFormula.hasIntegerBound(),storm::exceptions::InvalidPropertyException,"Formula needs to have a discrete time bound.");
STORM_LOG_THROW(rewardPathFormula.hasIntegerBound(),storm::exceptions::InvalidPropertyException,"Formula needs to have a discrete time bound.");