Voting Systems Toolbox
The Voting Systems Toolbox is designed to make implementations of voting
systems freely available in Java.
Currently implemented algorithms:
- STV-meek - this is Single Tranferrable vote - the Meek Algorithm
as specified for the New Zealand local body elections
- STVSE-meek - Single Tranferrable vote (Successive Elimination) uses
STV repeatedly to provide an ordered list.
There is still work to do on handling different input formats, and the
output reports are minimal.