election_title: Three candidates, one ballot - single-winner STAR
scenario_description: |-
  Election: Pick your favorite ice cream flavor.
  Edge case: one voter only (one ballot).

  Caroline - she scores all three flavors:
  - she loves Choco flavor (5 stars)
  - she is OK with Vanilla flavor (3 stars)
  - she dislikes Almond flavor (0 stars)

  With a single voter, the winner is simply her highest-scored flavor (Choco);
  the automatic runoff can't change that. This is our baseline before we add
  more voters in the next example.

voting_method: STAR   # STAR Voting - Single-winner
num_winners: 1
ballots: |-
  Choco,Vanilla,Almond
      5,      3,     0  # Caroline loves Choco flavor

expected_winners:
  - Choco

# file: 02a_c3_b1_three-candidates.yaml
