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