mirror of
https://github.com/tgorordo/smithy.git
synced 2026-06-05 16:22:15 -07:00
Update README
This commit is contained in:
parent
2f07283f26
commit
19fadd84d8
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ guaranteed the standard Condorcet i.e. Majority winner (they beat all others pai
|
|||
`smithy` identifies the Smith set via graph Strongly Connected Component (SCC) analysis of
|
||||
the pairwise majority graph using [`rustworkx`](https://www.rustworkx.org/).
|
||||
Pairwise majority comparisons scale quadratically in the number of candidates and linearly
|
||||
in the number of ballots, while while the SCC and condensation graph analysis is
|
||||
in the number of ballots, while the SCC and condensation graph analysis is
|
||||
approximately quadratic in the number of candidates for the dense tournament graphs typical
|
||||
of Condorcet elections. Internally, repeated ballots are compressed/cache-counted before
|
||||
pairwise evaluation to improve performance over duplicate rankings.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue