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/Tutorials/tutorial_election.rst
docs/Tutorials/tutorial_election_result.rst
docs/Tutorials/tutorial_pop.rst
docs/Tutorials/tutorial_pop_models.rst
docs/VotingSystems/Approval.rst
docs/VotingSystems/Baldwin.rst
docs/VotingSystems/Borda.rst
docs/VotingSystems/Bucklin.rst
docs/VotingSystems/CondorcetAbsIRV.rst
docs/VotingSystems/CondorcetSumDefeats.rst
docs/VotingSystems/CondorcetVtbIRV.rst
docs/VotingSystems/Coombs.rst
docs/VotingSystems/Election.rst
docs/VotingSystems/ElectionResult.rst
docs/VotingSystems/ExhaustiveBallot.rst
docs/VotingSystems/ICRV.rst
docs/VotingSystems/IRV.rst
docs/VotingSystems/IRVDuels.rst
docs/VotingSystems/IteratedBucklin.rst
docs/VotingSystems/Kemeny.rst
docs/VotingSystems/MajorityJudgment.rst
docs/VotingSystems/Maximin.rst
docs/VotingSystems/Nanson.rst
docs/VotingSystems/Plurality.rst
docs/VotingSystems/RangeVotingAverage.rst
docs/VotingSystems/RankedPairs.rst
docs/VotingSystems/Schulze.rst
docs/VotingSystems/TwoRound.rst
docs/VotingSystems/Veto.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/CondorcetAbsIRV.py
svvamp/VotingSystems/CondorcetAbsIRVResult.py
svvamp/VotingSystems/CondorcetSumDefeats.py
svvamp/VotingSystems/CondorcetSumDefeatsResult.py
svvamp/VotingSystems/CondorcetVtbIRV.py
svvamp/VotingSystems/CondorcetVtbIRVResult.py
svvamp/VotingSystems/Coombs.py
svvamp/VotingSystems/CoombsResult.py
svvamp/VotingSystems/Election.py
svvamp/VotingSystems/ElectionResult.py
svvamp/VotingSystems/ExhaustiveBallot.py
svvamp/VotingSystems/ExhaustiveBallotResult.py
svvamp/VotingSystems/ICRV.py
svvamp/VotingSystems/ICRVResult.py
svvamp/VotingSystems/IRV.py
svvamp/VotingSystems/IRVDuels.py
svvamp/VotingSystems/IRVDuelsResult.py
svvamp/VotingSystems/IRVResult.py
svvamp/VotingSystems/IteratedBucklin.py
svvamp/VotingSystems/IteratedBucklinResult.py
svvamp/VotingSystems/Kemeny.py
svvamp/VotingSystems/KemenyResult.py
svvamp/VotingSystems/MajorityJudgment.py
svvamp/VotingSystems/MajorityJudgmentResult.py
svvamp/VotingSystems/Maximin.py
svvamp/VotingSystems/MaximinResult.py
svvamp/VotingSystems/Nanson.py
svvamp/VotingSystems/NansonResult.py
svvamp/VotingSystems/Plurality.py
svvamp/VotingSystems/PluralityResult.py
svvamp/VotingSystems/RangeVotingAverage.py
svvamp/VotingSystems/RangeVotingAverageResult.py
svvamp/VotingSystems/RankedPairs.py
svvamp/VotingSystems/RankedPairsResult.py
svvamp/VotingSystems/Schulze.py
svvamp/VotingSystems/SchulzeResult.py
svvamp/VotingSystems/StrongComponents.py
svvamp/VotingSystems/TwoRound.py
svvamp/VotingSystems/TwoRoundResult.py
svvamp/VotingSystems/Veto.py
svvamp/VotingSystems/VetoResult.py
svvamp/VotingSystems/__init__.py
tests/__init__.py
tests/test_svvamp.py