Coombs TB

Violation of Monotonicity

Profile type: Profile
Config: 3 c, 7 v
Parameters: check_probabilities=True

Monotonicity violation for Coombs TB by lifting 1 one rank:
+---+---+---+---+
| 1 | 3 | 1 | 2 |
+---+---+---+---+
| 0 | 1 | 2 | 2 |
| 2 | 0 | 0 | 1 |
| 1 | 2 | 1 | 0 |
+---+---+---+---+
Profile([[0, 2, 1], [1, 0, 2], [2, 0, 1], [2, 1, 0]], rcounts=[1, 3, 1, 2], cmap={0: '0', 1: '1', 2: '2'})
Coombs TB winners:  [1]
Original ranking:  (2, 0, 1)
New ranking: (2, 1, 0)
+---+---+---+---+---+
| 1 | 3 | 0 | 2 | 1 |
+---+---+---+---+---+
| 0 | 1 | 2 | 2 | 2 |
| 2 | 0 | 0 | 1 | 1 |
| 1 | 2 | 1 | 0 | 0 |
+---+---+---+---+---+
Profile([[0, 2, 1], [1, 0, 2], [2, 0, 1], [2, 1, 0], [2, 1, 0]], rcounts=[1, 3, 0, 2, 1], cmap={0: '0', 1: '1', 2: '2'})
Coombs TB winners in updated profile: [2]