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