Subversion Repositories Local Hare Voting

Rev

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

Rev Author Line No. Line
69 jtkorb 1
INPUT SUMMARY
2
	5 ballots
3
	Choosing 2 winners
4
	Need ceil((5 + 1)/(2 + 1)) = 2 ballots to win
5
 
6
	BALLOT MARKS	1ST	2ND	NONE
7
	A                 5	  0	   0
8
	B                 0	  2	   0
9
	C                 0	  3	   0
10
 
11
CURRENT ASSIGNMENT OF BALLOTS (2 needed to win)
12
	A:
13
		['A', 'B', 'C']
14
		['A', 'B', 'C']
15
		['A', 'C', 'B']
16
		['A', 'C', 'B']
17
		['A', 'C', 'B']
18
 
19
Tracked 12 alternative decisions (skipped 0 with low probability)
20
 
21
FINAL RESULTS
22
0.700000: ['A', 'C']
23
0.300000: ['A', 'B']