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

Translate push-relabel from Kactl #79

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

whosyourjay
Copy link

Push relabel is known to be much faster than Dinic and necessary for solving some flow problems with tighter time constraints. Here I translated Kactl's c++ version to python.

This translation is likely buggy and needs testing for correctness. It would also be nice to have a benchmark of how much faster it is.

@cheran-senthil
Copy link
Owner

I think some formatting is necessary, but we can make those changes ourselves

@bjorn-martinsson @Mukundan314 What are your thoughts

@bjorn-martinsson
Copy link
Collaborator

Think the main thing is that we need to make sure that the implementation is correct. It also would be good to check that it runs fast enough to be useful in practice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants