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

Support computations of vertex (and edge) connectivity of graph along with the vertex-(edge-) disjoint paths (Menger's theorem)) #198

Open
lavkan opened this issue May 22, 2022 · 2 comments
Labels
feature request A suggestion for a new feature

Comments

@lavkan
Copy link

lavkan commented May 22, 2022

Is your feature request related to a problem? Please describe.
For a given pair of nodes (or node sets), I am trying to find the largest number of node disjoint paths between them. This is equal to the size of the min cut size that separates the two node (sets) - Menger's theorem https://en.wikipedia.org/wiki/Menger%27s_theorem

Describe the solution you would like

@lavkan lavkan added the feature request A suggestion for a new feature label May 22, 2022
@adamnsch
Copy link
Contributor

Hi @lavkan,
Thank you for this feature request. We have added it to our roadmap. We don't know when we'll be able to pick it up, but we'll keep you posted.
Adam

@lavkan
Copy link
Author

lavkan commented May 23, 2022

Hi @adamnsch, Thanks for the response. I posted this feature request here to see if anyone has attempted these algorithms either in GDS or with PregelAPI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A suggestion for a new feature
Projects
None yet
Development

No branches or pull requests

2 participants