Ballot The input is the same as for other ranked voting systems: each voter must furnish an ordered preference list on candidates where
ties are allowed (
a strict weak order). This can be done by providing each voter with a list of candidates on which to write a "1" against the most preferred candidate, a "2" against the second preference, and so forth. A voter who leaves some candidates' rankings blank is assumed to be indifferent between them but to prefer all ranked candidates to them.
Computation A results matrix
r is constructed as follows:
rij is • 1 if more voters strictly prefer candidate
i to candidate
j than prefer
j to
i • if the numbers are equal • 0 if more voters prefer
j to
i than prefer
i to
j. This may be called the "1//0" method (one number for wins, ties, and losses, respectively). By convention,
rii is 0. The Copeland score for candidate
i is the sum over
j of the
rij. If there is a candidate with a score of (where
n is the number of candidates) then this candidate is the (necessarily unique) Condorcet and Copeland winner. Otherwise the Condorcet method produces no decision and the candidate with greatest score is the Copeland winner (but may not be unique). An alternative (and equivalent) way to construct the results matrix is by letting
rij be 1 if more voters strictly prefer candidate
i to candidate
j than prefer
j to
i, 0 if the numbers are equal, and −1 if more voters prefer
j to
i than prefer
i to
j. In this case the matrix
r is
antisymmetric.
Tied preferences The method as initially described above is sometimes called the "1//0" method. Llull himself put forward a 1/1/0 method, so that two candidates with equal support would both get the same credit as if they had beaten the other. Preference ties become increasingly unlikely as the number of voters increases.
Use in sporting tournaments A method related to Copeland's is commonly used in
round-robin tournaments. Generally it is assumed that each pair of competitors plays the same number of games against each other.
rij is the number of times competitor
i won against competitor
j plus half the number of draws between them. It was adopted in precisely this form in international chess in the middle of the nineteenth century. It was adopted in the first season of the
English Football League (1888–1889), the organisers having initially considered using a 1/0/0 system. For convenience the numbers were doubled, i.e. the system was written as 2/1/0 rather than as 1//0. (The
Borda count has also been used to judge sporting tournaments. The Borda count is analogous to a tournament in which every completed ballot determines the result of a game between every pair of competitors.) ==Rationale==