Vote::Count - a tool kit for preferential ballots
Vote::Count provides a combination of methods and variations for conducting elections and studying different methods of resolving preferential ballots.
An overview of Preferential Voting and an introduction to Vote::Count. Read this document first.
The core methods of Vote::Count are documented in this Module.
Catalog of Preferential Voting Methods implemented by Vote::Count and the Modules providing them.
Overview of Preferential Ballots for Multi-Member Elections and their implementation in Vote::Count.
"Vote::Count - a tool kit for preferential ballots"
Vote::Count::Approval
Vote::Count::Borda
Vote::Count::BottomRunOff
Vote::Count::Catalog
Vote::Count::Charge
Vote::Count::Charge::Cascade
Vote::Count::Common
Vote::Count::Floor
Vote::Count::Helper
Vote::Count::Helper::FullCascadeCharge
Vote::Count::Helper::NthApproval
Vote::Count::Helper::Table
Vote::Count::Helper::TestBalance;
Vote::Count::IRV
Vote::Count::Log
Vote::Count::Matrix
Vote::Count::Method::Cascade
Vote::Count::Method::CondorcetDropping
Vote::Count::Method::CondorcetIRV
Vote::Count::Method::CondorcetVsIRV
Vote::Count::Method::MinMax
Vote::Count::Method::STAR
Vote::Count::Method::WIGM
"Vote::Count::MultiMember - Overview of Multi Member and Proportional Elections and Vote::Count support for them."
Vote::Count::Overview
Vote::Count::Range
Vote::Count::RankCount
Vote::Count::ReadBallots
Vote::Count::Redact
Vote::Count::Score
Vote::Count::Start
Vote::Count::TextTableTiny
Vote::Count::TieBreaker
Vote::Count::TopCount
BUG TRACKER
https://github.com/brainbuz/Vote-Count/issues
AUTHOR
John Karr (BRAINBUZ) brainbuz@cpan.org
CONTRIBUTORS
Copyright 2019-2021 by John Karr (BRAINBUZ) brainbuz@cpan.org.
LICENSE
This module is released under the GNU Public License Version 3. See license file for details. For more information on this license visit http://fsf.org.
SUPPORT
This software is provided as is, per the terms of the GNU Public License. Professional support and customisation services are available from the author.
To install Vote::Count, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Vote::Count
CPAN shell
perl -MCPAN -e shell install Vote::Count
For more information on module installation, please visit the detailed CPAN module installation guide.