I have an instance where cousins marry. In each case, tracing the ancestors of husband and wife eventually leads to a common husband and wife pair - but this couple is shown twice in the tree view. Is there any way in which this can be avoided - or does the tree become too complex, please?
							
						
					Announcement
				
					Collapse
				
			
		
	
		
			
				No announcement yet.
				
			
				
	
Married cousins show duplicate ancestors
				
					Collapse
				
			
		
	This topic is closed.
				
				
				
				X
X
- 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
Re: Married cousins show duplicate ancestors
When you have one set of common ancestors, there is a straightforward algorithm that can reorder the branches so that the common branch can be connected. However, if there is more than one set of common ancestors, the algorithm becomes very complex and some trees are unsolvable.
 - 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
Re: Married cousins show duplicate ancestors
If your only interested in removing clutter from the tree, you can check the "Remove duplicates" when creating the chart. This will remove one of the duplicate branches and leave a double asterisks to indicate the duplication.Originally posted by PaulBScott93 View PostI have an instance where cousins marry. In each case, tracing the ancestors of husband and wife eventually leads to a common husband and wife pair - but this couple is shown twice in the tree view. Is there any way in which this can be avoided - or does the tree become too complex, please?
Comment
 
Comment