Subversion Repositories Remote Hare Voting

Rev

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

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

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

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

Tracked 20 alternative decisions (skipped 0 with low probability)

FINAL RESULTS
0.500000: ['A', 'C']
0.500000: ['A', 'B']