Ballots:
|
Notes for Version 23:
- Each line is one ballot cast by one voter.
- Candidate choices are separated by spaces.
- The first choice is listed first (on the left).
Simple example ballot with "b" first: b d a c
- Equal choices are expressed with "=".
Ballot with an equal choice: b d=a c
- Numeric scores may be entered inside brackets.
Ballot with numeric scores: b[95] d[70] a[70] c[5]
Highest numbers must come first!
- Voting methods use ordering and scores differently.
- Comments may start with either # or / or // .
|