Sequentially Spent Score: Difference between revisions

Line 7:
# Elect the candidate who is the [[Utilitarian winner]] (ie the candidate with the highest sum of score)
# Lower the "remaining score points" for each voter that had supported that candidate by how strongly they supported that candidate. ie (remaining points) = (points) - (score given to winner) (with surplus handling; see below)
# For voters that spent points in the previous step, adjust the amount of score given to the remaining candidates on the ballot by '''capping''' it at the remaining number of score points. ie (new score) = min(score,weightremaining points)
# Repeat these steps until all the necessary seats are filled.
 
763

edits