Pareto

Violation of Weak Positive Responsiveness

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

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