voting-tools / pref_voting

pref_voting is a Python package that can be used to study and run elections with different preferential voting methods (graded voting methods and cardinal voting methods are also included for comparison).
https://pref-voting.readthedocs.io/
MIT License
12 stars 4 forks source link

Changed one_rank_monotonicity to monotonicity #71

Closed wesholliday closed 7 months ago

wesholliday commented 7 months ago

Functionality of previous one_rank_monotonicity functions is available with the monotonicity functions by setting one_rank_monotonicity = True.