julien-boudry / Condorcet

Command line application and PHP library, providing an election engine with a high-level interface. Native support 20+ voting methods, easy to extend. Support simple elections with ease or billions of votes in low resource environment. Intensively tested and highly polyvalent.
https://www.condorcet.io
MIT License
119 stars 11 forks source link

Different quotas for STV #47

Closed lordlouckster closed 3 years ago

lordlouckster commented 3 years ago

Hare quota: votes/seats Droop quota: (votes/(seats+1))+1 Imperiali quota: votes/(seats+2)

julien-boudry commented 3 years ago

Implemented and merged into 3.1-beta2. With the new options system. Documentation missing, see the news tests.

julien-boudry commented 3 years ago

Doc: https://github.com/julien-boudry/Condorcet/blob/dev-3.1/VOTING_METHODS.md#single-transferable-vote

julien-boudry commented 3 years ago

Release with v3.1