Profile type: Profile
Config: 3 c, 2 v
Parameters: ∅
Adding voters with rankings (1, 0, 2) and (2, 0, 1) changes the winners:
Original profile:
+---+---+
| 1 | 1 |
+---+---+
| 1 | 2 |
| 2 | 0 |
| 0 | 1 |
+---+---+
Coombs PUT winners are {1, 2}
Profile after adding reversal pair:
+---+---+---+---+
| 1 | 1 | 1 | 1 |
+---+---+---+---+
| 1 | 2 | 1 | 2 |
| 2 | 0 | 0 | 0 |
| 0 | 1 | 2 | 1 |
+---+---+---+---+
Coombs PUT winner is {2}