Profile type: Profile
Config: 4 c, 5 v
Parameters: ∅
Stability for Winners violation for Ranked Pairs TB.
2 wins without 0 in the election and is majority preferred to 0 but loses when 0 is included:
+---+---+---+---+
| 1 | 1 | 1 | 2 |
+---+---+---+---+
| 1 | 2 | 2 | 3 |
| 3 | 0 | 1 | 2 |
| 2 | 1 | 3 | 0 |
| 0 | 3 | 0 | 1 |
+---+---+---+---+
Profile([[1, 3, 2, 0], [2, 0, 1, 3], [2, 1, 3, 0], [3, 2, 0, 1]], rcounts=[1, 1, 1, 2], cmap={0: '0', 1: '1', 2: '2', 3: '3'})
Winners in full election: [3]
Winners in election without 0: [2]