Plurality with Runoff PUT

Violation of Monotonicity

Profile type: Profile
Config: 3 c, 9 v
Parameters:

Monotonicity violation for Plurality with Runoff PUT by lifting 1 by 2 ranks:
+---+---+---+
| 3 | 3 | 3 |
+---+---+---+
| 0 | 1 | 2 |
| 2 | 2 | 1 |
| 1 | 0 | 0 |
+---+---+---+
Profile([[0, 2, 1], [1, 2, 0], [2, 1, 0]], rcounts=[3, 3, 3], cmap={0: '0', 1: '1', 2: '2'})
Plurality with Runoff PUT winners:  [1, 2]
Original ranking:  (np.int64(0), np.int64(2), np.int64(1))
New ranking: (np.int64(1), np.int64(0), np.int64(2))
+---+---+---+---+
| 2 | 3 | 3 | 1 |
+---+---+---+---+
| 0 | 1 | 2 | 1 |
| 2 | 2 | 1 | 0 |
| 1 | 0 | 0 | 2 |
+---+---+---+---+
Profile([[0, 2, 1], [1, 2, 0], [2, 1, 0], [1, 0, 2]], rcounts=[2, 3, 3, 1], cmap={0: '0', 1: '1', 2: '2'})
Plurality with Runoff PUT winners in updated profile: [2]