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

Algorithm for generating a random Flow Network/Graph #346

Open
Bashar-Ahmed opened this issue Aug 30, 2023 · 1 comment
Open

Algorithm for generating a random Flow Network/Graph #346

Bashar-Ahmed opened this issue Aug 30, 2023 · 1 comment

Comments

@Bashar-Ahmed
Copy link

Dear all,

Recently, I was working on a Flow Decomposition Problem, and found out that there are not many datasets for large valid flow networks. Nor could I find any existing software to generate such a Network/Graph. Are there any plans to develop such an algorithm within Boost. If yes, I would definitely like to contribute towards it.

Basically, by a valid flow network, I mean that there will be certain vertices as sources with input_flow = 0 , certain vertices as sinks output_flow = 0 , and rest all vertices should follow conservation of flow, i.e., input_flow = output_flow

Thank you,
Bashar Ahmed.

@jeremy-murphy
Copy link
Contributor

There are no plans at the moment, sorry. If it interests you or is important to you, then you are probably the best person to do it. :)

There are several flow-related algorithms and there is an interface to generate random graphs, so it might be halfway there.

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

2 participants