diff options
author | Jed Barber <jjbarber@y7mail.com> | 2017-01-31 13:26:16 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2017-01-31 13:26:16 +1100 |
commit | 0e233d7687bf121c48727cf4ff06767b4ab04d4c (patch) | |
tree | ce945017b277d0a269bd63c4bb53962a5b00cd9c | |
parent | d1d4a2c05b02b0aef65f6fc9be7d7d40d75a5331 (diff) |
Improvement to readme regarding --state option
-rw-r--r-- | readme.txt | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,10 @@ +This program takes AEC electoral data and runs the Single Transferable Vote +algorithm on it to calculate election outcomes. + + + To compile this program, the following dependencies are needed: ghc (of course) @@ -38,6 +43,11 @@ Legislative Council data and more general STV data is a goal of future versions. +Valid parameters for the '--state' option are 'NSW', 'QLD', 'VIC', 'TAS, 'SA', +'WA', 'ACT', 'NT', all uppercase. + + + Note that the number of count logs this program outputs differs from the number that the AEC provides. This is because the AEC's program merges a few more logs compared to this one, eg the initial count, and counts that |