scc.dot 905 B

123456789101112131415161718192021222324252627282930313233
  1. digraph SCC {
  2. size="3,4"
  3. ratio="fill"
  4. edge[style="bold"]
  5. "www.boost.org"
  6. "www.yahoogroups.com"
  7. "weather.yahoo.com"
  8. "nytimes.com"
  9. "www.boston.com"
  10. "sourceforge.net"
  11. "www.hp.com"
  12. "anubis.dkuug.dk"
  13. "www.lsc.nd.edu"
  14. "www.lam-mpi.org"
  15. "www.boost.org" -> "www.yahoogroups.com"
  16. "www.boost.org" -> "sourceforge.net"
  17. "www.boost.org" -> "anubis.dkuug.dk"
  18. "www.yahoogroups.com" -> "weather.yahoo.com"
  19. "www.yahoogroups.com" -> "www.boost.org"
  20. "weather.yahoo.com" -> "nytimes.com"
  21. "weather.yahoo.com" -> "www.yahoogroups.com"
  22. "nytimes.com" -> "www.boston.com"
  23. "www.boston.com" -> "nytimes.com"
  24. "sourceforge.net" -> "www.hp.com"
  25. "www.hp.com" -> "sourceforge.net"
  26. "www.hp.com" -> "nytimes.com"
  27. "anubis.dkuug.dk" -> "www.lsc.nd.edu"
  28. "www.lsc.nd.edu" -> "anubis.dkuug.dk"
  29. "www.lsc.nd.edu" -> "www.lam-mpi.org"
  30. "www.lsc.nd.edu" -> "www.boston.com"
  31. "www.lsc.nd.edu" -> "weather.yahoo.com"
  32. }