<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>On Mon, Jan 11, 2016, at 22:26, David Lloyd wrote:<br></div>
<blockquote type="cite"><div><p style="font-family: Calibri, sans-serif; font-size: 11pt; margin: 0cm 0cm 0.0001pt;"><br></p><p style="font-family: Calibri, sans-serif; font-size: 11pt; margin: 0cm 0cm 0.0001pt;">I am tempted to alter the code to allow “equal preferences”, eg:<br></p><p style="font-family: Calibri, sans-serif; font-size: 11pt; margin: 0cm 0cm 0.0001pt;"><br></p><p style="text-indent: -18pt; font-family: Calibri, sans-serif; font-size: 11pt; margin: 0cm 0cm 0.0001pt 36pt;"><span style="">1.<span class="font" style="font-family:'Times New Roman'"><span class="size" style="font-size:7pt"></span></span></span><span dir="LTR"></span>I’d prefer Person1;<br></p><p style="text-indent: -18pt; font-family: Calibri, sans-serif; font-size: 11pt; margin: 0cm 0cm 0.0001pt 36pt;"><span style="">2.<span class="font" style="font-family:'Times New Roman'"><span class="size" style="font-size:7pt"></span></span></span><span dir="LTR"></span>I don’t care if Person2 or Person3 get second preference;<br></p><p style="text-indent: -18pt; font-family: Calibri, sans-serif; font-size: 11pt; margin: 0cm 0cm 0.0001pt 36pt;"><span style="">3.<span class="font" style="font-family:'Times New Roman'"><span class="size" style="font-size:7pt"></span></span></span><span dir="LTR"></span>Then Person4;<br></p><p style="text-indent: -18pt; font-family: Calibri, sans-serif; font-size: 11pt; margin: 0cm 0cm 0.0001pt 36pt;"><span style="">4.<span class="font" style="font-family:'Times New Roman'"><span class="size" style="font-size:7pt"></span></span></span><span dir="LTR"></span>And finally, I don’t care if Person5, Person6 or Person7 have fourth place;<br></p><p style="text-indent: -18pt; font-family: Calibri, sans-serif; font-size: 11pt; margin: 0cm 0cm 0.0001pt 36pt;"><span style="">5.<span class="font" style="font-family:'Times New Roman'"><span class="size" style="font-size:7pt"></span></span></span><span dir="LTR"></span>There may be other candidates that I have not voted for after this.<br></p><p style="font-family: Calibri, sans-serif; font-size: 11pt; margin: 0cm 0cm 0.0001pt;"><br></p><p style="font-family: Calibri, sans-serif; font-size: 11pt; margin: 0cm 0cm 0.0001pt;">But I don’t know if I could get the mathematical model right although I know enough about voting systems to know that someone’s probably modelled this type of voting.<br></p></div>
</blockquote><div> </div>
<div>I haven't looked into it in any detail, but I suspect you could use an augmented Schulze method where the function d_v(i, j) (being the function which normally returns 1 if voter v prefers candidate i to candidate j and 0 otherwise) returns 1/n where v's preference for i = v's preference for j, with n being the number of candidates for whom v shared this preference (including i and j).<br></div>
<div> </div>
<div>Having said that, I don't know what counting system MemberDB uses at the moment...</div>
<div> </div>
<div>Regards<br></div>
<div> </div>
<div>Michael</div>
</body>
</html>