election-methods@mailman.electorama.com

Technical discussion of election methods

View all threads

SSTAR Sorted STAR

FS
Forest Simmons
Mon, Sep 25, 2023 10:25 PM

Pairwise sort the score order in the two best known ways ... Sink Sort and
Bubble Sort.

Of the two candidates at the top of the respective sorted orders, elect the
one that defeats the other one pairwise.

To make this method burial proof process the two sorted orders with
Elimination take-down before the final show down:

Process the Sink Sorted order by repeatedly eliminating the pairwise loser
of the too two remaining sink sort candidates and every candidate defeated
by it (until just one remains).

Process the Bubble Sorted order by repeatedly eliminating the pairwise
loser of the bottom two bubble sort candidates and every candidate defeated
by it (until just one remains).

Elect the pairwise winner between the two take down versions.

This method is burial proof, and always elects from the Banks set.

fws

Pairwise sort the score order in the two best known ways ... Sink Sort and Bubble Sort. Of the two candidates at the top of the respective sorted orders, elect the one that defeats the other one pairwise. To make this method burial proof process the two sorted orders with Elimination take-down before the final show down: Process the Sink Sorted order by repeatedly eliminating the pairwise loser of the too two remaining sink sort candidates and every candidate defeated by it (until just one remains). Process the Bubble Sorted order by repeatedly eliminating the pairwise loser of the bottom two bubble sort candidates and every candidate defeated by it (until just one remains). Elect the pairwise winner between the two take down versions. This method is burial proof, and always elects from the Banks set. fws