https://github.com/cryptape/largest-remainder-method.rs
Largest remainder method
https://github.com/cryptape/largest-remainder-method.rs
allocating-seats-proportionally apportionment hamilton-method hare-niemeyer-method vinton-s-method vote
Last synced: about 1 year ago
JSON representation
Largest remainder method
- Host: GitHub
- URL: https://github.com/cryptape/largest-remainder-method.rs
- Owner: cryptape
- License: mit
- Created: 2018-05-14T07:36:57.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2019-01-03T09:38:17.000Z (over 7 years ago)
- Last Synced: 2025-03-02T18:06:11.057Z (over 1 year ago)
- Topics: allocating-seats-proportionally, apportionment, hamilton-method, hare-niemeyer-method, vinton-s-method, vote
- Language: Rust
- Homepage: https://en.wikipedia.org/wiki/Largest_remainder_method
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Largest remainder method
[![License]](#license)
[![Travis CI]](https://travis-ci.com/cryptape/largest-remainder-method.rs)
[![Crate]](https://crates.io/crates/largest-remainder-method.rs)
[License]: https://img.shields.io/badge/MIT-blue.svg
[Travis CI]: https://img.shields.io/travis/com/cryptape/largest-remainder-method.rs.svg
[Crate]: https://img.shields.io/crates/v/largest-remainder-method.svg
The largest remainder method (also known as Hare-Niemeyer method, Hamilton method or as Vinton's method[1]) is one way of allocating seats proportionally for representative assemblies with party list voting systems. It contrasts with the highest averages method.
[wiki](https://en.wikipedia.org/wiki/Largest_remainder_method)