Open whosyourjay opened 1 year ago
I think some formatting is necessary, but we can make those changes ourselves
@bjorn-martinsson @Mukundan314 What are your thoughts
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.
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.