Simplified Dodgson

Violation of Independence of Smith-Dominated Alternatives

Profile type: Profile
Config: 4 c, 9 v
Parameters:

ISDA violation for Simplified Dodgson.
2 is outside of the Smith set and removing 2 changes the set of winners:
+---+---+---+---+
| 2 | 3 | 1 | 3 |
+---+---+---+---+
| 1 | 2 | 2 | 3 |
| 3 | 0 | 1 | 0 |
| 0 | 1 | 3 | 1 |
| 2 | 3 | 0 | 2 |
+---+---+---+---+
Profile([[1, 3, 0, 2], [2, 0, 1, 3], [2, 1, 3, 0], [3, 0, 1, 2]], rcounts=[2, 3, 1, 3], cmap={0: '0', 1: '1', 2: '2', 3: '3'})
Winners in full election: [0, 1, 2, 3]
Winners in election without 2: [0, 1, 3]