mirror of
https://github.com/tgorordo/smithy.git
synced 2026-06-13 02:42:14 -07:00
Update README.md
This commit is contained in:
parent
59ed05e35c
commit
218ab2cf6b
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ of Condorcet elections. Internally, repeated ballots are compressed/cache-counte
|
|||
pairwise evaluation to improve performance over duplicate rankings.
|
||||
This is all overkill for small elections, but is fun.
|
||||
|
||||
Optionally, `smithy` can try to further resolve a nontrivial Smith set (a majoritarian tie or cycle) by running all-paths IRV within the set - at least reducing to an IRV winner set (the set of candidates that win at least one IRV elimination path) within the Smith set that are not only pairwise competitive but can also build competitive plurality
|
||||
coalitions within the set; in practice this often resolves cycles and is likely to result in a unique delegate (if they win all IRV elimination paths) which can claim a plurality coalition amongst the majority winners.
|
||||
Optionally, `smithy` can try to further resolve a nontrivial Smith set (a majoritarian tie or cycle) by running all-tie-paths IRV within the set - at least reducing to an IRV winner set (the set of candidates that win at least one IRV elimination path generated by branching on ties) within the Smith set that are not only pairwise competitive but can also build competitive plurality
|
||||
coalitions within the set; in practice this often resolves cycles and is likely to result in a unique delegate (if they win all IRV tied elimination paths) which can claim a plurality coalition amongst the majority winners.
|
||||
|
||||
|
||||
## Usage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue