06_Other/Range — pure Score/Range voting examples¶
Score (Range) voting: sum every candidate's scores, highest total wins — STAR's scoring round with no runoff. These cases make the Score-vs-STAR difference tabulatable, including one on a 0–10 scale (the library's 0–5 cap is a STAR teaching guardrail, not an engine limit).
New to Range/Score? The concept pages for this method live in concepts/ — start with Range / Score Voting (the ballot, the count, and the exaggeration problem). Everything below is the runnable examples.
| Case | Page | Read · run |
|---|---|---|
| Range on its own scale — 0–9, the canonical ballot | page | range_101_0to9_c3_b5.yaml |
| Range / Score Voting 101 — highest total score wins (the same election on STAR's 0–5 scale) | page | range_101_c3_b5.yaml |
| Range / Score — Sullivan's Example 5.2 (0–10 scale) | — | page · range_sullivan_score_c4_b10.yaml |
The Range tabulator (pref_voting score_voting + hand-sum cross-check) lives in Range_tabulation_engine/; full mirrors in Range_tabulated/. Concepts: The Score Ballot · Scale granularity can flip the winner.