Next Article in Journal
Wavelet Numerical Solutions for a Class of Elliptic Equations with Homogeneous Boundary Conditions
Next Article in Special Issue
Interrelationship among CE Adoption Obstacles of Supply Chain in the Textile Sector: Based on the DEMATEL-ISM Approach
Previous Article in Journal
The Scalar Curvature of a Riemannian Almost Paracomplex Manifold and Its Conformal Transformations
Previous Article in Special Issue
Using Linguistic VIKOR and Fuzzy Cognitive Maps to Select Virtual Reality Games Development Project
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Reducing the Computational Time for the Kemeny Method by Exploiting Condorcet Properties

1
Department of Computer Science, University of Oviedo, 33203 Gijón, Spain
2
Department of Statistics and O.R. and Mathematics Didactics, University of Oviedo, 33007 Oviedo, Spain
*
Author to whom correspondence should be addressed.
Submission received: 13 May 2021 / Revised: 7 June 2021 / Accepted: 9 June 2021 / Published: 15 June 2021
(This article belongs to the Special Issue Advances in Multiple Criteria Decision Analysis)

Abstract

:
Preference aggregation and in particular ranking aggregation are mainly studied by the field of social choice theory but extensively applied in a variety of contexts. Among the most prominent methods for ranking aggregation, the Kemeny method has been proved to be the only one that satisfies some desirable properties such as neutrality, consistency and the Condorcet condition at the same time. Unfortunately, the problem of finding a Kemeny ranking is NP-hard, which prevents practitioners from using it in real-life problems. The state of the art of exact algorithms for the computation of the Kemeny ranking experienced a major boost last year with the presentation of an algorithm that provides searching time guarantee up to 13 alternatives. In this work, we propose an enhanced version of this algorithm based on pruning the search space when some Condorcet properties hold. This enhanced version greatly improves the performance in terms of runtime consumption.

1. Introduction

Elections in which several voters express their preferences over a set of alternatives in the form of rankings arise in many situations [1,2]. The problem of aggregating these rankings in order to rank the alternatives according to the preferences of the voters has been deeply studied in the field of social choice theory [3]. In particular, the problem can be traced back to the eighteenth century at the latest, when French scientist Condorcet [4] stated that whenever voters’ preferences are expressed in the form of rankings, the only information that should be used is that given by the pairwise comparisons between the alternatives. According to this, Condorcet set a (simple) majority criterion principle based on choosing as winner of the election the alternative that beats all other alternatives by a majority of the votes, whenever such alternative exists.
When applying this majority criterion for establishing a winning ranking instead of a single winner, it is considered that an alternative should be ranked at a better position than another alternative in the winning ranking if the former defeats the latter by a majority of the votes. Unfortunately, the majority relation defined in this way is not necessarily transitive, and cycles of preferences might occur. This is referred to as the voting paradox. Even more so, the majority relation may be inconsistent with respect to any scoring method based on assigning points to the different alternatives according to their positions in the rankings, including the most prominent such method proposed by Borda [5].
Almost two centuries after Condorcet’s proposal, Kemeny [6] proposed selecting the ranking that minimizes the distance to the rankings given by the voters [7]. This method can be understood as a natural extension of Condorcet’s proposal since the ranking obtained by the Kemeny method coincides with the Condorcet ranking if it exists [8]. Unfortunately, the computation of the Kemeny ranking for solving the Kemeny problem is known to be NP-hard [9].
The computation of ranking aggregation methods has gained attention in recent years, as they arise in real-life problems in several contexts [10,11,12]. The state-of-the-art exact algorithm for computing the solution(s) of the Kemeny method was introduced last year by Azzini and Munda [13]. In this paper, we review their proposal, pointing out a special case. We also propose a variation to ease the computation of the solutions based on Condorcet’s criterion.
The remainder of this paper is organized as follows. Section 2 presents the Kemeny method. The state-of-the-art exact algorithm to resolve this problem is presented in Section 3. Section 4 and Section 5 point out some modifications that can be incorporated into the algorithm. Three variations of the original algorithm are presented in Section 6. The experiments and the obtained results are presented and discussed in Section 7 and Section 8. Final conclusions and future lines of research are outlined in Section 9.

2. The Kemeny Method

Consider a set of n alternatives A = { a 1 , , a n } . Preferences over A are expressed in the form of a ranking, which is a complete, reflexive and transitive (but not necessarily antisymmetric) relation such that, for every pair of alternatives a i , a j A , a strict order ( a i a j or a j a i ) or equivalence ( a i a j ) relation is defined. A strict order relation can be understood as a numeric vector that assigns an integer value in the interval [ 1 , n ] to each alternative representing the position of the alternative in the ranking, being 1 the best possible position and consequently n the worst possible one.
The list of rankings given by the m different voters over the set of n alternatives is called the profile of rankings, denoted by π m n . As some voters may agree on their ranking, this would lead to a representation of the profile containing repeated rankings. In this work, we use the compact representation of the profile of rankings that only contains m m unique rankings, where each ranking r i π m n is weighted by the number w i of voters that expressed the ranking r i . Thus, m = i = 1 m w i .
The alternatives in A may be compared in a pairwise fashion by using a matrix O of dimension n × n , known as the outranking matrix [14]. Each element o i j of O represents the number of times that the alternative a i is preferred over the alternative a j by a voter. The value of the element o i j is obtained from π m n by adding 1 point every time that a i a j holds in a ranking of the profile and 0.5 points every time that a i a j holds. Therefore, for each pair of alternatives a i and a j with i j , it holds that o i j + o j i = m . By definition, all the elements of the diagonal are set to 0. This simpler representation gathers the most important information (pairwise information) provided by the profile of rankings.
An example of a profile of rankings and corresponding outranking matrix is shown in Table 1. In order to obtain the outranking matrix, the position of each pair of alternatives is evaluated in all the rankings of the profile. For example, to obtain the value of the element o 1 , 2 at the first row and second column, which represents the number of times that a 1 is preferred over a 2 , the relative position of the alternatives a 1 and a 2 is checked over all the rankings. Every time that a 1 a 2 , meaning that the alternative a 1 is ranked at a better position than a 2 , one point is added to o 1 , 2 . For the first ranking of Table 1, it holds that a 2 a 1 , so no points are added to o 1 , 2 . For the second ranking, it holds that a 1 a 2 ; therefore, one point is added to o 1 , 2 . For the third ranking, it also holds that a 1 a 2 ; however, this ranking is expressed by four voters and therefore four points are added to o 1 , 2 . For the fourth ranking, it holds that a 2 a 1 and, thus, no point is added to o 1 , 2 . In this way, it is therefore determined that o 1 , 2 = 5 . The element o 2 , 1 at the second row and first column may be calculated from o 1 , 2 due to the constant sum property of the matrix, as the number of voters is constant and therefore o 1 , 2 and o 2 , 1 must add up to the number of voters. In this example with 10 voters, o 2 , 1 = 10 o 1 , 2 = 5 .
The aim of a ranking aggregation function is to map the profile of rankings π m n into the ranking that best summarizes the information given by the voters, which is usually referred to as the winning or consensus ranking.
Condorcet stated that an alternative a i should be ranked at a better position than another alternative a j in the winning ranking if a i is preferred by the majority of the voters over a j , which in terms of the outranking matrix means that o i j > o j i . Unfortunately, as it was previously mentioned, this relation is not necessarily transitive as it may lead to a situation in which a i a j , a j a k and a k a i , even if the preferences were expressed in the form of complete rankings.
A prominent family of ranking aggregation functions is based on the use of a distance function δ on the set of rankings. The distance of a ranking to a profile of rankings δ ( r , π m n ) is computed by adding the individual distances from r to all rankings in π m n . From all the possible n ! complete rankings that can be obtained by permuting the set of n alternatives A , the one (or ones) that minimizes the value of δ is selected as the winning ranking.
The most representative example of this family of distance-based methods is the one proposed by Kemeny [6]. According to Kemeny, the distance between two rankings is the number of discrepancies in the relative order of every pair of alternatives. Formally, two points are added every time that two alternatives appear in the rankings in the opposite order and 1 point is added every time that two alternatives are tied in exactly one of the rankings. Thus, the distance of a ranking s to the profile of rankings π m n is defined as the sum of the Kemeny distances from s to all the rankings r i π m n .
The Kemeny ranking has been referred to in the literature as the maximum likelihood ranking. This is due to an equivalent interpretation where, instead of seeking for the ranking that minimizes the distance to the profile of rankings, we seek for the ranking that maximizes the agreement with the profile of rankings. The Kemeny ranking(s) can be computed from the outranking matrix by searching for the ranking(s) with maximum agreement score σ , defined as
σ ( s , π m n ) = i = 1 n j = 1 n o i j · x i j ,  
where x i j = 1 if a i s a j and 0 otherwise.
For the profile of rankings in Table 1, the agreement scores for all possible rankings on A are shown in Table 2. It can be seen that the agreement score is maximized by the rankings a 3 a 2 a 4 a 1 , a 4 a 3 a 1 a 2 and a 4 a 3 a 2 a 1 . These three rankings are the solutions to the Kemeny problem for the profile of rankings in Table 1.
Young [8] observed that the Kemeny method returns the Condorcet ranking in case it exists. Furthermore, it is known that the Kemeny method is the only ranking aggregation method that is neutral, consistent, and Condorcet [15,16]. Unfortunately, the problem of finding a Kemeny ranking has been proved to be NP-hard [9], which prevents its use in practice in many real-life problems. There exists no known algorithm to compute the Kemeny ranking in polynomial time, for any given number of alternatives greater than or equal to 3.

3. Azzini and Munda’s Algorithm

The state-of-the-art exact algorithm for the computation of the Kemeny ranking(s) was presented by Azzini and Munda in [13] and is based on the theoretical equivalence between the Kemeny ranking and the maximum likelihood ranking. The algorithm considers a recursive process based on outranking matrices to compute σ , which makes the computational time only depend on the number of alternatives to be considered, so it does not increase as the number of voters increases. The obtained results improved the computational time by the exact algorithm used as benchmark up to that moment. Azzini and Munda’s algorithm is based on the two following propositions:
Proposition 1
([13]). Let A be a set of n alternatives and let O = [ o i j ] be an outranking matrix defined on A . There exists at least one alternative a i A such that j = 1 n o i j     j = 1 n o j i .
Proposition 2
([13]). Let A be a set of n alternatives and let O = [ o i j ] be an outranking matrix defined on A . A necessary condition for a ranking to have the maximum likelihood score is that the alternative at the top position a i A satisfies that j = 1 n o i j     j = 1 n o j i .
Note that not all the alternatives whose row sum is greater than or equal to their corresponding column sum are ranked at the first position in one of the solutions of the Kemeny problem.
For the sake of simplicity, in the remainder of this paper we denote by α i the truth value obtained from the Boolean expression:
α i = j = 1 n o i j j = 1 n o j i ,
meaning that α i is T r u e when the alternative a i is preferred over the remaining alternatives in A at least as many times as the other alternatives are preferred over a i .
From Proposition 2 it is deduced that the alternative a i at the first position of the ranking must always be one such that α i = T r u e . From a computational point of view, this allows for a great reduction in the set of rankings to explore as possible solutions.
The starting point of our work is the Mork-Exact algorithm (consequence of Proposition 2), presented in [13], which is outlined below:
Step p. 
In the current outranking matrix with ( n 3 ), choose all alternatives whose row sum is not smaller than the corresponding column sum.
Step p+1. 
Choose one of the alternatives found in Step p and delete its corresponding row and column.
Step p+2. 
Given the new current outranking matrix, repeat Step p and Step p+1. The algorithm stops when the outranking matrix becomes a matrix of dimension 2 × 2 , in this case choose the alternative with largest concordance index (i.e., the largest nondiagonal value). Steps p+1 and p+2 are repeated for each alternative whose row sum is bigger than or equal to its column sum found in all steps.
Final step. 
Compute the total score for all the rankings obtained in the previous steps. Delete all rankings whose total score is not the maximum one. Note that this step is needed since Proposition 2 gives a necessary but not sufficient condition.
In this paper, we propose an improvement for the Mork-Exact algorithm with the aim of decreasing its execution time and make it more efficient in computational terms.

4. Constraints Based on the Condorcet Conditions

4.1. The Condorcet Ranking

The Condorcet ranking is a ranking such that each alternative is preferred by more than half of the number of the voters to all other alternatives ranked at a worse position. The Condorcet ranking might not exist for a given profile of rankings; however, it is unique in case of existence. The Kemeny method returns the Condorcet ranking in case it exists for the profile of rankings [15].
In case of existence of the Condorcet ranking, the outranking matrix must be transitive. In such case, the algorithm could avoid the execution of the recursive process, since the winning ranking can be determined faster from the outranking matrix by counting how many times each alternative a i A is preferred over other alternatives.
Let h be the value representing half of the number of voters, more precisely, h = m 2 if m is even and h = m 1 2 if it is odd. The Boolean outranking matrix B is obtained from the outranking matrix O such that b i j = 1 if o i j > h and b i j = 0 otherwise. Let us denote the sum of the elements at the i-th row of the Boolean matrix as β i = j = 1 n b i j .
When there exists a Condorcet ranking, the sum of the elements of each row in B gives for each alternative a different integer value in the interval [ 0 , n 1 ] . Thus, the Condorcet ranking is obtained by sorting these values in descending order.
This can be used as a precondition in the algorithm in order to determine whether the recursive process used to find the Kemeny ranking may be skipped.

4.2. The Condorcet Winner

The Condorcet winner is an alternative that is preferred by more than half of the number of the voters to all other alternatives. The Kemeny method is known to be a Condorcet method, which means that, in case the Condorcet winner exists, this alternative is ranked at the first position.
It is known that in the cases in which the profile of rankings does not yield a Condorcet ranking, B is not transitive. If there exists a Condorcet winner, then the row corresponding to this alternative in O contains n 1 values greater than h, as the alternative a i is preferred over all other alternatives by more than half of the number of voters. This means that the column associated with this alternative has a value β = n 1 . Therefore, for the outranking matrices where this value of β is present but the Condorcet ranking does not exist, the Condorcet winner still exists. Notice that only one alternative may be the Condorcet winner.
However, although there exists at most one Condorcet winner, there could be more than one alternative such that α i = T r u e . If one of these alternatives is the Condorcet winner, the exploration of all other elements with α i = T r u e could be omitted, which may lead to a significant decrease in the execution time of the algorithm.

5. Tied Alternatives in the Recursive Process

Step p+2 of Mork-Exact states that ‘the algorithm stops when the outranking matrix becomes a matrix of dimension 2 × 2 , in this case choose the alternative with the largest concordance index’. At this point, this matrix of dimension 2 × 2 is of the following form:
0 x m x 0 ,
for the two remaining alternatives a i and a j , where x is the number of times that a i is preferred over a j due to the property of constant sum o i j + o j i = m of the outranking matrix.
Notice that there is a special case that can be found in some profiles of rankings. Consider a profile of rankings with an even number of voters m. If two alternatives a i , a j A that are tied (each of them is preferred to the other one by h = m 2 voters) are considered at the end of the recursive process, then the matrix of dimension 2 × 2 obtained from the recursive process has two equal concordance indexes, i.e., x = m x = h . In this case Mork-Exact does not determine what to do as the largest concordance index does not exist. It is necessary for the implementation of the algorithm to take into account this scenario, which implies that the recursive process must return both rankings as tentative solutions.
A profile of rankings for which this situation occurs is presented in Table 1. The execution trace for the algorithm is illustrated in Figure 1.
After the recursive process is terminated, the agreement score of the rankings in the list of tentative solutions for the profile of rankings must be computed. The obtained agreement scores are the following ones:
  • a 3 a 2 a 4 a 1 ( σ = 39 )
  • a 3 a 4 a 1 a 2 ( σ = 37 )
  • a 3 a 4 a 2 a 1 ( σ = 37 )
  • a 4 a 3 a 1 a 2 ( σ = 39 )
  • a 4 a 3 a 2 a 1 ( σ = 39 )
From this list, only the ones maximizing the agreement score (in other words, the ones that are the closest to the profile of rankings) are kept. These rankings are a 3 a 2 a 4 a 1 , a 4 a 3 a 1 a 2 and a 4 a 3 a 2 a 1 . Thus, the Kemeny method applied to this profile of rankings admits three possible solutions.
Therefore, we conclude that it is necessary to include these rankings in the list of rankings to explore as these rankings might be Kemeny rankings. Otherwise, the obtained list of Kemeny rankings might be incomplete.

6. Proposed Algorithms

In this work, we propose three variations of the Mork-Exact algorithm based on the considerations introduced in the previous sections:
  • ME: Implementation of the original algorithm taking into account the case in which more than one ranking must be returned in the recursive process. It also incorporates the precondition that allows one to skip the recursive process in first place in case the Condorcet ranking exists for the given profile of rankings.
  • ME-CW: Checks whether the Condorcet winner exists for the given profile of rankings. If this is the case, then the recursive call of the first level is made only for the Condorcet winner and not for all the other alternatives with a value of α i = T r u e .
  • ME-RCW: If the Condorcet winner is found in the recursive call, then the ranking of the remaining alternatives that minimizes the distance to the profile in the recursive call must start with this alternative. This algorithm recursively checks the existence of the Condorcet winner and in case the Condorcet winner exists at any level it avoids the exploration of the alternatives that have a value of α i = T r u e but are not the Condorcet winner (if any).
The results are presented for these three algorithms. Please note that the algorithm that checks whether the Condorcet ranking exists for the remaining alternatives in the recursive process has also been tested. In this case, the results are not improved for all the profiles of rankings. The reason is that, for those profiles for which the Condorcet ranking does not exist at any point, the cost of recursively computing if the Condorcet ranking exists increases the execution time without providing any advantage. Therefore, this algorithm has been omitted in the upcoming sections.
As it is not possible to know in advance the number of recursive calls, the study of the complexity is not trivial. Furthermore, the problem is still NP-hard as the proposed algorithms cannot guarantee that the obtained complexity could be polynomial. In relation to the execution time, this depends on the number of alternatives that fulfill the condition α = T r u e , which determines the number of recursive calls. In a more general sense, the execution time of these algorithms depends on the number of rankings that are potential solutions (which is at most n ! ) and how many of them can be discarded by taking into account Proposition 2. The proposed algorithms also incorporate the Condorcet conditions to discard potential solutions and thus reduce the execution time. For example, the best situation for the ME-CW algorithm occurs when there exists a Condorcet winner and therefore only n ! n = ( n 1 ) ! rankings are potential solutions to the Kemeny problem in the first recursive call (and some of them are discarded in the next steps). The ME-RCW algorithm follows a similar approach at different levels of the execution, which greatly reduces the number of tentative solutions and, consequently, the execution time. Notice how the execution time is mainly dominated by the number of alternatives, as the size of the input data of the algorithm is always a matrix of dimension n × n , no matter the number of voters.

7. Experiments

In the original paper in which the Mork-Exact algorithm was proposed [13], the authors provide the average execution time of the algorithm for different numbers of alternatives. To measure this execution time, they randomly generated 1000 different matrices for each n [ 3 , 13 ] , with a fixed number of voters equal to 100.
However, as it is highlighted in [17], the execution time of the algorithms does not depend only on the number of alternatives in the profile of rankings but also in the difficulty of the profile of rankings itself. As the computation time of the algorithms considered in this work strongly relies on the number of alternatives with α = T r u e , we have defined the difficulty of the profiles according to the number of alternatives satisfying α = T r u e . Let ω be the number of alternatives in the profile satisfying α = T r u e , formally defined as
ω = a i A α i .
The value of ω in a profile of rankings with n alternatives ranges in the interval of natural numbers [ 1 , n ] . Note that ω depends on the votes distribution.
The value of ω has a high impact on the execution time of the algorithm, as it determines the number of recursive calls that are made at the first level of the matrix. This has a strong relation with the number of rankings considered as tentative solutions and therefore with the impact of the time required to solve this problem.
For our experiments, we have designed two different lists of profiles of rankings in order to test the algorithm under different conditions: (1) a list containing profiles of rankings for which the Condorcet winner exists but the Condorcet ranking does not exist and (2) a list with profiles of rankings for which the Condorcet winner does not exist (and consequently the Condorcet ranking does not exist either). Each list contains for each pair ( n , ω ) with n [ 8 , 12 ] (we focus on these values of n because the solution for n < 8 when using this algorithm is instantly returned) and ω [ 1 , n 1 ] , 5 different profiles of rankings that have been synthetically generated with a constant number of voters. With this experimental setting it is ensured that profiles associated with all ranges of execution time are considered in the evaluation of the algorithm. This allows to explore the worst-case execution time of the algorithm, presented when all the alternatives are such that α = T r u e , even if that scenario is not common in real-life datasets. Furthermore, we have also created two shorter lists of 30 and 25 profiles of rankings of 13 and 14 alternatives, respectively, for which the Condorcet winner does not exist. The generated profiles of rankings are available at https://github.com/noeliarico/consensus_benchmark (accessed on 12 May 2021).
Considering the lack of access to the original code and experiments and the fact that the algorithms have been tested by using different processors (original results are obtained by using an Intel Core i7, whereas the here-presented results are obtained by using an Apple M1), a fair comparison with the algorithm proposed in [13] is not possible. For this very reason, the execution time of the algorithm ME will be used as a baseline for measuring the improvement attained by the new versions of the algorithm. This ME version is the most efficient version of the algorithm that we have obtained after considering different approaches and making use of different data structures and memory optimization techniques in Python 3.7. Therefore, the results presented in the next section are given based on the relative reduction of the execution time in relation to ME.
The aim of these experiments is to analyze the behavior of the three proposed algorithms for every profile of rankings in the generated lists. In order to minimize the impact of other processes being executed by the computer during the measurements when the execution times are low (i.e., up to n = 11 ), each experiment has been repeated three times and the median value of these executions (to avoid the effect of possible outliers if computing the mean) has been taken into account. For each pair of values ( n , ω ) , the average time obtained from executing the algorithms for the five profiles of rankings with similar characteristics has been considered.

8. Results

The results of the above-detailed experiments are presented in this section. Figure 2 presents the results obtained for the list of profiles of rankings for which the Condorcet winner exists. Each bar represents the average time for a different number of alternatives, showing that the execution time of the basic algorithm ME is reduced by at least 75% for the ME-CW algorithm and by around 90% for the ME-RCW. Note that the Condorcet winner exists for 28–77% (depending on the values of n and m) of the generated profiles of rankings.
The results for profiles of rankings for which the Condorcet winner does not exist are presented in Figure 3, where these are compared in terms of execution time with the original ME algorithm, showing improved times for any number of alternatives. In this case, the ME-RCW also reduces the execution time, reaching a reduction of almost 50% of the execution time when the number of alternatives increases. The results of the ME-CW are not presented in this plot, as this algorithm only reduces the execution time when the Condorcet winner exists. Nevertheless, it is important to remark that the execution time does not increase for profiles of rankings when the Condorcet winner does not exist, as the operation to check the existence of the Condorcet winner can be executed in less than 1ms and it is only performed once at the beginning of the algorithm.
For a better understanding of the results, a detailed visualization is presented in Figure 4. The x-axis in both plots of the figure has been obtained with a log 10 transformation of the number of tentative solutions explored for each profile. On the left-hand side, a complete view of the results given by the algorithms ME and ME-RCW for the profiles of rankings with n = 12 for which the Condorcet winner does not exist is shown. Notice that the execution time soars for high values of ω in the basic implementation of the algorithm ME according to our experiments. On the right-hand side, the same plot is zoomed highlighting the values of ω < 8 , where a similar behavior can be observed. Note that the greater the value of ω is, the bigger is the gap in the execution time between both algorithms.
Due to the increase of the execution time of ME in extreme situations, we have measured the execution time for n = 13 and n = 14 only for the improved algorithm ME-RCW and avoided large values of ω . The results are presented in Table 3. Note that the execution time varies widely depending on the value of ω , but the algorithm is still executed in reasonable time and it does not show any memory requirement problem. For profiles of rankings with a small value of ω , the number of recursive calls made at the first level of the algorithm is reduced, allowing many tentative solutions from the very beginning to be discarded. Therefore, aside from large values of ω , the execution time is affordable even for this number of alternatives.
The obtained results show that the proposed algorithms for the computation of the Kemeny rankign(s) outperform the state-of-the-art exact algorithm [13], which already outperformed greatly other exact algorithms proposed in the literature [18,19].

9. Conclusions

In this work, we proposed some variations of the exact algorithm recently proposed by Azzini and Munda for the computation of the Kemeny ranking(s). These variations are proved to improve the efficiency of the algorithm. Furthermore, we have stressed the influence of the characteristics of the profile of rankings on the execution time of the algorithms. Future work will consider a more detailed revision of the characteristics of the profiles of rankings and their influence on the performance as well as the implementation of more elaborate techniques for reducing the exploration of tentative solutions in order to find the Kemeny ranking.

Author Contributions

Conceptualization, N.R., I.D.; Formal analysis, C.R.V.; Funding acquisition, I.D.; Investigation, N.R.; Methodology, N.R. and R.P.-F.; Software, N.R.; Validation, C.R.V., R.P.-F. and I.D.; Writing — original draft, N.R.; Writing, review, editing, C.R.V., R.P.-F. and I.D. All authors have read and agreed to the published version of the manuscript.

Funding

This research has been supported by Grant TIN2017-87600-P from the Spanish Government and PID2019-106263RB-I00. Noelia Rico is supported by the Severo Ochoa program (PA-20-PF-BP19-167).

Data Availability Statement

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Goerlich, F.J.; Reig, E. Quality of life ranking of Spanish cities: A non-compensatory approach. Cities 2021, 109, 102979. [Google Scholar] [CrossRef]
  2. Bianchi, A.; Biffignandi, S. Workplace Social Environment Indicator: A Comparative Analysis of European Regions. Soc. Indic. Res. 2020, 1–20. [Google Scholar] [CrossRef]
  3. Gaertner, W. A Primer in Social Choice Theory: Revised Edition; Oxford University Press: Oxford, UK, 2009. [Google Scholar]
  4. Condorcet, M. Essai sur l’Application de l’Analyse à la Probabilité des Décisions Rendues à la Pluralité des Voix; De l’Imprimerie Royale: Paris, France, 1785. [Google Scholar]
  5. Borda, J.C. Mémoire sur les Élections au Scrutin; Histoire de l’Académie Royale des Sciences: Paris, France, 1781. [Google Scholar]
  6. Kemeny, J.G. Mathematics without Numbers. Daedalus 1959, 88, 577–591. [Google Scholar]
  7. Kemeny, J.G.; Snell, J.L. Mathematical Models in the Social Sciences; The MIT Press: Cambridge, MA, USA, 1972. [Google Scholar]
  8. Young, H.P. Condorcet’s theory of voting. Am. Political Sci. Rev. 1988, 82, 1231–1244. [Google Scholar] [CrossRef] [Green Version]
  9. Bartholdi, J.; Tovey, C.A.; Trick, M.A. Voting Schemes for which It Can Be Difficult to Tell Who Won the Election. Soc. Choice Welf. 1989, 6, 157–165. [Google Scholar] [CrossRef]
  10. Brandt, F.; Conitzer, V.; Endriss, U.; Lang, J.; Procaccia, A.D. (Eds.) Handbook of Computational Social Choice; Cambridge University Press: Cambridge, UK, 2016. [Google Scholar]
  11. Pérez-Fernández, R.; Rademaker, M.; Alonso, P.; Díaz, I.; Montes, S.; De Baets, B. Representations of votes facilitating monotonicity-based ranking rules: From votrix to votex. Int. J. Approx. Reason. 2016, 73, 87–107. [Google Scholar] [CrossRef]
  12. Pérez-Fernández, R.; Alonso, P.; Díaz, I.; Montes, S.; De Baets, B. Monotonicity as a tool for differentiating between truth and optimality in the aggregation of rankings. J. Math. Psychol. 2017, 77, 1–9. [Google Scholar] [CrossRef]
  13. Azzini, I.; Munda, G. A new approach for identifying the Kemeny median ranking. Eur. J. Oper. Res. 2020, 281, 388–401. [Google Scholar] [CrossRef]
  14. Arrow, K.; Raynaud, H. Social Choice and Multicriterion Decision-Making, 1st ed.; The MIT Press: Cambridge, MA, USA, 1986; Volume 1. [Google Scholar]
  15. Young, H.P.; Levenglick, A. A Consistent Extension of Condorcet’s Election Principle. SIAM J. Appl. Math. 1978, 35, 285–300. [Google Scholar] [CrossRef]
  16. Hemaspaandra, E.; Spakowski, H.; Vogel, J. The complexity of Kemeny elections. Theor. Comput. Sci. 2005, 349, 382–391. [Google Scholar] [CrossRef] [Green Version]
  17. Ali, A.; Meilă, M. Experiments with Kemeny ranking: What works when? Computational Foundations of Social Choice. Math. Soc. Sci. 2012, 64, 28–40. [Google Scholar] [CrossRef]
  18. Muravyov, S.V. Ordinal measurement, preference aggregation and interlaboratory comparisons. Measurement 2013, 46, 2927–2935. [Google Scholar] [CrossRef]
  19. Amodio, S.; D’Ambrosio, A.; Siciliano, R. Accurate algorithms for identifying the median ranking when dealing with weak and partial rankings under the Kemeny axiomatic approach. Eur. J. Oper. Res. 2016, 249, 667–676. [Google Scholar] [CrossRef] [Green Version]
Figure 1. Recursive process followed by the algorithm over the profile of rankings in Table 1 in order to determine the tentative solutions, whose score will be later computed to determine the winning ranking(s) according to the Kemeny method.
Figure 1. Recursive process followed by the algorithm over the profile of rankings in Table 1 in order to determine the tentative solutions, whose score will be later computed to determine the winning ranking(s) according to the Kemeny method.
Mathematics 09 01380 g001aMathematics 09 01380 g001b
Figure 2. Execution time in seconds and percentage of time reduction of the three algorithms for the profiles of rankings for which the Condorcet winner exists. Results are presented for different numbers of alternatives.
Figure 2. Execution time in seconds and percentage of time reduction of the three algorithms for the profiles of rankings for which the Condorcet winner exists. Results are presented for different numbers of alternatives.
Mathematics 09 01380 g002
Figure 3. Average execution time in seconds and percentage of time reduction of the ME-RCW algorithm for the profiles of rankings for which the Condorcet winner does not exist. Results are presented for different numbers of alternatives.
Figure 3. Average execution time in seconds and percentage of time reduction of the ME-RCW algorithm for the profiles of rankings for which the Condorcet winner does not exist. Results are presented for different numbers of alternatives.
Mathematics 09 01380 g003
Figure 4. Reduction of the execution time with ME-RCW for profiles of rankings of n = 12 that do not have a Condorcet winner. Each plot shows the execution time in the y-axis and the log 10 transformation of the number of tentative solutions explored in the x-axis. Each line represents, for one profile of rankings, the reduction time of the algorithm ME-RCW in relation to ME. Lines are colored according to the value of ω of the profile.
Figure 4. Reduction of the execution time with ME-RCW for profiles of rankings of n = 12 that do not have a Condorcet winner. Each plot shows the execution time in the y-axis and the log 10 transformation of the number of tentative solutions explored in the x-axis. Each line represents, for one profile of rankings, the reduction time of the algorithm ME-RCW in relation to ME. Lines are colored according to the value of ω of the profile.
Mathematics 09 01380 g004
Table 1. Profile of rankings π 10 4 given by ten voters on the set of four alternatives A = { a 1 , a 2 , a 3 , a 4 } (left) and corresponding outranking matrix (right).
Table 1. Profile of rankings π 10 4 given by ten voters on the set of four alternatives A = { a 1 , a 2 , a 3 , a 4 } (left) and corresponding outranking matrix (right).
Number of VotersRanking a 1 a 2 a 3 a 4
4 a 3 a 2 a 4 a 1 a 1 0522
1 a 1 a 2 a 4 a 3 a 2 5026
4 a 4 a 3 a 1 a 2 a 3 8804
1 a 2 a 1 a 4 a 3 a 4 8460
Table 2. Agreement score σ for all the possible rankings according to the Kemeny method for the profile of rankings in Table 1.
Table 2. Agreement score σ for all the possible rankings according to the Kemeny method for the profile of rankings in Table 1.
Ranking σ Ranking σ Ranking σ Ranking σ
a 3 a 2 a 4 a 1 39 a 2 a 3 a 4 a 1 33 a 2 a 4 a 1 a 3 29 a 1 a 3 a 4 a 2 25
a 4 a 3 a 1 a 2 39 a 3 a 2 a 1 a 4 33 a 1 a 3 a 2 a 4 27 a 1 a 2 a 4 a 3 23
a 4 a 3 a 2 a 1 39 a 3 a 1 a 2 a 4 33 a 1 a 4 a 3 a 2 27 a 2 a 1 a 4 a 3 23
a 3 a 4 a 1 a 2 37 a 4 a 1 a 3 a 2 33 a 2 a 3 a 1 a 4 27 a 1 a 2 a 3 a 4 21
a 3 a 4 a 2 a 1 37 a 4 a 2 a 3 a 1 33 a 4 a 1 a 2 a 3 27 a 1 a 4 a 2 a 3 21
a 2 a 4 a 3 a 1 35 a 3 a 1 a 4 a 2 31 a 4 a 2 a 1 a 3 27 a 2 a 1 a 3 a 4 21
Table 3. Execution time for profiles of rankings of 13 and 14 alternatives for which the Condorcet winner does not exist.
Table 3. Execution time for profiles of rankings of 13 and 14 alternatives for which the Condorcet winner does not exist.
ω Time (in Seconds)
n minmaxminMedianMeanmax
13386.52105.93278.251935.66
1437159.90579.86900.384002.10
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Rico, N.; Vela, C.R.; Pérez-Fernández, R.; Díaz, I. Reducing the Computational Time for the Kemeny Method by Exploiting Condorcet Properties. Mathematics 2021, 9, 1380. https://0-doi-org.brum.beds.ac.uk/10.3390/math9121380

AMA Style

Rico N, Vela CR, Pérez-Fernández R, Díaz I. Reducing the Computational Time for the Kemeny Method by Exploiting Condorcet Properties. Mathematics. 2021; 9(12):1380. https://0-doi-org.brum.beds.ac.uk/10.3390/math9121380

Chicago/Turabian Style

Rico, Noelia, Camino R. Vela, Raúl Pérez-Fernández, and Irene Díaz. 2021. "Reducing the Computational Time for the Kemeny Method by Exploiting Condorcet Properties" Mathematics 9, no. 12: 1380. https://0-doi-org.brum.beds.ac.uk/10.3390/math9121380

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop