Simple Stable Voting

Violation of Independence of Pareto-Dominated Alternatives

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

IPDA violation for Simple Stable Voting.
0 is Pareto-dominated by another candidate and removing 0 changes the set of winners:
+---+---+
| 1 | 1 |
+---+---+
| 1 | 2 |
| 2 | 0 |
| 0 | 1 |
+---+---+
Profile([[1, 2, 0], [2, 0, 1]], rcounts=[1, 1], cmap={0: '0', 1: '1', 2: '2'})
Winners in full election: [2]
Winners in election without 0: [1, 2]