Compare commits

..

No commits in common. "fc0569e252d1c97c626fc698a96c0647ce9510a1" and "24243aad2f285ec675ed13b5a675cdaffe631de9" have entirely different histories.

View file

@ -14,8 +14,6 @@ of Condorcet elections. Internally, repeated ballots are compressed/cache-counte
pairwise evaluation to improve performance over duplicate rankings. pairwise evaluation to improve performance over duplicate rankings.
This is all overkill for small elections, but is fun. This is all overkill for small elections, but is fun.
(TODO: for small elections -because enumerating all tie resolution paths scales badly in the event of many tied counts-, optionally resolve nontrivial Smith sets -majoritarian ties- via IRV within the set, at least reducing to an IRV winner set within the Smith set if not likely identifying a unique delegate who wins all paths, having built a plurality coalition amongst the majority winners. This should identify a winning candidate as the best possible focal point for voluntary coordination; if your elections have other priorities you may want to resolve amongst the smith set differently).
## Usage ## Usage
`smithy` can be used a few different ways: as a CLI command, via a web form upload, `smithy` can be used a few different ways: as a CLI command, via a web form upload,