Vote::Count::Catalog
A catalog of common Vote Counting Systems and their implementation in Vote::Count.
And other Methods which assign scores to choices by their ranking.
Borda Count: core Vote::Count::Borda
Nansen: needs example
Baldwin: needs example
STAR: Vote::Count::Method::STAR
Instant Runoff Voting: core Vote::Count::IRV
Benham Condorcet IRV: Vote::Count::Method::CondorcetDropping
SmithSet IRV: Vote::Count::Method::CondorcetIRV
BTR IRV: Vote::Count::IRV
MinMax (Opposition) Vote::Count::Method::MinMax
Simple Dropping: Vote::Count::Method::CondorcetDropping
MinMax (Winning Votes and Margin) Vote::Count::Method::MinMax
Condorcet vs IRV: Vote::Count::Method::CondorcetVsIRV
Tiedeman: unimplemented
SSD: unimplemented
Kemeny-Young: unimplemented
Weighted Inclusive Gregory (WIGM) Vote::Count::Method::WIGM
Core Vote Charge (STV) Support Vote::Count::Charge
John Karr (BRAINBUZ) brainbuz@cpan.org
Copyright 2019, 2020 by John Karr (BRAINBUZ) brainbuz@cpan.org.
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.
#FOOTER
BUG TRACKER
https://github.com/brainbuz/Vote-Count/issues
AUTHOR
CONTRIBUTORS
Copyright 2019-2021 by John Karr (BRAINBUZ) brainbuz@cpan.org.
LICENSE
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.