Skip to content

Commit

Permalink
Merge pull request #88 from wesholliday/main
Browse files Browse the repository at this point in the history
Added Participation axiom
  • Loading branch information
epacuit authored Apr 27, 2024
2 parents 3ca7c81 + 4bfb78a commit a723698
Show file tree
Hide file tree
Showing 2 changed files with 730 additions and 96 deletions.
13 changes: 10 additions & 3 deletions docs/source/variable_voter_axioms.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,22 @@ Variable Voter Axioms
```

## Single-Voter Resolvability
## Participation

```{eval-rst}
.. autofunction:: pref_voting.variable_voter_axioms.has_single_voter_resolvability_violation
.. autofunction:: pref_voting.variable_voter_axioms.has_participation_violation
.. autofunction:: pref_voting.variable_voter_axioms.find_all_single_voter_resolvability_violations
.. 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
```
Loading

0 comments on commit a723698

Please sign in to comment.