Positive-Negative Voting

Violation of Tolerant Positive Involvement

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

1 loses in the full profile, but 1 is a winner after removing a voter with the ranking (2, 0, 1):

Full profile
+---+---+
| 3 | 2 |
+---+---+
| 1 | 2 |
| 2 | 0 |
| 0 | 1 |
+---+---+
Profile([[1, 2, 0], [2, 0, 1]], rcounts=[3, 2], cmap={0: '0', 1: '1', 2: '2'})
Positive-Negative Voting winner is {2}

Profile with voter removed
+---+---+
| 3 | 1 |
+---+---+
| 1 | 2 |
| 2 | 0 |
| 0 | 1 |
+---+---+
Profile([[1, 2, 0], [2, 0, 1]], rcounts=[3, 1], cmap={0: '0', 1: '1', 2: '2'})
Positive-Negative Voting winner is {1}