Bucklin

Violation of Independence of Clones

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 |
| 0 | 0 |
| 2 | 1 |
+---+---+
Profile([[1, 0, 2], [2, 0, 1]], rcounts=[1, 1], cmap={0: '0', 1: '1', 2: '2'})
Clone set: (1, 0)
Bucklin winners in full profile: [0]
Bucklin winners without clone 1: [0, 2]
The non-clone 2 loses with the clone 1 included but wins when the clone is removed.