# players color:-1 = black, 1 = white, 0 = nocolor 1 1-1 1-1 0...
# players opponent 1 7 2 6 8 0... # players floater: 0 = no floater, 1 = floater 1 0 0 1 0 0... # round results 1 1 0 0 1 0 2 1 1 2 1 0 3 2 1 0 1 0 4 1 0 0 0 0 5 1 0 1 0 0 6 0 1 1 0 0 7 0 1 0 1 0 8 0 0 3 0 0... 1: player win 0: player lost 2: draw 3: win for forfeit 4: lost for forfeit 6: 1 / 2F- 1 / 2F draw forfeit 5: no game 8: 1 / 2F- 1 / 2F draw forfeit, no tie-break calculation
# code pairing
7 7 7 7 7 10071 20011 30020 20121 110029 80020 40030 120041 60030 30129 30091 60051 10060 130051 60139 100040 130120 50071 40110 90079 50111 70081 100130 70101 10059 120061 90100 110091 80010 40089 130003 110003 80003 90003 100009
each column represents the pairing at round N. The first number is that of the |
pairs in that round, then followa number in the format |
xxxyyyz, xxx = white ID, yyy = black ID, z = result code as follow |
1: 1- 0 |
0: 0- 1 |
5: 1 / 2- 1 / 2 |
3: 1F- 0 |
white win to forfait and get the BYE |
4: 0- 1F |
black win to forfait and get the BYE |
2: 0- 0 |
they lost, no color for both |
6: 1 / 2F- 1 / 2F |
no color for both |
7: adj |
1 / 2- 1 / 2 not valid for elo |
8: 1 / 2F- 1 / 2F |
draw, forfeit, no color, no tiebreak |
9: |
... |
waiting a result |
71