I read a graph using read graphviz() and discovered it has subgraphs.
However, I can't locate anywhere in the Boost documentation that describes how to access these subgraphs.
I can only locate create subgraph(), which obviously does not work with existing subgraphs.
What am I overlooking?
Thank you in advance.