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