Metadata-Version: 2.0
Name: svvamp
Version: 0.0.2
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
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
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: networkx
Requires-Dist: scipy
Requires-Dist: matplotlib

===============================
SVVAMP
===============================

.. image:: https://badge.fury.io/py/svvamp.png
    :target: http://badge.fury.io/py/svvamp

.. 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.
* Documentation: https://svvamp.readthedocs.org.

Features
--------

* Several random models allow to generate populations of voters with preferences
  over a set of candidates.
* It is possible to import a profile of voters' preferences from an external file.
* Several voting systems.
* Decide Condorcet notions (Condorcet winner and variants).
* Decide Independence of Irrelevant Alternatives.
* Decide Individual Manipulation (by one voter).
* Decide Coalitional Manipulation (by a set of voters) and variants: Trivial Manipulation, 
  Ignorant-Coalition Manipulation, 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.



