https://github.com/cmccomb/vote-sim
Educational module voting and social choice in Jupyer
https://github.com/cmccomb/vote-sim
Last synced: 3 months ago
JSON representation
Educational module voting and social choice in Jupyer
- Host: GitHub
- URL: https://github.com/cmccomb/vote-sim
- Owner: cmccomb
- License: mit
- Created: 2015-01-08T21:04:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-18T01:28:17.000Z (over 10 years ago)
- Last Synced: 2025-01-20T07:12:48.652Z (4 months ago)
- Language: Python
- Homepage:
- Size: 625 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vote-sim [](https://travis-ci.org/cmccomb/vote-sim)
Python functions for simulating voting rules and analyses.
## Voting Rules
Currently, 5 voting rules are implemented in ``votesim``.1. Veto
2. Plurality
3. Borda
4. Instant Runoff Voting (IRV)
5. Copeland## Axiom Checks
Currently, the results of a voting scenario can be checked against two social choice axioms.1. Monotinicity
2. Strategyproofness