Skip to content

Elections

CSDUMMI requested to merge Elections into master

Features:

  • Solved tie situation, by looking at the popularity of options in alternative votes.
  • Added Analysis output to election_example.py, which helps to understand the results.

Intro: To start simulated elections, run: ``bash $ SEED= python3 election_example.py

SEED is a variable, that can be random or used to refer to a specific election set.
The installed python version must be at least Python 3.7+ 

Merge request reports