|  | @ -266,11 +266,11 @@ namespace storm { | 
		
	
		
			
				|  |  |                 if (this->hasStateActionRewards()) { |  |  |                 if (this->hasStateActionRewards()) { | 
		
	
		
			
				|  |  |                     result = storm::utility::vector::filterZero(this->getStateActionRewardVector()); |  |  |                     result = storm::utility::vector::filterZero(this->getStateActionRewardVector()); | 
		
	
		
			
				|  |  |                     if (this->hasStateRewards()) { |  |  |                     if (this->hasStateRewards()) { | 
		
	
		
			
				|  |  |                         result &= transitionMatrix.getRowIndicesOfRowGroups(storm::utility::vector::filterZero(this->getStateActionRewardVector())); |  |  |  | 
		
	
		
			
				|  |  |  |  |  |                         result &= transitionMatrix.getRowIndicesOfRowGroups(storm::utility::vector::filterZero(this->getStateRewardVector())); | 
		
	
		
			
				|  |  |                     } |  |  |                     } | 
		
	
		
			
				|  |  |                 } else { |  |  |                 } else { | 
		
	
		
			
				|  |  |                     if (this->hasStateRewards()) { |  |  |                     if (this->hasStateRewards()) { | 
		
	
		
			
				|  |  |                         result = transitionMatrix.getRowIndicesOfRowGroups(storm::utility::vector::filterZero(this->getStateActionRewardVector())); |  |  |  | 
		
	
		
			
				|  |  |  |  |  |                         result = transitionMatrix.getRowIndicesOfRowGroups(storm::utility::vector::filterZero(this->getStateRewardVector())); | 
		
	
		
			
				|  |  |                     } else { |  |  |                     } else { | 
		
	
		
			
				|  |  |                         result = storm::storage::BitVector(transitionMatrix.getRowCount(), true); |  |  |                         result = storm::storage::BitVector(transitionMatrix.getRowCount(), true); | 
		
	
		
			
				|  |  |                     } |  |  |                     } | 
		
	
	
		
			
				|  | 
 |