|  |  | @ -188,7 +188,7 @@ public: | 
			
		
	
		
			
				
					|  |  |  | 				<< this->singleLabelings[ap.second]->getNumberOfSetBits(); | 
			
		
	
		
			
				
					|  |  |  | 			out << " state(s)" << std::endl; | 
			
		
	
		
			
				
					|  |  |  | 		} | 
			
		
	
		
			
				
					|  |  |  | 		for(int i = 0; i < apCountMax; ++i) { | 
			
		
	
		
			
				
					|  |  |  | 		for(unsigned int i = 0; i < apCountMax; ++i) { | 
			
		
	
		
			
				
					|  |  |  | 			std::cout << "iterator " << i << std::endl; | 
			
		
	
		
			
				
					|  |  |  | 			for(auto it = this->singleLabelings[i]->begin(); it != this->singleLabelings[i]->end(); ++it) { | 
			
		
	
		
			
				
					|  |  |  | 				out << "next value: " << *it << std::endl; | 
			
		
	
	
		
			
				
					|  |  | 
 |