@ -57,12 +57,13 @@ namespace storm { 
		
	
		
			
				            / /  The  methods  to  compute  probabilities  for  path  formulas .             / /  The  methods  to  compute  probabilities  for  path  formulas .  
		
	
		
			
				            virtual  std : : unique_ptr < CheckResult >  computeProbabilities ( Environment  const &  env ,  CheckTask < storm : : logic : : Formula ,  ValueType >  const &  checkTask ) ;             virtual  std : : unique_ptr < CheckResult >  computeProbabilities ( Environment  const &  env ,  CheckTask < storm : : logic : : Formula ,  ValueType >  const &  checkTask ) ;  
		
	
		
			
				            virtual  std : : unique_ptr < CheckResult >  computeConditionalProbabilities ( Environment  const &  env ,  CheckTask < storm : : logic : : ConditionalFormula ,  ValueType >  const &  checkTask ) ;             virtual  std : : unique_ptr < CheckResult >  computeConditionalProbabilities ( Environment  const &  env ,  CheckTask < storm : : logic : : ConditionalFormula ,  ValueType >  const &  checkTask ) ;  
		
	
		
			
				            virtual  std : : unique_ptr < CheckResult >  computeBoundedGloballyProbabilities ( Environment  const &  env ,  CheckTask < storm : : logic : : BoundedGloballyFormula ,  ValueType >  const &  checkTask ) ;  
		
	
		
			
				            virtual  std : : unique_ptr < CheckResult >  computeBoundedUntilProbabilities ( Environment  const &  env ,  CheckTask < storm : : logic : : BoundedUntilFormula ,  ValueType >  const &  checkTask ) ;             virtual  std : : unique_ptr < CheckResult >  computeBoundedUntilProbabilities ( Environment  const &  env ,  CheckTask < storm : : logic : : BoundedUntilFormula ,  ValueType >  const &  checkTask ) ;  
		
	
		
			
				            virtual  std : : unique_ptr < CheckResult >  computeReachabilityProbabilities ( Environment  const &  env ,  CheckTask < storm : : logic : : EventuallyFormula ,  ValueType >  const &  checkTask ) ;             virtual  std : : unique_ptr < CheckResult >  computeReachabilityProbabilities ( Environment  const &  env ,  CheckTask < storm : : logic : : EventuallyFormula ,  ValueType >  const &  checkTask ) ;  
		
	
		
			
				            virtual  std : : unique_ptr < CheckResult >  computeGloballyProbabilities ( Environment  const &  env ,  CheckTask < storm : : logic : : GloballyFormula ,  ValueType >  const &  checkTask ) ;             virtual  std : : unique_ptr < CheckResult >  computeGloballyProbabilities ( Environment  const &  env ,  CheckTask < storm : : logic : : GloballyFormula ,  ValueType >  const &  checkTask ) ;  
		
	
		
			
				            virtual  std : : unique_ptr < CheckResult >  computeNextProbabilities ( Environment  const &  env ,  CheckTask < storm : : logic : : NextFormula ,  ValueType >  const &  checkTask ) ;             virtual  std : : unique_ptr < CheckResult >  computeNextProbabilities ( Environment  const &  env ,  CheckTask < storm : : logic : : NextFormula ,  ValueType >  const &  checkTask ) ;  
		
	
		
			
				            virtual  std : : unique_ptr < CheckResult >  computeUntilProbabilities ( Environment  const &  env ,  CheckTask < storm : : logic : : UntilFormula ,  ValueType >  const &  checkTask ) ;             virtual  std : : unique_ptr < CheckResult >  computeUntilProbabilities ( Environment  const &  env ,  CheckTask < storm : : logic : : UntilFormula ,  ValueType >  const &  checkTask ) ;  
		
	
		
			
				              
		
	
		
			
				
  
		
	
		
			
				            / /  The  methods  to  compute  the  rewards  for  path  formulas .             / /  The  methods  to  compute  the  rewards  for  path  formulas .  
		
	
		
			
				            virtual  std : : unique_ptr < CheckResult >  computeRewards ( Environment  const &  env ,  storm : : logic : : RewardMeasureType  rewardMeasureType ,  CheckTask < storm : : logic : : Formula ,  ValueType >  const &  checkTask ) ;             virtual  std : : unique_ptr < CheckResult >  computeRewards ( Environment  const &  env ,  storm : : logic : : RewardMeasureType  rewardMeasureType ,  CheckTask < storm : : logic : : Formula ,  ValueType >  const &  checkTask ) ;  
		
	
		
			
				            virtual  std : : unique_ptr < CheckResult >  computeConditionalRewards ( Environment  const &  env ,  storm : : logic : : RewardMeasureType  rewardMeasureType ,  CheckTask < storm : : logic : : ConditionalFormula ,  ValueType >  const &  checkTask ) ;             virtual  std : : unique_ptr < CheckResult >  computeConditionalRewards ( Environment  const &  env ,  storm : : logic : : RewardMeasureType  rewardMeasureType ,  CheckTask < storm : : logic : : ConditionalFormula ,  ValueType >  const &  checkTask ) ;