About This Implementation
This website demonstrates the fair allocation algorithm described in: "On Worst-Case Allocations in the Presence of Indivisible Goods" by Evangelos Markakis and Christos-Alexandros Psomas (2011).
The implementation guarantees that each agent receives a bundle worth at least Vn(αi), where αi is the fraction of the agent's total value represented by their most valuable item.
View Original PaperAbout the Developer
Ibrahem Hurani
Computer Science Student
University of Ariel
abrahem_horani@hotmail.com
https://github.com/IbrahemHurani
I specialize in algorithms for fair division and computational social choice. This implementation was developed as part of my research in course algorithms research.
Technical Details
- Framework: Flask (Python)
- Algorithm: Markakis-Psomas (2011)
- Dependencies: Flask, NumPy
- Source Code: GitHub Repository
- License: MIT