File: test-simple-cycle.dot

package info (click to toggle)
funcparserlib 0.3.5-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 396 kB
  • sloc: python: 725; sh: 70; makefile: 37
file content (6 lines) | stat: -rw-r--r-- 77 bytes parent folder | download
1
2
3
4
5
6
digraph g1 {
    n1 -> n2 [w=5];
    n2 -> n3 [w=10];
    n3 -> n1 [w=7];
}