mirror of
https://github.com/tgorordo/smithy.git
synced 2026-06-05 16:22:15 -07:00
Update README.md
This commit is contained in:
parent
24243aad2f
commit
b24920c15a
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
The [Smith set](https://en.wikipedia.org/wiki/Smith_set) is the minimal set of election candidates which can beat all others pairwise
|
The [Smith set](https://en.wikipedia.org/wiki/Smith_set) is the minimal set of election candidates which can beat all others pairwise
|
||||||
(by simple majority ranking preference) - if there is a single winner in the set they are
|
(by simple majority ranking preference) - if there is a single winner in the set they are
|
||||||
guaranteed the standard [Condorcet i.e. Majority winner](https://en.wikipedia.org/wiki/Condorcet_winner) (they beat all others pairwise).
|
guaranteed the standard [Condorcet i.e. Majority winner](https://en.wikipedia.org/wiki/Condorcet_winner) (they beat all others pairwise). (TODO: optionally resolve nontrivial Smith sets - ties - via plurality/IRV methods within the set).
|
||||||
|
|
||||||
`smithy` identifies the Smith set via graph Strongly Connected Component (SCC) analysis of
|
`smithy` identifies the Smith set via graph Strongly Connected Component (SCC) analysis of
|
||||||
the pairwise majority graph using [`rustworkx`](https://www.rustworkx.org/).
|
the pairwise majority graph using [`rustworkx`](https://www.rustworkx.org/).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue