Gorlevichd / schoice

Python library for social choice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

schoice

About this Project

Small Python project for Social Choice calculations

For now, the package works only with tasks that are formulated as follows:

5 3 5 4
a b c d
b c d a

Getting started

To install package run:

pip install git+https://github.com/Gorlevichd/schoice.git

Package requires numpy.

For use cases please refer to the Documentation

Acknowledgements

This project was majorly inspired by HSE Master's Microeconomics course taught by prof. Tatiana Mayskaya

About

Python library for social choice


Languages

Language:Python 100.0%