mirror of
https://github.com/tgorordo/smithy.git
synced 2026-06-05 16:22:15 -07:00
Compare commits
10 commits
24243aad2f
...
fc0569e252
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fc0569e252 | ||
|
|
51d651bee6 | ||
|
|
bc146d523d | ||
|
|
17c121f0af | ||
|
|
e9c263a8c5 | ||
|
|
fa24eb5758 | ||
|
|
55f64d1a32 | ||
|
|
3dc8a3cb46 | ||
|
|
845ac38533 | ||
|
|
b24920c15a |
1 changed files with 4 additions and 2 deletions
|
|
@ -14,6 +14,8 @@ of Condorcet elections. Internally, repeated ballots are compressed/cache-counte
|
|||
pairwise evaluation to improve performance over duplicate rankings.
|
||||
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
|
||||
`smithy` can be used a few different ways: as a CLI command, via a web form upload,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue