diff --git a/README.md b/README.md index dabc6a5..4626583 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ Pairwise majority comparisons scale quadratically in the number of candidates an 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. +pairwise evaluation to improve performance over duplicate rankings. +This is all overkill for small elections, but was fun. ## Usage