Subversion Repositories Remote Hare Voting

Rev

Rev 75 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 75 Rev 76
Line 1... Line 1...
1
Implementation of the Hare Voting Procedure
1
Implementation of the Hare Voting Procedure
2
 
2
 
3
See Makefile for release procedure.
-
 
4
 
-
 
5
Testing procedure, does module and system testing...
3
Testing procedure, does module and system testing...
6
 
4
 
7
% ./mtest.py
5
% ./mtest.py
8
% ./stest.py
6
% ./stest.py
9
 
7
 
10
Note that this directory comes from the hare repository on bikmort.com, 
8
There are three ways to run a ballot file (e.g., b1.txt) from the command
-
 
9
line:
-
 
10
 
11
accessible via http://bikmort.com/hare.
11
% ./vote.py b1.txt	# runs a single pass
-
 
12
% ./vote.py -m b1.txt	# runs multiple (1000) passes
-
 
13
% ./vote.py -p b1.txt	# runs all probable passes