Subversion Repositories Remote Hare Voting

Rev

Rev 63 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
63 jtkorb 1
INPUT SUMMARY
45 jtkorb 2
	15 ballots
3
	Choosing 3 winners
4
	Need ceil((15 + 1)/(3 + 1)) = 4 ballots to win
5
 
6
	BALLOT MARKS	1ST	2ND	NONE
7
	A                 5	  6	   0
8
	B                 6	  9	   0
9
	C                 4	  0	   0
10
	D                 0	  0	   0
11
	E                 0	  0	   0
12
	H                 0	  0	   0
13
	I                 0	  0	   0
14
 
15
CURRENT ASSIGNMENT OF BALLOTS (4 needed to win)
16
	A:
17
		['A', 'B', 'C', 'D', 'E', 'H', 'I']
18
		['A', 'B', 'C', 'D', 'E', 'H', 'I']
19
		['A', 'B', 'C', 'D', 'E', 'H', 'I']
20
		['A', 'B', 'C', 'D', 'E', 'H', 'I']
21
		['A', 'B', 'C', 'D', 'E', 'H', 'I']
22
	C:
23
		['C', 'B', 'A', 'D', 'E', 'H', 'I']
24
		['C', 'B', 'A', 'D', 'E', 'H', 'I']
25
		['C', 'B', 'A', 'D', 'E', 'H', 'I']
26
		['C', 'B', 'A', 'D', 'E', 'H', 'I']
27
	B:
28
		['B', 'A', 'C', 'D', 'E', 'H', 'I']
29
		['B', 'A', 'C', 'D', 'E', 'H', 'I']
30
		['B', 'A', 'C', 'D', 'E', 'H', 'I']
31
		['B', 'A', 'C', 'D', 'E', 'H', 'I']
32
		['B', 'A', 'C', 'D', 'E', 'H', 'I']
33
		['B', 'A', 'C', 'D', 'E', 'H', 'I']
34
 
65 jtkorb 35
Tracked 10215 alternative decisions (skipped 8160 with low probability)
45 jtkorb 36
 
37
FINAL RESULTS
63 jtkorb 38
1.000000: ['B', 'A', 'C']