Preliminary Weighted Condorcet

Violation of Independence of Clones

Profile type: Profile
Config: 3 c, 3 v
Parameters: conditions_to_check=CIC

Clone choice is not independent of clones:
+---+---+---+
| 1 | 1 | 1 |
+---+---+---+
| 1 | 2 | 2 |
| 0 | 0 | 1 |
| 2 | 1 | 0 |
+---+---+---+
Profile([[1, 0, 2], [2, 0, 1], [2, 1, 0]], rcounts=[1, 1, 1], cmap={0: '0', 1: '1', 2: '2'})
Clone set: (1, 0)
Preliminary Weighted Condorcet winners in full profile: [0, 2]
Preliminary Weighted Condorcet winners without clone 1: [2]
A clone wins with the clone 1 included but no clone wins when 1 is removed.