Pareto

Violation of Weak Positive Responsiveness

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

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