mirror of
https://github.com/boostorg/graph.git
synced 2026-02-26 16:52:12 +00:00
12 lines
179 B
Plaintext
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";
|
|
}
|
|
} |