Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 2f550ead4f191b130f5eca658403e991 > files > 813

boost-examples-1.50.0-7.fc18.noarch.rpm


digraph SCC {
 node[shape=circle];
 ratio=1.2
 a
 b
 c
 d
 e
 f
 g
 h
 i
 j

 a -> b
 a -> f
 a -> h
 b -> c 
 b -> a
 c -> d 
 c -> b
 d -> e
 e -> d
 f -> g
 g -> f
 g -> d
 h -> i
 i -> h
 i -> j
 i -> e
 i -> c
}