Minimax (Support)

Violation of Nonlinear Neutral Reversal

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

The original profile
+---+---+---+
| 1 | 1 | 1 |
+---+---+---+
| 0 | 1 | 2 |
| 2 | 0 | 1 |
| 1 | 2 | 0 |
+---+---+---+
Profile([[0, 2, 1], [1, 0, 2], [2, 1, 0]], rcounts=[1, 1, 1], cmap={0: '0', 1: '1', 2: '2'})
Minimax (Support) winners are {0, 1, 2}

The profile after adding 0 ( 1  2 )  and its reverse ( 1  2 ) 0 :
+---+---+---+-----+-----+
| 1 | 1 | 1 |  1  |  1  |
+---+---+---+-----+-----+
| 0 | 1 | 2 |  0  | 1 2 |
| 2 | 0 | 1 | 1 2 |  0  |
| 1 | 2 | 0 |     |     |
+---+---+---+-----+-----+
ProfileWithTies([{0: 1, 2: 2, 1: 3}, {1: 1, 0: 2, 2: 3}, {2: 1, 1: 2, 0: 3}, {0: 1, 1: 2, 2: 2}, {0: 2, 1: 1, 2: 1}], rcounts=[1, 1, 1, 1, 1], cmap={0: '0', 1: '1', 2: '2'})
Minimax (Support) winner is {1}