Skip to content

Commit

Permalink
Merge pull request #120 from wesholliday/main
Browse files Browse the repository at this point in the history
Added new iterative methods to docs
  • Loading branch information
epacuit authored Nov 24, 2024
2 parents c2918fe + 949f124 commit ca3ab68
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/source/iterative_methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,3 +301,28 @@ To illustrate the difference with respect to the second question, consider Insta
```

## Plurality Veto

```{eval-rst}
.. autofunction:: pref_voting.iterative_methods.plurality_veto
```

```{eval-rst}
.. autofunction:: pref_voting.iterative_methods.plurality_veto_with_explanation
```

## Consensus Builder

```{eval-rst}
.. autofunction:: pref_voting.iterative_methods.consensus_builder
```

0 comments on commit ca3ab68

Please sign in to comment.