election_title: Spoiler — the veggie majority splits, the burger wins the lunch vote
scenario_description: |-
  100 people vote on ONE dish to cater. A 70% MAJORITY wants vegetarian, but the
  veggie vote is spread across three dishes — VeggieCurry, TofuStirFry, and
  GardenSalad. A single BeefBurger holds the other 30%.

  Under Choose-One each person picks one dish, so the veggie vote splits:
  TofuStirFry 28, VeggieCurry 26, GardenSalad 16. BeefBurger wins with just 30 of
  100 — even though 70% wanted something vegetarian. The split handed the win to
  the minority.

  STAR lets veggie voters score all three vegetarian dishes, so the majority
  isn't split. The runoff elects VeggieCurry — the dish the most veggie voters
  can agree on — instead of the spoiler BeefBurger.

blocs:
  Veggie: [VeggieCurry, TofuStirFry, GardenSalad]

voting_method: STAR
num_winners: 1

ballots: |-
  Count:VeggieCurry,TofuStirFry,GardenSalad,BeefBurger
  26:5,4,4,0   # curry base — like the other veggies
  28:4,5,2,0   # tofu base — curry is a fine backup
  16:4,2,5,0   # salad base — curry is a fine backup
  30:0,0,0,5   # burger bloc

expected_winners:
  - VeggieCurry

# file: 03_lunch_veggie_vs_meat.yaml
