Subversion Repositories Remote Hare Voting

Rev

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

INPUT SUMMARY
        5 ballots
        Choosing 2 winners
        Need ceil((5 + 1)/(2 + 1)) = 2 ballots to win

        BALLOT MARKS    1ST     2ND     NONE
        A                 5       0        0
        B                 0       2        0
        C                 0       3        0

CURRENT ASSIGNMENT OF BALLOTS (2 needed to win)
        A:
                ['A', 'B', 'C']
                ['A', 'B', 'C']
                ['A', 'C', 'B']
                ['A', 'C', 'B']
                ['A', 'C', 'B']

Tracked 12 alternative decisions (skipped 0 with low probability)

FINAL RESULTS
0.700000: ['A', 'C']
0.300000: ['A', 'B']