election_title: Equal support example ("I like both flavors")

scenario_description: |-
  Now we add a third ballot, from Julia, who likes both flavors equally (both 5 stars).
  Because she scores the two finalists the same, her ballot counts as
  "Equal Support = 1" in the Automatic Runoff Round.

voting_method: STAR   # STAR Voting - Single-winner
num_winners: 1

ballots: |-
  Choco,Vanilla
      5,      3       # Caroline — Choco (5) over Vanilla (3)
      5,      0       # George - he likes only one flavor (Choco)
      5,      5       # Julia - she likes both flavors equally

expected_winners:
  - Choco

# file: 01c_c2_b3_two-candidates.yaml
