From 70cda86acb4b97ab3997523d03d990c5b3438268 Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) C. Gorordo" <57684088+tgorordo@users.noreply.github.com> Date: Mon, 25 May 2026 14:38:05 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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