Pareto

Violation of Neutral Indifference

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

The original profile
+---+
| 2 |
+---+
| 1 |
| 0 |
+---+
Profile([[1, 0]], rcounts=[2], cmap={0: '0', 1: '1'})
Pareto winner is {1}

The profile after adding a tie ranking:
+---+-----+
| 2 |  1  |
+---+-----+
| 1 | 0 1 |
| 0 |     |
+---+-----+
ProfileWithTies([{1: 1, 0: 2}, {1: 1, 0: 2}, {0: 0, 1: 0}], rcounts=[1, 1, 1], cmap={0: '0', 1: '1'})
Pareto winners are {0, 1}