I'm looking for a Macro/Algorithm/anything? to take a set of fixtures and create a round robin draw for varying numbers of teams and rounds.
The idea is for it to take each game and put it into a round so that each team only appears once in that round.
ie it starts with a list of games -
1v2,1v3,1v4, 2v3,2v4, 3v4
It sorts them (randomly?) into
Round 1 1v2, 3v4
Round 2 1v4, 2v3
Round 3 1v3, 2v4
It doesn't need to create each game as we alrady have something for that.
What we want to be able to do is take an uncompleted competition draw and recreate the draw less the games that have been played.
Tony M.
Bookmarks