use PrefVote::Schulze;
%vote_params = ( "name" => "value", ... );
$vote = new PrefVote::Schulze \%vote_params;
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