use PrefVote::Schulze;
%vote_params = ( "name" => "value", ... );
$vote = new PrefVote::Schulze \%vote_params;
- winners
- rounds
- new_round()
- count()
Schulze Method on Wikipedia https://en.wikipedia.org/wiki/Schulze_method
Schulze Method paper https://arxiv.org/abs/1804.02973
PrefVote on GitHub https://github.com/ikluft/prefvote
Please report bugs via GitHub at https://github.com/ikluft/prefvote/issues
Patches and enhancements may be submitted via a pull request at https://github.com/ikluft/prefvote/pulls