jontingvold / pyrankvote

PyRankVote is a python library for different ranked-choice voting systems, like IRV, STV and PBV. Created in June 2019.
MIT License
52 stars 16 forks source link

Improve verbosity of candidate eliminations in IRV method #19

Open mjclarke94 opened 2 years ago

mjclarke94 commented 2 years ago

Rather than just moving on to the next round when a candidate is eliminated, it would be useful to have a verbose option which shows where rejected candidates votes were reassigned.