Sophie

Sophie

distrib > Mageia > 6 > i586 > by-pkgid > 8bc6759a6f32712e5bc0cdfb80b23784 > files > 1354

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

graph foo {
  edge [weight="10"];
  0 -- 1 [weight="3.14159"];
  1 -- foo [weight="2.71828"];
  foo -- bar;
  bar -- 1;
}