bradbeattie / Parallel-Elections-Calculator

Some systems seem fairer than others. This calculator helps demonstrate why.
http://elections.cognitivesandbox.com
2 stars 0 forks source link

Consider multi-winner election types too #5

Open bradbeattie opened 15 years ago

bradbeattie commented 15 years ago

IRV -> STV, etc.

bradbeattie commented 15 years ago

Might be able to just generalize the algorithms. If they specify one winner or two winners, use STV(1) and STV(2) accordingly. That would certainly help in other algorithms (STV wants to eliminate the candidate with the fewest votes, just keep PLURALITY(C.length-1)).

bradbeattie commented 15 years ago

Condorcet -> CPO-STV

bradbeattie commented 15 years ago

Schulze STV too.