copeland
Computes Copeland scores from ranked ballots: awards 1 point for each pairwise win and 0.5 for each tie, ensuring the Condorcet winner wins when one exists.
Instructions
Copeland over ranking ballots: +1 per pairwise win, +0.5 per pairwise tie.
Condorcet-consistent: a candidate that beats all others pairwise wins. Errors if any ballot is not a ranking.
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 |