| 
					
					
						
							
						
					
					
				 | 
				@ -520,6 +520,7 @@ ExplicitModelAdapter::~ExplicitModelAdapter() { | 
			
		
		
	
		
			
				 | 
				 | 
								// This is a deadlock state.
 | 
				 | 
				 | 
								// This is a deadlock state.
 | 
			
		
		
	
		
			
				 | 
				 | 
								if (storm::settings::instance()->isSet("fix-deadlocks")) { | 
				 | 
				 | 
								if (storm::settings::instance()->isSet("fix-deadlocks")) { | 
			
		
		
	
		
			
				 | 
				 | 
									this->numberOfTransitions++; | 
				 | 
				 | 
									this->numberOfTransitions++; | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
									this->numberOfChoices++; | 
			
		
		
	
		
			
				 | 
				 | 
									this->transitionMap[curIndex].emplace_back(); | 
				 | 
				 | 
									this->transitionMap[curIndex].emplace_back(); | 
			
		
		
	
		
			
				 | 
				 | 
									this->transitionMap[curIndex].back().second[curIndex] = 1; | 
				 | 
				 | 
									this->transitionMap[curIndex].back().second[curIndex] = 1; | 
			
		
		
	
		
			
				 | 
				 | 
								} else { | 
				 | 
				 | 
								} else { | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
					
				 | 
				
  |