Profile type: Profile
Config: 3 c, 4 v
Parameters: ∅
Immunity to Spoilers violation for Condorcet IRV.
2 wins without 0 in the election and is majority preferred to 0 but both lose when 0 is included:
+---+---+---+
| 1 | 2 | 1 |
+---+---+---+
| 0 | 1 | 2 |
| 2 | 2 | 1 |
| 1 | 0 | 0 |
+---+---+---+
Profile([[0, 2, 1], [1, 2, 0], [2, 1, 0]], rcounts=[1, 2, 1], cmap={0: '0', 1: '1', 2: '2'})
Winners in full election: [1]
Winners in election without 0: [1, 2]