election_title: "BV parity — STAR: highest-scoring Condorcet winner"
scenario_description: |-
  Ported from BetterVoting's tabulator unit tests (Star.test.ts :: "Condorcet Winner").
  Allison is both the highest-scoring candidate and the Condorcet winner; Carmen is
  the runner-up in BetterVoting's result.

num_winners: 1
voting_method: STAR
ballots: |-
  Allison,Bill,Carmen,Doug
  5,2,1,4
  5,2,1,0
  5,2,1,0
  5,2,1,0
  5,3,4,0
  5,1,4,0
  5,1,4,0
  4,0,5,1
  3,4,5,0
  3,5,5,5

expected_winners:
  - Allison

# file: BV_Library_star_condorcet_winner.yaml
