Hi!<br><br>Found a bug in the previous, the ranking used d[] instead of p[]. It is fixed.<br>This version also displays p[n-1,n] vs p[n, n-1] to show how serious the beat is, but I cannot interpret it. What does it actually mean? :)<br>
<br><div class="gmail_quote">2010/4/25 Árpád Magosányi <span dir="ltr"><<a href="mailto:magwas@rabic.org">magwas@rabic.org</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi!<br><br>Here is a Schulze implementation, written in python, using gtk.<br>Please someone confirm whether the last step of ranking candidates done correctly. It is in class Result, function compute.<br>It gives correct result for the Tennessee example, but I am not sure.<br>

<br>It is specifically written for situations like a village meeting: lot of people, one computer, and the result should be known instantly.<br>Voting is done by directly asking for relative preferences, so pairwise matrix is entered directly.<br>

In config tab you can give the number of candidates (default=5)<br>In vote tab you give the names, and the pairwise matrix. The matrix gives the number of voters who preferred the candidate listed in the row caption to the candidate in the row corresponding to the column. <br>

Clicking on the result tab gives the ranking of the candidates.<br><br>
</blockquote></div><br>