I'm trying to devise a tournament with the following criteria.
1) 16 players
2) 3 person teams, 2 teams play against each other
3) Each player only plays with each other player 1 time.
4) 2 matches each week for 8 weeks, allowing each player 2 bye weeks.
Something like this, only for 8 weeks... I simply brute forced it for 6 weeks, but couldn't get week 7 or 8... So, I'm searching for an algorithmic way to do it...
Any thoughts appreciated.