Round Robin Tournament Scheduling

Schedules - You must register to Post and Download => Requests => Topic started by: Alex89 on September 29, 2023, 09:36:45 PM

Title: 10 Team Round Robin with only 4 matches per round
Post by: Alex89 on September 29, 2023, 09:36:45 PM
Hi Everyone, love the Website, I have a problem that I'm not sure is possible to solve.
We have 10 teams and can play 4 matches per round, this means 2 teams will have a bye each round.
I know we'll need to have at least 23 rounds to ensure each team plays every other team at least twice and that some teams will need to play each other more than twice but I think that there's potentially more rounds needed as the 4 matches/round/bye requirement adds complexity.

I can't figure out how to schedule it and just want to check if it's even possible without an insane number of rounds?


Title: Re: 10 Team Round Robin with only 4 matches per round
Post by: Ian Wakeling on October 02, 2023, 04:23:47 PM
For the double round robin with 10 teams there are 90 matches to play.  So why not have 22 rounds withe 4 matches per round, and one short round with just 2 matches?
Title: Re: 10 Team Round Robin with only 4 matches per round
Post by: Alex89 on October 05, 2023, 07:44:05 AM
Thank you, this is how I ended up doing it. I had to manually plot out the matchups though as I couldn't figure out how to do via a round robin generator/algorithm. Manually plotted out via essentially a punnet square and then a week in one of the teams dropped out of the tournament!
Title: Re: 10 Team Round Robin with only 4 matches per round
Post by: gmctt on December 16, 2023, 08:39:39 AM

Here is a court balanced (almost) for 24 weeks with round 1 and round 12 split over 2 weeks.
You could rearrange those rounds to make it 23 weeks.
(https://i.imgur.com/uJv7xUp.png)

The bye distances in rounds 2 to 11 were:

(https://i.imgur.com/h4LNAYa.png)

The table usage was balanced for each team almost:
(https://i.imgur.com/FfuOJqU.png)
Title: Re: 10 Team Round Robin with only 4 matches per round
Post by: Ian Wakeling on December 16, 2023, 02:42:42 PM
Thanks for posting the schedule gmctt - very nice!