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                15	  0	   0
8
	B                 0	 15	   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
		['A', 'B', 'C', 'D', 'E', 'H', 'I']
23
		['A', 'B', 'C', 'D', 'E', 'H', 'I']
24
		['A', 'B', 'C', 'D', 'E', 'H', 'I']
25
		['A', 'B', 'C', 'D', 'E', 'H', 'I']
26
		['A', 'B', 'C', 'D', 'E', 'H', 'I']
27
		['A', 'B', 'C', 'D', 'E', 'H', 'I']
28
		['A', 'B', 'C', 'D', 'E', 'H', 'I']
29
		['A', 'B', 'C', 'D', 'E', 'H', 'I']
30
		['A', 'B', 'C', 'D', 'E', 'H', 'I']
31
		['A', 'B', 'C', 'D', 'E', 'H', 'I']
32
 
65 jtkorb 33
Tracked 10024 alternative decisions (skipped 498022 with low probability)
45 jtkorb 34
 
35
FINAL RESULTS
63 jtkorb 36
1.000000: ['A', 'B', 'C']