A lawn bowls problem: The first part is pretty simple, we have an 8 team round robin draw over 7 rounds. The problem is that we have four greens, A B C D, and that no team can stay on the same green back to back. So if team 1 & 2 play on A for there first game then they must move to either B,C or D for there second game and so on through the seven rounds. We are trying to do this so each team gets at least one game on each of A B C and D green. Is this possible?
2026-03-30 15:30:02.1774884602
On
Round Robin draw for 8 teams on 4 greens
1.3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
1
On
You can almost get there using the standard Howell Movement for eight pairs at bridge. It is given in page 23 of this file. It fails your request by having team 8 stay at table 1 all the time and having the team sitting NS at table 4 switch to sitting EW at table 4. It should be easy to move the matches among the tables to get every team playing at least one match at each table.
Yes, it's possible. You can even require that each team play on each court at most twice. I wrote a script that produced all $5496$ such tournaments, after prescribing the matches for the first round, and also requiring team $1$ to play on courts A, B, C, and D, in that order, in the first four rounds.
Here is the first solution:
The first line means that in round $1,$ teams $1$ and $2$ play on court A, teams $3$ and $4$ on court B, and so on. Looking across the rows you can check that each team plays in every round. Looking down the columns, you can check that no team plays on the same court in consecutive founds. You can also check that each team plays on each court, and that no team plays three times on the same court. It's probably easier to check the last part in the next table, though.
Each team's schedule is found by reading across its row. For exam, team $1$ meets team $2$ on court A in round $1,$ team $7$ on court B, and so on. Reading across the rows, you can check that each team plays each other team exactly once, and that it play one each court at least once, but not more than twice.
If there is some additional criterion you would like to use in order to select the best solution, let me know.
EDIT
I noticed one annoying asymmetry in the solution. The two teams that play court A only once, namely $6$ and $7,$ play each other on that court. This doesn't happen on the other courts. I looked for a solution where it happens on all courts, but there is none. (In $544$ of the $5496$ solutions, it happens on one court; in the remainder, it happens on no court.) Here is a symmetric solution, where it never happens: