Condorcet

Violation of Weak Positive Responsiveness

Profile type: ProfileWithTies
Config: 3 c, 2 v
Parameters:

Weak positive responsiveness violation for Condorcet by lifting 0:
+-----+
|  2  |
+-----+
| 1 2 |
|  0  |
|     |
+-----+
ProfileWithTies([{0: 1, 1: 0, 2: 0}], rcounts=[2], cmap={0: 0, 1: 1, 2: 2})
Condorcet winners:  [0, 1, 2]
Original ranking:  ( 1  2 ) 0 
New ranking: 0 ( 1  2 ) 
+-----+-----+
|  1  |  1  |
+-----+-----+
| 1 2 |  0  |
|  0  | 1 2 |
|     |     |
+-----+-----+
ProfileWithTies([{0: 1, 1: 0, 2: 0}, {0: 1, 1: 2, 2: 2}], rcounts=[1, 1], cmap={0: '0', 1: '1', 2: '2'})
Condorcet winners in updated profile: [0, 1, 2]