graph icon indicating copy to clipboard operation
graph copied to clipboard

Algorithm for generating a random Flow Network/Graph

Open Bashar-Ahmed opened this issue 1 year ago • 1 comments

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.

Bashar-Ahmed avatar Aug 30 '23 19:08 Bashar-Ahmed

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.

jeremy-murphy avatar Sep 01 '23 00:09 jeremy-murphy