Hi All,
First post! Hopefully this doesn't cover a topic already covered - sorry if it does and a pointer to the relevant post would be much appreciated.
So, I'm organising a round-robin bowling tournament for 12 teams, using 12 lanes. The following constraints need to be obeyed:
- As much as possible, each team needs to not play on each lane more than once (i.e. it needs to be balanced). This should leave each team playing on 11 of the 12 lanes throughout the event.
- No team can play on the same pair of lanes in two consecutive games.
If only (1) is necessary, then any of the generated schedules in the Ian's excel sheet would be fine. But in many of these (or at least all of the ones I've tried) condition 2 is not obeyed.
So, my questions are:
1) Is it even possible to have a balanced schedule (as in the Excel file) without at least one team staying on the same pair for consecutive games?
2) Do any of the in-built schedules in the Excel sheet do this - is there a magic number?
3) If yes then no for the above, does anyone know how to generate such a schedule?
Many Thanks,
Nelson