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 |
To install package run:
pip install git+https://github.com/Gorlevichd/schoice.git
Package requires numpy.
For use cases please refer to the Documentation
This project was majorly inspired by HSE Master's Microeconomics course taught by prof. Tatiana Mayskaya