You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 sinksoutput_flow = 0
, and rest all vertices should follow conservation of flow, i.e.,input_flow = output_flow
Thank you,
Bashar Ahmed.
The text was updated successfully, but these errors were encountered: