Variable Voter Axioms ========== ## Reinforcement ```{eval-rst} .. autofunction:: pref_voting.variable_voter_axioms.has_reinforcement_violation .. autofunction:: pref_voting.variable_voter_axioms.find_all_reinforcement_violations ``` ## Positive Involvement ```{eval-rst} .. autofunction:: pref_voting.variable_voter_axioms.has_positive_involvement_violation .. autofunction:: pref_voting.variable_voter_axioms.find_all_positive_involvement_violations ``` ## Negative Involvement ```{eval-rst} .. autofunction:: pref_voting.variable_voter_axioms.has_negative_involvement_violation .. autofunction:: pref_voting.variable_voter_axioms.find_all_negative_involvement_violations ``` ## Positive-Negative Involvement ```{eval-rst} .. autofunction:: pref_voting.variable_voter_axioms.has_positive_negative_involvement_violation .. autofunction:: pref_voting.variable_voter_axioms.find_all_positive_negative_involvement_violations ``` ## Tolerant Positive Involvement ```{eval-rst} .. autofunction:: pref_voting.variable_voter_axioms.has_tolerant_positive_involvement_violation .. autofunction:: pref_voting.variable_voter_axioms.find_all_tolerant_positive_involvement_violations ``` ## Bullet-Vote Positive Involvement ```{eval-rst} .. autofunction:: pref_voting.variable_voter_axioms.has_bullet_vote_positive_involvement_violation .. autofunction:: pref_voting.variable_voter_axioms.find_all_bullet_vote_positive_involvement_violations ``` ## Semi-Positive Involvement ```{eval-rst} .. autofunction:: pref_voting.variable_voter_axioms.has_semi_positive_involvement_violation .. autofunction:: pref_voting.variable_voter_axioms.find_all_semi_positive_involvement_violations ``` ## Truncated Involvement ```{eval-rst} .. autofunction:: pref_voting.variable_voter_axioms.has_truncated_involvement_violation .. autofunction:: pref_voting.variable_voter_axioms.find_all_truncated_involvement_violations ``` ## Participation ```{eval-rst} .. autofunction:: pref_voting.variable_voter_axioms.has_participation_violation .. autofunction:: pref_voting.variable_voter_axioms.find_all_participation_violations ``` ## Single-Voter Resolvability ```{eval-rst} .. autofunction:: pref_voting.variable_voter_axioms.has_single_voter_resolvability_violation .. autofunction:: pref_voting.variable_voter_axioms.find_all_single_voter_resolvability_violations ``` ## Neutral Reversal ```{eval-rst} .. autofunction:: pref_voting.variable_voter_axioms.has_neutral_reversal_violation .. autofunction:: pref_voting.variable_voter_axioms.find_all_neutral_reversal_violations ``` ## Neutral Indifference ```{eval-rst} .. autofunction:: pref_voting.variable_voter_axioms.has_neutral_indifference_violation .. autofunction:: pref_voting.variable_voter_axioms.find_all_neutral_indifference_violations ``` ## Nonlinear Neutral Reversal ```{eval-rst} .. autofunction:: pref_voting.variable_voter_axioms.has_nonlinear_neutral_reversal_violation .. autofunction:: pref_voting.variable_voter_axioms.find_all_nonlinear_neutral_reversal_violations ```