Metadata-Version: 1.1
Name: svvamp
Version: 0.0.3rc1
Summary: Simulator of Various Voting Algorithms in Manipulating Populations
Home-page: https://github.com/francois-durand/svvamp
Author: François Durand
Author-email: fradurand@gmail.com
License: GNU GPL 3
Description: ===============================
        SVVAMP
        ===============================
        
        .. image:: https://badge.fury.io/py/svvamp.png
            :target: http://badge.fury.io/py/svvamp
        
        .. This is commented for the moment
            .. image:: https://travis-ci.org/francois-durand/svvamp.png?branch=master
                    :target: https://travis-ci.org/francois-durand/svvamp
        
        .. image:: https://pypip.in/d/svvamp/badge.png
                :target: https://pypi.python.org/pypi/svvamp
        
        
        Simulator of Various Voting Algorithms in Manipulating Populations
        
        * Free software: GNU General Public License version 3.
        * Code: https://github.com/francois-durand/svvamp.
        * Documentation: https://svvamp.readthedocs.org.
        * Installation: https://svvamp.readthedocs.org/en/latest/installation.html.
        
        Features
        --------
        
        *   Define populations of voters with preferences over a set of candidates.
            Preferences can be generated by several probabilistic models,
            entered manually or imported from an external file.
        *   Compute the result of several voting systems (ballots, winner, scores,
            etc.).
        *   Decide Condorcet notions.
        *   Decide Independence of Irrelevant Alternatives.
        *   Decide Individual Manipulation.
        *   Decide Coalitional Manipulation and variants:
            Ignorant-Coalition Manipulation, Trivial Manipulation
            and Unison Manipulation.
        
        
        
        
        
        
        =======
        History
        =======
        
        0.0.2 (2015-02-16)
        ---------------------
        
        * 8 population models and 23 voting systems.
        
        0.0.1 (2015-02-14)
        ---------------------
        
        * First release on PyPI.
        
        
Keywords: svvamp
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
