Skip to content
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