Strict Nanson

Violation of Independence of Smith-Dominated Alternatives

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

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