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 0 1 and its reverse 1 0 :
+---+---+
| 3 | 1 |
+---+---+
| 1 | 0 |
| 0 | 1 |
+---+---+
ProfileWithTies([{1: 1, 0: 2}, {1: 1, 0: 2}, {0: 1, 1: 2}, {0: 2, 1: 1}], rcounts=[1, 1, 1, 1], cmap={0: '0', 1: '1'})
Pareto winners are {0, 1}