How would you do this?

To be clear, I didn't say we would remove AE based on a group of ABCD and EFGH, but rather that we cannot select pair AE and DH to form group AEDH (which can be arranged to ADEH), even though the AE and DH are perfectly valid; just not together.

Therefore we have to ensure that AE and DH go with a different pair that will not cause individual player to be recombined with another individual that they already played.

But there is one more important thing. Every time we select a group, regardless of what method we use, we are not only eliminating different pairs created by any group, but also any *potential* combinations of any given pair (e.g. AE and DH no longer can be selected for a group; they'll have to be selected with a different pair to work), and a poor selection can paint us into a corner. At least that's what I've observed when I try to do it manually on excel spreadsheet.

To elaborate a bit about the "painting into a corner", consider this set where we've selected the groups:

CDEF, 9ABC, 6789, 3456, 0123 which are removed from the set (as indicated by red)
Code:
[COLOR="red"]01 12 23[/COLOR] [COLOR="red"]34 45 56[/COLOR] [COLOR="red"]67 78 89[/COLOR] [COLOR="red"]9A AB BC[/COLOR] [COLOR="Red"]CD DE EF[/COLOR]
[COLOR="red"]02 13[/COLOR] 24 [COLOR="red"]35 46[/COLOR] 57 [COLOR="red"]68 79[/COLOR] 8A [COLOR="red"]9B AC[/COLOR] BD [COLOR="red"]CE DF[/COLOR]
[COLOR="red"]03[/COLOR] 14 25 [COLOR="red"]36[/COLOR] 47 58 [COLOR="red"]69[/COLOR] 7A 8B [COLOR="red"]9C[/COLOR] AD BE [COLOR="red"]CF[/COLOR]
04 15 26 37 48 59 6A 7B 8C 9D AE BF
05 16 27 38 49 5A 6B 7C 8D 9E AF
06 17 28 39 4A 5B 6C 7D 8E 9F
07 18 29 3A 4B 5C 6D 7E 8F
08 19 2A 3B 4C 5D 6E 7F
09 1A 2B 3C 4D 5E 6F
0A 1B 2C 3D 4E 5F
0B 1C 2D 3E 4F
0C 1D 2E 3F
0D 1E 2F
0E 1F
0F

At first glance, it looks like we've plenty of choices, but in reality, we find several available pairs are now incompatible. Some example:

We cannot select 04 and 15 to form 0415, neither can we select 24 and 57 for group 2457. Furthermore, we've made it difficult to create groups toward the bottom of the set (e.g. 0F cannot go with 1E and so forth). There are few selection available, but this will eventually end in a situation where we cannot avoid any conflict. So, we must ensure that each new group do not impose overconstraints on the available combinations, which is why I compared to Tic Tac Toe earlier- each selection we make here is "forced" by previous groups created.

Did that help?
 
Last edited:
Here's my best effort thus far:

Tic-Tac-Toe.png


I got close by working with only first column and filling it, then filling the next column, staggering my selection as I went by. In this particular set up, any lowest-valued pair being used up in a group will always take three row from their column, next pair would take away two rows and the high-valued pair would only take one row:

0123=

01 12 23
02 13
03
 
Thanks to both for all of your work and suggestions.

As the tournament starts on Monday, I have had to go with a traditional schedule - each player as a single entity, plays 3 games per night, 4 player groupings for Weeks 1 - 3, then assigned individually after that.

I will continue to work on the problem off and on til next year's tournament. I would like to come up with a database where I can enter any number of players and any number of locations and have it do the groupings for me.

Please feel free to continue posting as all suggestions are eagerly accepted.

Here's what I'm going with. If you spot any conflicts let me know.
 

Attachments

Last edited:
Hi -

Finally got this fully automated (still a little clunky but will post it soon). My experience has been that I can get between 12 and 15 fully unique combinations (teams), but not the 20 that is needed (5 nights times 4 teams).

Downloaded Statsman's document. I'm a little confused (not meant as criticism) about the entries for 11 & 18 August. Not sure what they represent, but I can spot conflicts, e.g., 14 Jul - Board 3 (IJKL) and 11 Aug - Board 1 (AIDL).

Based on my experience with this awesome problem, I don't think it's possible to generate 20 unique, 4 letter combinations of letters A - P per the rules we're presented with.

Your thoughts appreciated.

Best Wishes - Bob
 
Last edited:
Maybe this website will get us closer... I am not sure if I fully understand this but it looks like it does meets all criteria except that it plays four nights, not five nights:

Linky
 
Wow! Guess we're not the first trying to sort this out. (How did you find that site?)

I am not sure if I fully understand this ...
Me neither, but it appears to back-up the contention that we're not going to get 20 unique teams. Not sure how the various authors arrived at their list--couldn't find a reference to automation--other than sitting down with pencil & paper. Hmm, ugly thought!

Hope that Statsman will chime in and let us know if he still has a job.


Best Wishes - Bob
 
I googled using something like "16 players, no duplicates, five nights", and this was probably on second page or so. The thing is that I'm *very* sure that a bunch of mathematician already sat down and worked it out, which is how the website derives its schedules, but in general, nobody want to read a boring essay proving that circles are not squares or something like that, so it can be quite scarce on internet.

As for 20 unique teams (or lack thereof), I'd hope to get a proof that is indeed impossible instead of saying we couldn't get it through error and trial. I already pointed out that this was the first thing I addressed, and believed that it can be done because:

1 player is supposed to play 15 other players, each exactly once in groups of 3s for a total of 4 (the player itself and 3 opponents). Divide 3 by 15 and we get five opportunities for a player to play 15 opponents.

Since there are 16 players organized into a group of 4s as above, it follows that for each opportunity, we have to have 4 groups. To provide each player the five opportunities required to play all 15 opponents, we must meet five times, so 5 * 4 = 20 groups.

But I could be dead wrong and would appreciate any proof showing otherwise.
 
On my final schedule, the last two weeks are individual matches, not groups.
Couldn't figure anyway else to do it in the time remaining.

The site you have linked to shows interesting possibilities, although it's designed for doubles instead of singles (bridge tournament perhaps). However, we do a doubles tournament in the winter so I may "steal" it for that.

I'm still working on the original problem and I think the breakthrough will be on Banana's contention that 20 individual groups are possible.
 
I'm still working on this too. It's a fascinating problem.

Would be interested to see Banana provide some actual code (no charts) to achieve the 5 x 4 concept.

Bob

Added: The reference provided (http://www.jdawiseman.com/papers/tournaments/individual-pairs/ip-pure_16.html), which displays a diagram of a supposedly working model is either flakey or I don't understand it at all. It includes duplicate combos (look for DI in the first row, and DI in the second row, and DI in the 13th row), which defeats the whole purpose.
 
Last edited:
raskew, I heartily agree with your assessment that this is a fascinating problem.

I'm afraid I won't have any code because as I said before, I can't quite express the solution at this point in English language, let alone any programming code. What can't be done on paper, can't be done in code, also, IMO. (Technically, this is really a problem of a programmer being an ignorant schmuck (e.g. me) rather than that the problem is insurmountable to be solved on either paper or in code, so either doesn't really matter. Not yet anyway.) Right now, all I have is some vague rules and notions that are not quite sufficient and necessary for this design to succeed.

Regarding that reference, it says:
Code:
Each player opposes each of the others exactly twice.

No set of three players meet together more than once.

It sounds like that each player play one opponent twice, but never in same set... But that's just my guess as the wording is kind of confusing.
 
Last edited:
Maybe I'm mixing apples and oranges, since the referenced site attacks a slightly different problem, i.e., we're looking for:

- Over the 5 nights, each player must play each other player once.

- Players may not play the same player twice.

I've got it to the point that, in about 2 times out of five, I can produce five rows (4 groups x 4 persons per group). The two out of five comes from the fact that I'm using random selections, so no two runs are alike.

Still battling the duplicates problem.

Bob
 
New approach.

From that website, I noticed they did something a bit differently; they were doing a 3+1, rather 2+2 and it struck me that a threewise pair still guarantees that pairwise comparison will succeed; it's the adding of fourth player that throws in the wrench.

I've set up a excel workbook which has 560 records of unique threewise pair. Note that 560 is perfectly divisible by both 20 and 16, which may suggest that it can be done.

I've also selected a group 0123. In doing so, we eliminate all threewise pairs that has pairs 01, 02, 03, 12, 13, and 23; quite a large number of those are already highlighted red.

Furthermore, I've succeeded in exhausting all possibilities and generating unique groups. Except for the fact that I only got to 15 groups before I ran out of possible combinations.

Code:
0123
0456
0789
0ABC
0DEF
147A
158B
169C
267B
248C
259A
349B
368A
357C
67BD

Note that player 0, 6 and 7 plays five times, while player 1, 2 and 3 only plays four times. Given the inequality of play opportunities allocated to each player, I'm starting to suspect that my original reasoning that 20 groups can be derived from 15 opportunities against 3 opponent may have been flawed, but exactly what was the flaw? Or does it merely show that there is still even more specific rule governing the selection of groups to guarantee that each player plays five times?

(Note: when allocating groups to player 1, I exhausted all possible combinations for player 1 at the fourth rotation and thus was forced to move onto next player.)
 

Attachments

Hi -

I'm giving-up on this since I've convinced myself that the original problem is unsolveable.

Even with 1242 groupings (e.g. ABCD), as soon as you select a grouping, and then seek and eliminate all similar two letter combination (e.g. AB, AC, AD, BC, BD, CD), you run out of useable combinations before you've filled all of the nightly matchings.

If you come up with an automated solution, would love to see it.

Best Wishes - Bob
 
I took a fresh look at it, and realized the problem. It seems that the manner of selection does in fact influences groups that can be created:

Player/# of times played
Code:
0	5
1	4
2	4
3	4
4	4
5	4
6	5
7	5
8	4
9	4
A	4
B	5
C	4
D	2
E	1
F	1

Because the selection were biased toward selecting lower numbers, they basically shoved out D, E , F leaving them with only 2 or 1 times played.

The only thing I need to prove is whether different selection will result in higher/lower total number of times played per player before concluding that there must be a specific manner of selecting player for groups; the one I showed came to 60 times, divided by 4, is 15, which is just the numbers of groups I was able to draw before. In order to ensure that each players play four times, the total must be 64 so I'd need to answer the question whether the number 60 is a fixed property given the limitations (which would then conclude that this is impossible to solve because to play each of 15 opponent exactly once, the total must be 16*5=80) or a result of the manner of selection and thus would change with a different method of selection.

Will try a different method and see what results come up.
 
Code:
0123  147A  24CE  349D  48BF
0456  15BD  257F  358C  59AE
0789  168E  269B  36AF  67CD
0ABC  19CF  28AD  37BE
0DEF

So I cheated a little. I asked on another forum and was told this is what mathematicians calls Pairwise Balanced Design, and in this case, there is one and only one solution for this particular constraints, which is probably why it can't be just be generated randomly or discovered heuristically.

Now I've looked at this, and realized the error in past attempts. Notice that we start with different permutations for 0, then move on to 1,2,3 making sure to omitting the previous player from each permutation, then in the fifth, we now order each row by 4, 5, 6 since they've been used before already and just need to play with other later players. So simple now when I look back. Ah, well.
 
Last edited:
Code:
0123  147A  24CE  349D  48BF
0456  15BD  257F  358C  59AE
0789  168E  269B  36AF  67CD
0ABC  19CF  28AD  37BE
0DEF

So I cheated a little. I asked on another forum and was told this is what mathematicians calls Pairwise Balanced Design, and in this case, there is one and only one solution for this particular constraints, which is probably why it can't be just be generated randomly or discovered heuristically.

Now I've looked at this, and realized the error in past attempts. Notice that we start with different permutations for 0, then move on to 1,2,3 making sure to omitting the previous player from each permutation, then in the fifth, we now order each row by 4, 5, 6 since they've been used before already and just need to play with other later players. So simple now when I look back. Ah, well.

Thank you Banana
You are a champion.
 
Actually, I'm only the messenger; I'll pass the thanks to the person who gave me that in that another forum. :)
 

Users who are viewing this thread

Back
Top Bottom