Skip to main content

A Python library of approval-based committee (ABC) rules

Project description

DOI DOI PyPi Python versions Build badge Unittests badge docs Code style: black codecov

abcvoting

[!NOTE]

For an overview of other software tools related to Computational Social Choice, see the COMSOC community page.

A Python library of approval-based committee (ABC) rules

Approval-based committee rules (ABC rules) are voting methods for selecting a committee, i.e., a fixed-size subset of candidates. ABC rules are also known as approval-based multi-winner rules. The input of such rules are approval ballots. We recommend the book (Multi-Winner Voting with Approval Preferences) by Lackner and Skowron [2] as a detailed introduction to ABC rules and related research directions. In addition, the survey by Faliszewski et al. [1] is useful as a more general introduction to committee voting (not limited to approval ballots).

The following ABC rules are implemented:

  • Approval Voting (AV)

  • Satisfaction Approval Voting (SAV)

  • Proportional Approval Voting (PAV)

  • Sequential Proportional Approval Voting (seq-PAV)

  • Reverse Sequential Proportional Approval Voting (revseq-PAV)

  • Approval Chamberlin-Courant (CC)

  • Phragmén's sequential rule

  • Monroe's rule

  • Minimax Approval Voting (MAV)

  • Greedy Monroe

  • Method of Equal Shares (Rule X)

  • Phragmén's First Method (Eneström's Method)

  • and many more ...

In addition, one can verify axiomatic properties such as

  • Justified Representation (JR)

  • Propotional Justified Representation (PJR)

  • Extended Justified Representation (EJR)

  • Priceability

  • The core property

Instead of using the abcvoting Python library, you can also use the abcvoting web application by Dominik Peters (which is based on this Python library).

Installation

As simple as:

pip install abcvoting

Further details can be found here.

Development

Install all dependencies including development requirements and the abcvoting package in development mode:

pip install -e ".[dev]"

Basic unit tests can be run by excluding tests which require additional dependencies:

pytest  -m "not ortools and not gmpy2 and not slow" tests/

For development, configure the black formatter and pre-commit hooks - see below. Also installing all optional dependencies is recommended.

A development package is build for every commit on the master branch and uploaded to the test instance of PyPI. It can be installed using the following command:

python3 -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.tw.martin98.com/simple abcvoting

Black formatting

Code needs to be formatted using the black formatter. This is checked by Github actions. Configure your editor to run the black formatter.

Pre-commit hooks

Pre-commit hooks are not required, but they are recommended for development. Pre-commit is used to manage and maintain pre-commit hooks. Install pre-commit (e.g. via apt, conda or pip) and then run $ pre-commit install to install the hooks.

References

[1] Piotr Faliszewski, Piotr Skowron, Arkadii Slinko, and Nimrod Talmon. Multiwinner voting: A new challenge for social choice theory. In Ulle Endriss, editor, Trends in Computational Social Choice, chapter 2, pages 27–47. AI Access, 2017. http://research.illc.uva.nl/COST-IC1205/BookDocs/Chapters/TrendsCOMSOC-02.pdf

[2] Lackner, Martin, and Piotr Skowron. "Multi-Winner Voting with Approval Preferences". Springer International Publishing, SpringerBriefs in Intelligent Systems , 2023. https://link.springer.com/book/10.1007/978-3-031-09016-5

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

abcvoting-2.19.0.tar.gz (839.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

abcvoting-2.19.0-py3-none-any.whl (78.0 kB view details)

Uploaded Python 3

File details

Details for the file abcvoting-2.19.0.tar.gz.

File metadata

  • Download URL: abcvoting-2.19.0.tar.gz
  • Upload date:
  • Size: 839.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for abcvoting-2.19.0.tar.gz
Algorithm Hash digest
SHA256 96aeb7a2da734bbff614a119c4c23f35355a94149dbb57233afc718b909925fe
MD5 8421401227fae0891eb5155d27695d89
BLAKE2b-256 c84b6fed2fdeb112456d7d7a4b85dc631442e8ce6470797993b86d0f202dcaf4

See more details on using hashes here.

File details

Details for the file abcvoting-2.19.0-py3-none-any.whl.

File metadata

  • Download URL: abcvoting-2.19.0-py3-none-any.whl
  • Upload date:
  • Size: 78.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for abcvoting-2.19.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d2498e2769c28fc67f5236c4852fa2876693e69fe3abd45e86a11300a638f809
MD5 4b0da1a3fa171c9cb8d4e2f37b1f30b3
BLAKE2b-256 2d5683aaf41422e076033c588817c046003582e1de9e5c512470993f9eeae1cb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page