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

Add hare quota option to STV #13

Open TetraK1 opened 3 years ago

TetraK1 commented 3 years ago

Adds an optional parameter to single_transferable_vote for picking the quota used for deciding winners. Includes a test using the Hare quota, where the result differs from what the result would be if using the Droop quota.