Plurality with Runoff PUT

Violation of Independence of Clones

Profile type: Profile
Config: 4 c, 4 v
Parameters:

Non-clone choice is not independent of clones:
+---+---+---+---+
| 1 | 1 | 1 | 1 |
+---+---+---+---+
| 0 | 1 | 2 | 3 |
| 3 | 3 | 3 | 2 |
| 2 | 2 | 1 | 1 |
| 1 | 0 | 0 | 0 |
+---+---+---+---+
Profile([[0, 3, 2, 1], [1, 3, 2, 0], [2, 3, 1, 0], [3, 2, 1, 0]], rcounts=[1, 1, 1, 1], cmap={0: '0', 1: '1', 2: '2', 3: '3'})
Clone set: (np.int64(3), np.int64(2))
Plurality with Runoff PUT winners in full profile: [1, 2, 3]
Plurality with Runoff PUT winners without clone 3: [2]
The non-clone 1 wins with the clone 3 included but loses when the clone is removed.