LICENSE.md
README.md
setup.cfg
setup.py
comchoice/__init__.py
comchoice/axiom.py
comchoice/plotter.py
comchoice.egg-info/PKG-INFO
comchoice.egg-info/SOURCES.txt
comchoice.egg-info/dependency_links.txt
comchoice.egg-info/requires.txt
comchoice.egg-info/top_level.txt
comchoice/aggregate/__aggregate.py
comchoice/aggregate/__default_parameters.py
comchoice/aggregate/__init__.py
comchoice/aggregate/__set_card_id.py
comchoice/aggregate/__set_rank.py
comchoice/aggregate/__set_voters.py
comchoice/aggregate/__transform.py
comchoice/aggregate/ahp.py
comchoice/aggregate/antiplurality.py
comchoice/aggregate/approval.py
comchoice/aggregate/baldwin.py
comchoice/aggregate/black.py
comchoice/aggregate/borda.py
comchoice/aggregate/bradley_terry.py
comchoice/aggregate/bucklin_judgment.py
comchoice/aggregate/central_judgment.py
comchoice/aggregate/condorcet.py
comchoice/aggregate/coombs.py
comchoice/aggregate/copeland.py
comchoice/aggregate/cumulative.py
comchoice/aggregate/dhondt.py
comchoice/aggregate/divisiveness.py
comchoice/aggregate/dodgson.py
comchoice/aggregate/dodgson_quick.py
comchoice/aggregate/dowdall.py
comchoice/aggregate/droop_quota.py
comchoice/aggregate/elo.py
comchoice/aggregate/fallback.py
comchoice/aggregate/hagenbach_bischoff_quota.py
comchoice/aggregate/hare_quota.py
comchoice/aggregate/imperiali_quota.py
comchoice/aggregate/irv.py
comchoice/aggregate/judgment.py
comchoice/aggregate/k_approval.py
comchoice/aggregate/kemeny_young.py
comchoice/aggregate/majority_judgment.py
comchoice/aggregate/minimax.py
comchoice/aggregate/nanson.py
comchoice/aggregate/nanson_baldwin.py
comchoice/aggregate/negative.py
comchoice/aggregate/pairwise_matrix.py
comchoice/aggregate/pav.py
comchoice/aggregate/phragmen.py
comchoice/aggregate/plurality.py
comchoice/aggregate/quota.py
comchoice/aggregate/sav.py
comchoice/aggregate/schulze.py
comchoice/aggregate/score.py
comchoice/aggregate/simpson.py
comchoice/aggregate/smith_set.py
comchoice/aggregate/tideman.py
comchoice/aggregate/typical_judgment.py
comchoice/aggregate/usual_judgment.py
comchoice/aggregate/weak_condorcet.py
comchoice/aggregate/win_rate.py
comchoice/axiom/__init__.py
comchoice/axiom/cancellation.py
comchoice/axiom/completeness.py
comchoice/axiom/condorcet_efficiency.py
comchoice/axiom/faithfulness.py
comchoice/axiom/incompleteness.py
comchoice/axiom/neutrality.py
comchoice/axiom/pareto.py
comchoice/datasets/__init__.py
comchoice/datasets/from_preflib.py
comchoice/datasets/set_synthetic_election.py
comchoice/datasets/set_synthetic_pairwise.py
comchoice/preprocessing/__init__.py
comchoice/preprocessing/ballot_extend.py
comchoice/preprocessing/score_extend.py
comchoice/preprocessing/to_ballot.py
comchoice/preprocessing/to_individual_voter.py
comchoice/preprocessing/to_pairwise.py
comchoice/preprocessing/to_rank.py
comchoice/preprocessing/transform.py