Raynaud

Violation of Bullet Vote Positive Involvement

Profile type: Profile
Config: 3 c, 6 v
Parameters: check_probabilities=True

Violation of Bullet Vote Positive Involvement for Raynaud
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'})
Raynaud 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'})
Raynaud winner is {1}