<div dir="ltr"><div dir="ltr"><div>[Not subscribed; please CC me on responses.]</div><div><br></div><div>Does anyone have Smith Set, Schwartz Set, IRV, and STV (2, 3, 4, 5, etc.) results for the HIL files here:</div><div><br></div><a href="https://rangevoting.org/TidemanData.html">https://rangevoting.org/TidemanData.html</a><br><div><br></div><div>I get the following for A1 with Meek-STV (precision = 9, seats = 3):</div><div><br></div><div><div>Tabulation completion data:</div><div>  0.0000000000<span style="white-space:pre">    </span>Candidate  2<span style="white-space:pre">        </span>defeated</div><div>  156.7058824400000000000<span style="white-space:pre">    </span>Candidate  9<span style="white-space:pre">        </span>elected</div><div>  0.0000000000<span style="white-space:pre">        </span>Candidate  7<span style="white-space:pre">        </span>defeated</div><div>  135.9776274220000000000<span style="white-space:pre">    </span>Candidate  1<span style="white-space:pre">        </span>elected</div><div>  0.0000000000<span style="white-space:pre">        </span>Candidate  5<span style="white-space:pre">        </span>defeated</div><div>  0.0000000000<span style="white-space:pre">       </span>Candidate  6<span style="white-space:pre">        </span>defeated</div><div>  0.0000000000<span style="white-space:pre">       </span>Candidate  8<span style="white-space:pre">        </span>defeated</div><div>  131.1851762120000000000<span style="white-space:pre">    </span>Candidate  3<span style="white-space:pre">        </span>elected</div><div>  0.0000000000<span style="white-space:pre">        </span>Candidate  4<span style="white-space:pre">        </span>defeated</div><div>  0.0000000000<span style="white-space:pre">       </span>Candidate 10<span style="white-space:pre"> </span>defeated</div><div>  Notes:</div></div><div><br></div><div>The next step is to follow the debugger step by step and straighten out the logic (it gives an odd report with 2 candidates), and then clean up the remaining refactoring artifacts (the constructor for a tabulator has number of seats as an argument—so does the Tabulate() call).</div><div><br></div><div>Right now, the tabulator computes IRV (broken by vote splitting, not recommended), Tideman's Alternative (recommended), and Meek-STV (recommended).  It does not compute:</div><div><br></div><div> - MNTV (non-representative, not recommended)</div><div> - Approval (non-representative, inherently tactical and voter-risk-behavior based, not recommended)</div><div> - Range voting methods (subject to an amplification of the Approval voting problem, but can be computed as ranked by flattening)</div><div> - Plurality (broken by vote splitting, not recommended)</div><div> - STV rules without surplus pass-through (broken by Woodall free riding, not recommended)</div><div> - Schulze STV (resists Hylland free riding, recommended)</div><div><br></div><div>Code is available here:  <a href="https://github.com/jrmoserbaltimore/libdemocrav">https://github.com/jrmoserbaltimore/libdemocrav</a></div><div><br></div><div>This is pre-alpha work.</div><div><br></div><div>Thanks in advance.</div><div>—John<br></div></div></div>