View Single Post
Posts: 456 | Thanked: 1,580 times | Joined on Dec 2009
#801
Alright, I am in a kinda conflicting situation. On one side I want to support you guys in making a decision on the other side I want to avoid conflicts of interest.
The following is the output of openstv-run-election run using the Borda Count approach:
Code:
[rc@n150 Downloads]$ usr/bin/openstv-run-election -s 1 Borda election.blt 
OpenSTV version 1.6.1 (http://www.OpenSTV.org/)

Suggested donation for using OpenSTV for an election is $50.  Please go to 
http://www.OpenSTV.org/donate to donate via PayPal, Google Checkout, or
Amazon Payments.  

Certified election reports are also available.  Please go to 
http://www.openstv.org/certified-reports for more information.

Loading ballots from file election.blt.
Ballot file contains 11 candidates and 95 ballots.
No candidates have withdrawn.
Ballot file contains 92 non-empty ballots.

Counting votes for MeeGo Coding Competition System & Utilities Category using Borda Count.
11 candidates running for 1 seat.
Not using ballot completion.

                                                       Candidate | Count
========================================================================
Audiobook reader http://competition.meetmeego.org/submissions/27 |   195
         Filebox http://competition.meetmeego.org/submissions/66 |   514
        ItemNoTe http://competition.meetmeego.org/submissions/83 |    90
       KhtEditor http://competition.meetmeego.org/submissions/60 |   240
  MIR Translator http://competition.meetmeego.org/submissions/24 |   343
       OMWeather http://competition.meetmeego.org/submissions/47 |   495
        Proximus http://competition.meetmeego.org/submissions/38 |   162
       QtWeather http://competition.meetmeego.org/submissions/45 |   224
        stockona http://competition.meetmeego.org/submissions/25 |   136
            TxPad http://competition.meetmeego.org/submissions/5 |   227
        Vcounter http://competition.meetmeego.org/submissions/70 |    66
                                                       Exhausted |  2368

Borda count totals.

Winner is Filebox http://competition.meetmeego.org/submissions/66.
[rc@n150 Downloads]$
I used the openstv version as linked by neal in this thread. I also copied the complete output including the command line I used for calling.
I did this on a Fedora machine and extracted the *.deb package via "dpkg -x *.deb .". Hence, the strange path of "usr/bin/..." for running the election.

I hope that helps...


Edit:
As the format of the copy&pasted output in code-tags is a little ugly I also attached the output of this voting as run via:
Code:
[rc@n150 Downloads]$ usr/bin/openstv-run-election -s 1 Borda election.blt > election_output.txt
Edit2:
Changing the value for the number of seats to be elected (x) as used for the parameter "-s x" does not seem to make a difference with respect to the reported "Count" values. What I could observe that changes are the reported "Winners" which seem to be selected by ordering all candidates (highest Count number first) according to the "Count" value and then choosing the first x from the top (the first x with the highest Count numbers). x btw can range from 1 to n-1, with n being the total number of candidates.

Edit3:
I don't know what will happen if there is a tie, i.e. at least two candidates with an equal number of Counts.
Attached Files
File Type: txt election_output.txt (1.7 KB, 89 views)
__________________

Last edited by Wonko; 2011-11-29 at 14:56.
 

The Following User Says Thank You to Wonko For This Useful Post: