We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6411d5 commit 89aa4ebCopy full SHA for 89aa4eb
1 file changed
trivoting/rules/max_satisfaction.py
@@ -24,12 +24,7 @@ def max_satisfaction_ilp(
24
verbose: bool = False,
25
) -> Selection | list[Selection]:
26
"""
27
- Compute the selections of the Chamberlin-Courant rule.
28
-
29
- The Chamberlin-Courant returns selections that maximise the number of covered voter. A voter is covered if
30
- strictly more approved alternatives are selected than disapproved ones.
31
32
- The outcome of the rule is computed via an Integer Linear Program (ILP).
+ Compute the selections maximising the total satisfaction of the voters.
33
34
Parameters
35
----------
0 commit comments