Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change implementation of maximin support method to use flows instead of LPs #76

Open
DominikPeters opened this issue Feb 24, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@DominikPeters
Copy link
Contributor

A recent paper of Luis Sánchez-Fernández (https://arxiv.org/pdf/2309.15104.pdf) explains that the MMS voting rule can be computed via maximum flows instead of LPs. It could make sense for someone (e.g., a student) to implement this algorithm, for example using the networkx package.

@martinlackner martinlackner added the help wanted Extra attention is needed label Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants