The Wayback Machine - https://web.archive.org/web/20201117015459/https://github.com/michaelsproul/aus_senate
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Australian Senate Voting Algorithms

Build Status

This is an implementation of the Australian Senate Voting algorithm as described by the AEC. The AEC won't show us their code, but we can still verify their results using an independent implementation!

You can read more about this project on Medium.

All code in Rust.

Running the Code

To download all the CSV files, verify their integrity and run the elections, just do this:

$ ./run.py

You'll need Python and a Rust compiler.

You can also run elections for a few states of your choice:

$ ./run.py NSW SA

Other Implementations

Grahame Bowland maintains a Python implementation of the same algorithm, and hosts a nice site with the results:

License

Copyright Michael Sproul 2016. Licensed under the terms of the GNU General Public License version 3.0 or later.

About

Implementation of the Australian senate voting algorithm

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.