Bottom-Two-Runoff Instant Runoff

Violation of Independence of Clones

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

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)
Bottom-Two-Runoff Instant Runoff winners in full profile: [1]
Bottom-Two-Runoff Instant Runoff winners without clone 0: [1, 2]
No clone wins with the clone 0 included but a clone wins when 0 is removed.