Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
erelsgl committed Mar 21, 2024
1 parent 21aca3d commit b1419bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fairpyx/algorithms/iterated_maximum_matching.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
The Iterated Maximum Matching algorithm for fair item allocation. Reference:
Johannes Brustle, Jack Dippel, Vishnu V. Narayan, Mashbat Suzuki, Adrian Vetta (2019).
Johannes Brustle, Jack Dippel, Vishnu V. Narayan, Mashbat Suzuki, Adrian Vetta (2020).
["One Dollar Each Eliminates Envy"](https://arxiv.org/abs/1912.02797).
Proceedings of the 21st ACM Conference on Economics and Computation. 2020
* Algorithm 1.
Programmer: Erel Segal-Halevi
Expand Down

0 comments on commit b1419bb

Please sign in to comment.