majority
Determine the winner under strict majority rule using ranking ballots. Only candidates with over half of first-choice weight win, otherwise no winner is declared.
Instructions
Strict-majority rule over ranking ballots.
A candidate wins only with > 50% of first-choice weight; otherwise there is
NO winner (winners empty, note explains). Distinct from plurality.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | ||
| profile | Yes | ||
| tie_break | No | lexicographic |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| rule | Yes | ||
| scores | No | ||
| winner | Yes | ||
| ranking | No | ||
| winners | Yes | ||
| tie_break | No | lexicographic |