<div dir="ltr">Hi Brian,<div><br></div><div>thanks for the links. I'll have a look and let you know, iin case I will use it or have questions.</div><div><br></div><div>Peter</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 1 June 2016 at 19:28, Brian Olson <span dir="ltr"><<a href="mailto:bql@bolson.org" target="_blank">bql@bolson.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:'times new roman',serif">Yes, my C implementation of STV does this.</div><div class="gmail_default" style="font-family:'times new roman',serif"><br></div><div class="gmail_default" style="font-family:'times new roman',serif"><a href="https://bitbucket.org/bodhisnarkva/voteutil/" target="_blank">https://bitbucket.org/bodhisnarkva/voteutil/</a><br></div><div class="gmail_default"><font face="times new roman, serif"><a href="https://bitbucket.org/bodhisnarkva/voteutil/src/185ebbd922685d9fffe221df4a0ded6d6bdaea83/c/STV.c" target="_blank">https://bitbucket.org/bodhisnarkva/voteutil/src/185ebbd922685d9fffe221df4a0ded6d6bdaea83/c/STV.c</a></font><br></div><div class="gmail_default"><font face="times new roman, serif"><br></font></div><div class="gmail_default"><font face="times new roman, serif">... but not my Java implementation, so, I've been a little inconsistent I guess. But I do think it's right to split a voter's vote temporarily when they have a tie for first place. Probably one of them will fall out in some round, or maybe they both get elected, yay?</font></div><div class="gmail_default"><font face="times new roman, serif"><br></font></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Wed, Jun 1, 2016 at 12:53 PM, Peter Zbornik <span dir="ltr"><<a href="mailto:pzbornik@gmail.com" target="_blank">pzbornik@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">Dear all,<div><br></div><div>do any one of you know of any implemenation or software package, which deals with tied/same preferences, i.e. a ballot where two candidates have the same preference.</div><div><br></div><div>Example: Candidates A, B, C, D, E</div><div>Ballots:</div><div>1: A=B>C>D>E<br></div><div>1: A>B>C>D>E</div><div>1: A>B=C=D>E</div><div><br></div><div>The first and the last ballots give the same preference to two candidates.</div><div><br></div><div>In "standard" STV, where we only follow the number of "first" preferences. after "deleting" elected and eliminated candidates from the ballot, the same preference can be resolved during the count by</div><div>a) splitting the tied first preferences into n ballots, each with weight 1/n, where n is the number of candidates which at the current stage in the count are all most prefered on the ballot. Each of these ballots will have a different candidate most preferred and the rest with tied second preference.</div><div><br></div><div>Example: let's return to the example above. We elect two seats: at this point in the count A is elected, none is eliminated. On the last ballot of the three ballots above thus B, C and D are tied and all most preferred. </div><div>We thus split the ballot into n=3 ballot, each with weight 1/3 of the original weight, with a different candidate most preferred and the rest tied:</div><div>Thus the ballot 1: A>B=C=D>E, is at this point in the count, after the election of A, treated as three ballots:</div><div>1/3 B>C=D>E</div><div>1/3 C>B=D>E<br></div><div>1/3 D>B=C>E<br></div><div>Thus we resolve the tie by simply adding 1/3 of the to the (currently) "first" preferences of B, C and D in the count.</div><div><br></div><div>This is the only computationally efficient way to resolve ties in STV as far as i know.</div><div><br></div><div>Does anyone of you know of any implementation of the algoritm above?</div><div>It seems to be a useful feature, when the voter does not want to be forced to prefer one candidate over another.</div><div><br></div><div>I discussed this issue on the EM list several years ago. </div><div>No implementation was then available, so I give this a try now again.</div><div><br></div><div>Best regards</div><span><font color="#888888"><div><br></div><div>Peter Zbornik</div></font></span></div>
<br></div></div>----<br>
Election-Methods mailing list - see <a href="http://electorama.com/em" rel="noreferrer" target="_blank">http://electorama.com/em</a> for list info<br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>