pyungo icon indicating copy to clipboard operation
pyungo copied to clipboard

RFE: support sub-graphs

Open ankostis opened this issue 6 years ago • 1 comments

It would be nice to add e method like:

bigger_graph = Graph.add_subgraph(some_graph)

and port all nodes from some_graph into bigger_graph.

ankostis avatar Jul 27 '19 21:07 ankostis

I once thought about that, and kinda liked the idea. The big PROS back in the times was that it is somehow easier to design small graphs rather than big ones. I then thought the idea was actually just hiding a bigger problem between data and graph modeling which could be solved with dynamic nodes (nodes created at run-time depending on the inputs passed to the graph).

Do you have an illustration on your thoughts for the sub-graphs idea?

cedricleroy avatar Jul 28 '19 22:07 cedricleroy