Skip to content

Commit 89aa4eb

Browse files
committed
Typo
1 parent e6411d5 commit 89aa4eb

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

trivoting/rules/max_satisfaction.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,7 @@ def max_satisfaction_ilp(
2424
verbose: bool = False,
2525
) -> Selection | list[Selection]:
2626
"""
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).
27+
Compute the selections maximising the total satisfaction of the voters.
3328
3429
Parameters
3530
----------

0 commit comments

Comments
 (0)