coppro wrote:
> Proposal: WTF does this even do? (AI=2, II=1)
> {{{
> Amend Rule 2154 (Election Procedure) by replacing
> 3) Each eligible voter's voting limit is one. An ordered list
> of multiple choices constitutes a conditional vote for the
> first choice if it could be the outcome, otherwise the
> second choice if it could be the outcome, and so forth.
> with
>
> 3) Each eligible voter's voting limit is one.
> }}}
>
> I really have no clue what this means; odds are good that I'd just (as
> vote collector) decide that if there was any complexity at all, I'd just
> resolve the darn thing as PRESENT due to ambiguity.
I was trying to implement instant runoff voting, e.g. if the votes are
3 for ais523
3 for BobTHJ
2 for comex
1 for (comex, ais523)
then the last vote evaluates to ais523.
Attempted rewrite:
An ordered list of multiple choices is equivalent to a conditional
vote for the first choice in the list that could be the outcome,
depending on the evaluation of all conditional votes.