election_title: "Crowded field, rung 5 — 5 candidates, 65 voters, counted by Ranked Robin"

scenario_description: |-
  RUNG 2, counted by Ranked Robin. Two candidates joined; Diego still beats all four
  rivals, so the Smith set is still {Diego} and the electorate's answer has not moved.
  Hold this next to crowded_field_c5_star.yaml, where STAR agrees — and against
  crowded_field_c5_irv.yaml, where instant runoff and Choose-One do not.

  Same 65 voters and the same fixed candidate positions as crowded_field_c5_star.yaml;
  this file hands them a ranked ballot instead of a 0–5 one.

  Construction: build_ladder.py in this folder. 65 voters in seven blocs at 0, 4, 8, 12,
  16, 20, 24 (sizes 6, 10, 13, 9, 12, 8, 7); candidates fixed at Ana 1 · Bruno 6 ·
  Clara 9 · Diego 11 · Elsa 14 · Felix 16 · Greta 22; utility = minus distance; scores =
  each bloc's own min-max scaling onto 0–5. Nothing is tuned, and no count at any rung is
  settled by a tie-break.

voting_method: RankedRobin
num_winners: 1

lot_numbers: [Ana, Bruno, Diego, Elsa, Greta]

ballots: |-
  6:Ana>Bruno>Diego>Elsa>Greta    # bloc at 0
  10:Bruno>Ana>Diego>Elsa>Greta    # bloc at 4
  13:Bruno>Diego>Elsa>Ana>Greta    # bloc at 8
  9:Diego>Elsa>Bruno>Greta>Ana    # bloc at 12
  12:Elsa>Diego>Greta>Bruno>Ana    # bloc at 16
  8:Greta>Elsa>Diego>Bruno>Ana    # bloc at 20
  7:Greta>Elsa>Diego>Bruno>Ana    # bloc at 24

expected_winners:
  - Diego
