Preliminary Weighted Condorcet

Violation of Monotonicity

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

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