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

Are there any reasons why PushRelabelMaximumFlowAlgorithm was removed from the library? #204

Open
swidz opened this issue Apr 18, 2021 · 0 comments

Comments

@swidz
Copy link

swidz commented Apr 18, 2021

While analyzing source code of some old libraries I saw references to the QuickGraph.dll and QuickGraph.Algorithms.dll both in version 2.4.2.175. In QuickGraph.Algorithms.MaximumFlow namespace I've found PushRelabelMaximumFlowAlgorithm

In the non-integer capacity case, the time complexity of EdmondsKarpMaximumFlowAlgorithm is O(V E^2) which is worse than the time complexity of the PushRelabelMaximumFlowAlgorithm O(V^2E^1/2) for all but the sparsest of graphs.

I do not see PushRelabelMaximumFlowAlgorithm in the current latest version.
Are there any reasons it was removed?

Regards,
Sebastian

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

No branches or pull requests

1 participant