Open bradbeattie opened 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)).
Condorcet -> CPO-STV
Schulze STV too.
IRV -> STV, etc.