2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-26 16:52:12 +00:00
Files
graph/quickbook/images/reference/connected_components_after.dot
Andrew Sutton 7777457d50 Importing quickbook docs from SOC 2007
[SVN r51250]
2009-02-14 13:53:55 +00:00

12 lines
179 B
Plaintext

graph G {
subgraph cluster_0 {
0 -- 1 -- 2 -- 0;
label = "Component 0";
}
subgraph cluster_1 {
3 -- 4;
label = "Component 1";
}
}