AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/reference.rst
docs/usage.rst
docs/Preferences/Population.rst
docs/Preferences/PopulationCubicUniform.rst
docs/Preferences/PopulationEuclideanBox.rst
docs/Preferences/PopulationFromFile.rst
docs/Preferences/PopulationGaussianWell.rst
docs/Preferences/PopulationLadder.rst
docs/Preferences/PopulationSpheroid.rst
docs/Preferences/PopulationVMFHypercircle.rst
docs/Preferences/PopulationVMFHypersphere.rst
docs/VotingSystems/Approval.rst
docs/VotingSystems/Baldwin.rst
docs/VotingSystems/Borda.rst
docs/VotingSystems/Bucklin.rst
docs/VotingSystems/Election.rst
docs/VotingSystems/ElectionResult.rst
svvamp/__init__.py
svvamp.egg-info/PKG-INFO
svvamp.egg-info/SOURCES.txt
svvamp.egg-info/dependency_links.txt
svvamp.egg-info/not-zip-safe
svvamp.egg-info/requires.txt
svvamp.egg-info/top_level.txt
svvamp/Preferences/Population.py
svvamp/Preferences/PopulationCubicUniform.py
svvamp/Preferences/PopulationEuclideanBox.py
svvamp/Preferences/PopulationFromFile.py
svvamp/Preferences/PopulationGaussianWell.py
svvamp/Preferences/PopulationLadder.py
svvamp/Preferences/PopulationSpheroid.py
svvamp/Preferences/PopulationSubsetCandidates.py
svvamp/Preferences/PopulationVMFAux.py
svvamp/Preferences/PopulationVMFHypercircle.py
svvamp/Preferences/PopulationVMFHypersphere.py
svvamp/Preferences/__init__.py
svvamp/Utils/MyLog.py
svvamp/Utils/TypeChecker.py
svvamp/Utils/__init__.py
svvamp/VotingSystems/Approval.py
svvamp/VotingSystems/ApprovalResult.py
svvamp/VotingSystems/Baldwin.py
svvamp/VotingSystems/BaldwinResult.py
svvamp/VotingSystems/Borda.py
svvamp/VotingSystems/BordaResult.py
svvamp/VotingSystems/Bucklin.py
svvamp/VotingSystems/BucklinResult.py
svvamp/VotingSystems/Election.py
svvamp/VotingSystems/ElectionResult.py
svvamp/VotingSystems/__init__.py
tests/__init__.py
tests/test_svvamp.py