Leximax

Violation of Earlier No Help

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

Earlier No Help violation: Candidate(s) [0] went from winning to losing due to top truncation.

Original winners: [0, 1, 2]
New winners: [1]
Original ballot: (np.int64(2), np.int64(1), np.int64(0))
Truncated ballot: 1 0 

Original profile:
+---+---+---+
| 1 | 1 | 1 |
+---+---+---+
| 0 | 1 | 2 |
| 2 | 0 | 1 |
| 1 | 2 | 0 |
+---+---+---+
Leximax winners are {0, 1, 2}

Modified profile:
+---+---+---+
| 1 | 1 | 1 |
+---+---+---+
| 0 | 1 | 1 |
| 2 | 0 | 0 |
| 1 | 2 |   |
+---+---+---+
Leximax winner is {1}