Anti-Plurality

Violation of Neutral Reversal

Profile type: Profile
Config: 3 c, 2 v
Parameters:

Adding voters with rankings (0, 1, 2) and (2, 1, 0) changes the winners:

Original profile:
+---+
| 2 |
+---+
| 2 |
| 1 |
| 0 |
+---+
Anti-Plurality winners are {1, 2}

Profile after adding reversal pair:
+---+---+---+
| 2 | 1 | 1 |
+---+---+---+
| 2 | 0 | 2 |
| 1 | 1 | 1 |
| 0 | 2 | 0 |
+---+---+---+
Anti-Plurality winner is {1}