Advertisement
Guest User

Untitled

a guest
Apr 8th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
DOT 0.69 KB | None | 0 0
  1. digraph DDG {
  2.     node [shape=box];
  3.  
  4.     6.1 -> 9.1;
  5.     9.1 -> 10.1;
  6.     9.1 -> 11.1;
  7.     11.1 -> 12.1;
  8.     12.1 -> 17.1;
  9.     12.1 -> 18.1;
  10.  
  11.     6.1 -> 6.2;
  12.  
  13.     6.2 -> 9.2;
  14.     9.2 -> 10.2;
  15.     10.2 -> 18.1 [dir="back"];
  16.     9.2 -> 11.2;
  17.     11.2 -> 12.2;
  18.     12.2 -> 17.2;
  19.     12.2 -> 18.2;
  20.  
  21.     6.2 -> 6.3;
  22.  
  23.     6.3 -> 9.3;
  24.     9.3 -> 10.3;
  25.     9.3 -> 11.3;
  26.     11.3 -> 12.3;
  27.     12.3 -> 17.3;
  28.     12.3 -> 18.3;
  29.  
  30.     6.3 -> 6.4;
  31.  
  32.     6.4 -> 9.4;
  33.     9.4 -> 10.4;
  34.     9.4 -> 11.4;
  35.     11.4 -> 12.4;
  36.     12.4 -> 17.4;
  37.     12.4 -> 18.4;
  38.  
  39.     6.4 -> 6.5;
  40.  
  41.     6.5 -> 9.5;
  42.     9.5 -> 10.5;
  43.     9.5 -> 11.5;
  44.     11.5 -> 12.5;
  45.     12.5 -> 17.5;
  46.     12.5 -> 18.5;
  47.  
  48.     6.5 -> 6.6;
  49.  
  50.     6.6 -> 9.6;
  51.     9.6 -> 10.6;
  52.     9.6 -> 11.6;
  53.     11.6 -> 12.6;
  54.     12.6 -> 17.6;
  55.     12.6 -> 18.6;
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement