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