election_title: "Same matrix, different plurality — electorate P3: Choose-One"
scenario_description: |-
  The same electorate P3, voting Choose-One: each voter marks only their first
  choice, so the ballot keeps the top of the ranking and discards the rest. Tally:
  Cal 5, Ben 4, Ada 3 — winner Cal. 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
  3:1,0,0
  5:0,0,1
  4:0,1,0
expected_winners: [Cal]

# file: same_matrix_p3_plurality.yaml
