| 
					
					
						
							
						
					
					
				 | 
				@ -138,7 +138,7 @@ namespace storm { | 
			
		
		
	
		
			
				 | 
				 | 
				            storm::storage::BitVector unsortedSCCs(sccDecomposition.size(), true); | 
				 | 
				 | 
				            storm::storage::BitVector unsortedSCCs(sccDecomposition.size(), true); | 
			
		
		
	
		
			
				 | 
				 | 
				            std::vector<uint32_t> sccStack, chainSizes; | 
				 | 
				 | 
				            std::vector<uint32_t> sccStack, chainSizes; | 
			
		
		
	
		
			
				 | 
				 | 
				            if (needLongestChainSize) { | 
				 | 
				 | 
				            if (needLongestChainSize) { | 
			
		
		
	
		
			
				 | 
				 | 
				                chainSizes.resize(this->sortedSccDecomposition->size(), 1u); | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                chainSizes.resize(sccDecomposition.size(), 1u); | 
			
		
		
	
		
			
				 | 
				 | 
				            } | 
				 | 
				 | 
				            } | 
			
		
		
	
		
			
				 | 
				 | 
				            uint32_t longestChainSize = 0; | 
				 | 
				 | 
				            uint32_t longestChainSize = 0; | 
			
		
		
	
		
			
				 | 
				 | 
				            uint32_t const token = std::numeric_limits<uint32_t>::max(); | 
				 | 
				 | 
				            uint32_t const token = std::numeric_limits<uint32_t>::max(); | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
					
				 | 
				
  |