Subversion Repositories Local 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	 10	   0
8
	B                10	  5	   0
9
	C                 0	  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
	B:
23
		['B', 'A', 'C', 'D', 'E', 'H', 'I']
24
		['B', 'A', 'C', 'D', 'E', 'H', 'I']
25
		['B', 'A', 'C', 'D', 'E', 'H', 'I']
26
		['B', 'A', 'C', 'D', 'E', 'H', 'I']
27
		['B', 'A', 'C', 'D', 'E', 'H', 'I']
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
 
65 jtkorb 34
Tracked 17131 alternative decisions (skipped 70495 with low probability)
45 jtkorb 35
 
36
FINAL RESULTS
63 jtkorb 37
1.000000: ['B', 'A', 'C']