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