TomLatin / fairpy

An open-source library of fair division algorithms in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fairpy

An open-source library of fair division algorithms in Python. To install, clone the repository and run the following in the main folder:

python3 setup.py install

To test the installation, run:

python3 demo.py

For each algorithm in file x.py there is a demo program x_demo.py. For example, try:

python3 cake/cut_and_choose_demo.py
python3 cake/last_diminisher_demo.py

For a complete list of algorithms and their implementation status, see the subfolders:

Tox result

About

An open-source library of fair division algorithms in Python

License:GNU General Public License v3.0


Languages

Language:Python 100.0%