How would someone create a balance of games in each pool, when one pool has less ore more positions?
Example below shows two pools of 3 teams, and one with 2. I would like them to play at max 2 games each.
Pools
A1, A2, A3
B1, B2, B3
C1, C2
Games
A1 vs A2, A2 vs A3, A1 vs A3
B1 vs B2, B2 vs B3, B1 vs B3
C1 vs C2
Then C1 and C2 needs to cross play with the B pool somehow and still have all positions end up playing two games total. Should I combine pools B and C when generating the games, but display it with B and C as the pools till?