I have a situation where I can get the following to evenly distribute matches in such a way that the number of duplicates is at the min for each matchup.
Participates
1,2,3,4,5,6,7,8
1. Need to play 10 games each
2. Play each other at least once
3. 1 and 5 can't play each other
Is there a way to event distribute these participates in rounds and get the duplication of each matchup at a low, while not having 1 and 5 play each other
Round 1
1v2
3v4
5v6
7v8