Profile type: Profile
Config: 4 c, 3 v
Parameters: conditions_to_check=CIC
Clone choice is not independent of clones:
+---+---+---+
| 1 | 1 | 1 |
+---+---+---+
| 1 | 2 | 3 |
| 3 | 1 | 0 |
| 0 | 0 | 2 |
| 2 | 3 | 1 |
+---+---+---+
Profile([[1, 3, 0, 2], [2, 1, 0, 3], [3, 0, 2, 1]], rcounts=[1, 1, 1], cmap={0: '0', 1: '1', 2: '2', 3: '3'})
Clone set: (3, 0)
Slater winners in full profile: [1]
Slater winners without clone 3: [0, 1, 2]
No clone wins with the clone 3 included but a clone wins when 3 is removed.