Profile type: Profile
Config: 3 c, 6 v
Parameters: check_probabilities=True
Violation of Bullet Vote Positive Involvement for Loss-Trimmer Voting
Original profile:
+---+---+---+
| 2 | 2 | 2 |
+---+---+---+
| 0 | 1 | 2 |
| 2 | 0 | 1 |
| 1 | 2 | 0 |
+---+---+---+
Profile([[0, 2, 1], [1, 0, 2], [2, 1, 0]], rcounts=[2, 2, 2], cmap={0: '0', 1: '1', 2: '2'})
Loss-Trimmer Voting winners are {0, 1, 2}
New profile:
+---+---+---+---+
| 2 | 2 | 2 | 1 |
+---+---+---+---+
| 0 | 1 | 2 | 0 |
| 2 | 0 | 1 | |
| 1 | 2 | 0 | |
+---+---+---+---+
ProfileWithTies([{0: 1, 2: 2, 1: 3}, {1: 1, 0: 2, 2: 3}, {2: 1, 1: 2, 0: 3}, {0: 1}], rcounts=[2, 2, 2, 1], cmap={0: '0', 1: '1', 2: '2'})
Loss-Trimmer Voting winner is {1}