Profile type: Profile
Config: 3 c, 3 v
Parameters: ∅
ISDA violation for Weighted Covering.
0 is outside of the Smith set and removing 0 changes the set of winners:
+---+---+
| 2 | 1 |
+---+---+
| 1 | 2 |
| 2 | 0 |
| 0 | 1 |
+---+---+
Profile([[1, 2, 0], [2, 0, 1]], rcounts=[2, 1], cmap={0: '0', 1: '1', 2: '2'})
Winners in full election: [1, 2]
Winners in election without 0: [1]