|  | @ -465,11 +465,11 @@ namespace storm { | 
		
	
		
			
				|  |  |                                 nextDistribution.add(newTargetState, probability); |  |  |                                 nextDistribution.add(newTargetState, probability); | 
		
	
		
			
				|  |  |                             } |  |  |                             } | 
		
	
		
			
				|  |  |                         } |  |  |                         } | 
		
	
		
			
				|  |  |  |  |  |                     } | 
		
	
		
			
				|  |  |                      |  |  |                      | 
		
	
		
			
				|  |  |                     // Create the state-action reward for the newly created choice.
 |  |  |                     // Create the state-action reward for the newly created choice.
 | 
		
	
		
			
				|  |  |                     auto valueIt = stateActionRewards.begin(); |  |  |                     auto valueIt = stateActionRewards.begin(); | 
		
	
		
			
				|  |  |                     performTransientAssignments(edge.getAssignments().getTransientAssignments(), [&valueIt] (ValueType const& value) { *valueIt += value; ++valueIt; } ); |  |  |                     performTransientAssignments(edge.getAssignments().getTransientAssignments(), [&valueIt] (ValueType const& value) { *valueIt += value; ++valueIt; } ); | 
		
	
		
			
				|  |  |                     } |  |  |  | 
		
	
		
			
				|  |  |                      |  |  |                      | 
		
	
		
			
				|  |  |                     nextDistribution.compress(); |  |  |                     nextDistribution.compress(); | 
		
	
		
			
				|  |  |                      |  |  |                      | 
		
	
	
		
			
				|  | 
 |