You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was attempting to find a way to split a pool of 8 participants into 3-player teams evenly (with two spectators per round) but cannot seem to find a good way to accomplish this in its current format.
Is it possible to add a way by which you can specify the number of participants and have two players benched each round in a fair manner?
Perhaps alternatively a way to specify the number of spectators per round as an option. For example, 2 groups with 4 people per group will always assume 8 total participants but maybe there can be a way to specify that two of those participants are spectators and have the output pull a player from each group to the side for each round.
The text was updated successfully, but these errors were encountered:
One practical solution is to add one dummy player. Anybody in a group with the dummy player will be a spectator for that week. This appears to work quite well for your particular case. The program can easily calculate a 4-week solution for 3 groups of 3 players with no conflicts. This means each real player is matched with the dummy once and will sit out for one week.
One potential caveat is that the program believes the spectator group is a real group, so it will attempt to avoid putting participants who were in the same dummy/spectator group on the same team in other weeks.
I was attempting to find a way to split a pool of 8 participants into 3-player teams evenly (with two spectators per round) but cannot seem to find a good way to accomplish this in its current format.
Is it possible to add a way by which you can specify the number of participants and have two players benched each round in a fair manner?
Perhaps alternatively a way to specify the number of spectators per round as an option. For example, 2 groups with 4 people per group will always assume 8 total participants but maybe there can be a way to specify that two of those participants are spectators and have the output pull a player from each group to the side for each round.
The text was updated successfully, but these errors were encountered: