election_title: "Same matrix, different plurality — electorate P1: Choose-One"
scenario_description: |-
  The same electorate P1, voting Choose-One: each voter marks only their first
  choice, so the ballot keeps the top of the ranking and discards the rest. Tally:
  Ada 5, Cal 4, Ben 3 — winner Ada. The Ranked Robin file on this same electorate
  elects Ben, and all three electorates in this folder share one pairwise table
  while their plurality winners differ. Plurality's winner is not a function of
  the pairwise matrix.
voting_method: Plurality
num_winners: 1
ballots: |-
  Count:Ada,Ben,Cal
  4:1,0,0
  1:1,0,0
  4:0,0,1
  3:0,1,0
expected_winners: [Ada]

# file: same_matrix_p1_plurality.yaml
