Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > d3c732bcddee997381ae7599db6439ca > files > 1477

boost-examples-1.60.0-6.1.mga6.noarch.rpm

digraph TC {
 node[shape=circle];
  a
  b
  c
  d

  b -> c
  b -> d
  c -> b
  d -> c
  d -> a
}