Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get 100x speedup in tabulation via CleanOptPRVote.c #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ It has the advangage of changing only one element of the winner set at each step
so we can track and update the number of winners for the next ballot in constant time.
See also the "MC" algorithm at [Combinations](http://combos.org/comb).

An updated version of the code is here in the `harmonic` subdirectory.
Hopefully we can get it working as a library so it can be called from Python, to
make it easy to tally arbitrary elections more quickly.

## Auditing Open List Proportional Representation
The first risk-limiting audit result for proportional representation is published at
[Verifiable European Elections: Risk-limiting Audits
Expand Down
Loading