mirror of
https://github.com/boostorg/graph.git
synced 2025-05-11 21:34:00 +00:00
11 lines
85 B
Plaintext
11 lines
85 B
Plaintext
graph G {
|
|
A -- F
|
|
B -- C
|
|
B -- D
|
|
C -- D
|
|
E -- F
|
|
G -- H
|
|
G -- I
|
|
H -- I
|
|
}
|