Dominance Axioms ========== ## Pareto Dominance ```{eval-rst} .. autofunction:: pref_voting.dominance_axioms.has_pareto_dominance_violation .. autofunction:: pref_voting.dominance_axioms.find_all_pareto_dominance_violations ``` ## Condorcet Winner ```{eval-rst} .. autofunction:: pref_voting.dominance_axioms.has_condorcet_winner_violation .. autofunction:: pref_voting.dominance_axioms.find_condorcet_winner_violation ``` ## Condorcet Loser ```{eval-rst} .. autofunction:: pref_voting.dominance_axioms.has_condorcet_loser_violation .. autofunction:: pref_voting.dominance_axioms.find_condorcet_loser_violation ``` ## Smith Criterion ```{eval-rst} .. autofunction:: pref_voting.dominance_axioms.has_smith_violation .. autofunction:: pref_voting.dominance_axioms.find_all_smith_violations ``` ## Schwartz Criterion ```{eval-rst} .. autofunction:: pref_voting.dominance_axioms.has_schwartz_violation .. autofunction:: pref_voting.dominance_axioms.find_all_schwartz_violations ```