graph/example/python/mst.dot
Douglas Gregor e2649f122f Vis stuff
[SVN r27704]
2005-03-16 14:19:09 +00:00

10 lines
204 B
Plaintext

graph G {
A -- C [weight="1.0"]
B -- D [weight="1.0"]
B -- E [weight="2.0"]
C -- B [weight="7.0"]
C -- D [weight="3.0"]
D -- E [weight="1.0"]
E -- A [weight="1.0"]
E -- B [weight="1.0"]
}