Round Robin Tournament Scheduling

Schedules - You must register to Post and Download => Requests => Topic started by: tchivoan72 on October 02, 2012, 01:58:52 PM

Title: 2 or more bye team
Post by: tchivoan72 on October 02, 2012, 01:58:52 PM
anyone have any idea or links how I can create a schedule that allows 2 or more teams to have a bye week?
I am  looking for an algorithm.
Title: Re: 2 or more bye team
Post by: Ian Wakeling on October 03, 2012, 08:16:51 AM
There will be no simple algorithm (like the cyclic one here (https://www.devenezia.com/downloads/round-robin/)), but some schedules you will be able to make by slicing the full schedule, for example the 8 player round-robin could be sliced in to two halves and then played over 14 rounds rather than 7 - this would give 4 byes per round.  In general there is a good chance that the number of venues available does not divide the number of possible games in the round-robin, in which case some rounds will have more games than others, so you would need to specify where the empty slots are before designing an algorithm to place the matches into the schedule.