wcs/extra
Benjamin Dauvergne 7e9f4154bb Use python-vote-core to implement a « vote » field
Most of the code is copied from the old vote/ranked_items.py
implementation apart from the stats() method which is rewritten to use
the library python-vote-core
(http://pypi.python.org/pypi/python-vote-core/).

Implemented voting methods are:
 - Condorcet / Schulze
 - Condorcet / Ranked-Pairs
 - Instant Run-Off
 - Schulze Proportional Ranking
 - Schulze Single Transfer Vote
 - Schulze NPR

Some of them take parameters (number of winners, winner threshold). I'm
not sure of their interpretation so the best is to lookup the Wikipedia
article to know more.

Intermediate statisctics are reported, like when there is
multiple-rounds tally to find a winner.

« pip install python-vote-core » is necessary to use this extension.
2011-05-12 22:24:11 +00:00
..
pyvotecore Use python-vote-core to implement a « vote » field 2011-05-12 22:24:11 +00:00
vote license/copyright header 2010-08-13 13:58:23 +00:00