mirror of
https://github.com/boostorg/graph.git
synced 2026-02-26 16:52:12 +00:00
15 lines
156 B
Plaintext
15 lines
156 B
Plaintext
|
|
graph G {
|
|
0 -- 1;
|
|
1 -- 2;
|
|
1 -- 3;
|
|
2 -- 4;
|
|
3 -- 5;
|
|
4 -- 6;
|
|
4 -- 7;
|
|
4 -- 8;
|
|
5 -- 8;
|
|
6 -- 9;
|
|
7 -- 9;
|
|
8 -- 9;
|
|
} |