2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-23 17:42:34 +00:00
Files
graph/test/python/biconnected_components.dot
2005-03-04 23:47:57 +00:00

14 lines
113 B
Plaintext

graph G {
A -- B
A -- F
A -- G
B -- C
B -- D
B -- E
C -- D
E -- F
G -- H
G -- I
H -- I
}