blob: c4faea865d03f040a9857e8613fd636817cdd190 [file] [log] [blame]
Anbang Xu4da15b22013-08-25 19:42:37 -07001%!PS-Adobe-3.0
2%%Creator: graphviz version 2.26.3 (20100126.1600)
3%%Title: G
4%%Pages: (atend)
5%%BoundingBox: (atend)
6%%EndComments
7save
8%%BeginProlog
9/DotDict 200 dict def
10DotDict begin
11
12/setupLatin1 {
13mark
14/EncodingVector 256 array def
15 EncodingVector 0
16
17ISOLatin1Encoding 0 255 getinterval putinterval
18EncodingVector 45 /hyphen put
19
20% Set up ISO Latin 1 character encoding
21/starnetISO {
22 dup dup findfont dup length dict begin
23 { 1 index /FID ne { def }{ pop pop } ifelse
24 } forall
25 /Encoding EncodingVector def
26 currentdict end definefont
27} def
28/Times-Roman starnetISO def
29/Times-Italic starnetISO def
30/Times-Bold starnetISO def
31/Times-BoldItalic starnetISO def
32/Helvetica starnetISO def
33/Helvetica-Oblique starnetISO def
34/Helvetica-Bold starnetISO def
35/Helvetica-BoldOblique starnetISO def
36/Courier starnetISO def
37/Courier-Oblique starnetISO def
38/Courier-Bold starnetISO def
39/Courier-BoldOblique starnetISO def
40cleartomark
41} bind def
42
43%%BeginResource: procset graphviz 0 0
44/coord-font-family /Times-Roman def
45/default-font-family /Times-Roman def
46/coordfont coord-font-family findfont 8 scalefont def
47
48/InvScaleFactor 1.0 def
49/set_scale {
50 dup 1 exch div /InvScaleFactor exch def
51 scale
52} bind def
53
54% styles
55/solid { [] 0 setdash } bind def
56/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
57/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
58/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
59/bold { 2 setlinewidth } bind def
60/filled { } bind def
61/unfilled { } bind def
62/rounded { } bind def
63/diagonals { } bind def
64
65% hooks for setting color
66/nodecolor { sethsbcolor } bind def
67/edgecolor { sethsbcolor } bind def
68/graphcolor { sethsbcolor } bind def
69/nopcolor {pop pop pop} bind def
70
71/beginpage { % i j npages
72 /npages exch def
73 /j exch def
74 /i exch def
75 /str 10 string def
76 npages 1 gt {
77 gsave
78 coordfont setfont
79 0 0 moveto
80 (\() show i str cvs show (,) show j str cvs show (\)) show
81 grestore
82 } if
83} bind def
84
85/set_font {
86 findfont exch
87 scalefont setfont
88} def
89
90% draw text fitted to its expected width
91/alignedtext { % width text
92 /text exch def
93 /width exch def
94 gsave
95 width 0 gt {
96 [] 0 setdash
97 text stringwidth pop width exch sub text length div 0 text ashow
98 } if
99 grestore
100} def
101
102/boxprim { % xcorner ycorner xsize ysize
103 4 2 roll
104 moveto
105 2 copy
106 exch 0 rlineto
107 0 exch rlineto
108 pop neg 0 rlineto
109 closepath
110} bind def
111
112/ellipse_path {
113 /ry exch def
114 /rx exch def
115 /y exch def
116 /x exch def
117 matrix currentmatrix
118 newpath
119 x y translate
120 rx ry scale
121 0 0 1 0 360 arc
122 setmatrix
123} bind def
124
125/endpage { showpage } bind def
126/showpage { } def
127
128/layercolorseq
129 [ % layer color sequence - darkest to lightest
130 [0 0 0]
131 [.2 .8 .8]
132 [.4 .8 .8]
133 [.6 .8 .8]
134 [.8 .8 .8]
135 ]
136def
137
138/layerlen layercolorseq length def
139
140/setlayer {/maxlayer exch def /curlayer exch def
141 layercolorseq curlayer 1 sub layerlen mod get
142 aload pop sethsbcolor
143 /nodecolor {nopcolor} def
144 /edgecolor {nopcolor} def
145 /graphcolor {nopcolor} def
146} bind def
147
148/onlayer { curlayer ne {invis} if } def
149
150/onlayers {
151 /myupper exch def
152 /mylower exch def
153 curlayer mylower lt
154 curlayer myupper gt
155 or
156 {invis} if
157} def
158
159/curlayer 0 def
160
161%%EndResource
162%%EndProlog
163%%BeginSetup
16414 default-font-family set_font
1651 setmiterlimit
166% /arrowlength 10 def
167% /arrowwidth 5 def
168
169% make sure pdfmark is harmless for PS-interpreters other than Distiller
170/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
171% make '<<' and '>>' safe on PS Level 1 devices
172/languagelevel where {pop languagelevel}{1} ifelse
1732 lt {
174 userdict (<<) cvn ([) cvn load put
175 userdict (>>) cvn ([) cvn load put
176} if
177
178%%EndSetup
179setupLatin1
180%%Page: 1 1
181%%PageBoundingBox: 36 36 658 313
182%%PageOrientation: Portrait
1830 0 1 beginpage
184gsave
18536 36 622 277 boxprim clip newpath
1861 1 set_scale 0 rotate 40 41 translate
187% AAA
188gsave
1891 setlinewidth
1900 0 0 nodecolor
191newpath 0 139 moveto
1920 269 lineto
19356 269 lineto
19456 139 lineto
195closepath stroke
1960 0 0 nodecolor
19714 /Times-Roman set_font
19812.5 252.4 moveto 31 (AAA) alignedtext
1991 setlinewidth
2000 0 0 nodecolor
201newpath 0 243 moveto
20256 243 lineto
203stroke
2040 0 0 nodecolor
20514 /Times-Roman set_font
20614 226.4 moveto 28 (5':[]) alignedtext
2071 setlinewidth
2080 0 0 nodecolor
209newpath 0 217 moveto
21056 217 lineto
211stroke
2120 0 0 nodecolor
21314 /Times-Roman set_font
2148 200.4 moveto 40 (~5':[]) alignedtext
2151 setlinewidth
2160 0 0 nodecolor
217newpath 0 191 moveto
21856 191 lineto
219stroke
2200 0 0 nodecolor
22114 /Times-Roman set_font
22216.5 174.4 moveto 23 (1.0) alignedtext
2231 setlinewidth
2240 0 0 nodecolor
225newpath 0 165 moveto
22656 165 lineto
227stroke
2280 0 0 nodecolor
22914 /Times-Roman set_font
23012.5 148.4 moveto 31 (AAA) alignedtext
231grestore
232% AAC
233gsave
2341 setlinewidth
2350 0 0 nodecolor
236newpath 140 40 moveto
237140 170 lineto
238196 170 lineto
239196 40 lineto
240closepath stroke
2410 0 0 nodecolor
24214 /Times-Roman set_font
243152.5 153.4 moveto 31 (AAC) alignedtext
2441 setlinewidth
2450 0 0 nodecolor
246newpath 140 144 moveto
247196 144 lineto
248stroke
2490 0 0 nodecolor
25014 /Times-Roman set_font
251154 127.4 moveto 28 (5':[]) alignedtext
2521 setlinewidth
2530 0 0 nodecolor
254newpath 140 118 moveto
255196 118 lineto
256stroke
2570 0 0 nodecolor
25814 /Times-Roman set_font
259148 101.4 moveto 40 (~5':[]) alignedtext
2601 setlinewidth
2610 0 0 nodecolor
262newpath 140 92 moveto
263196 92 lineto
264stroke
2650 0 0 nodecolor
26614 /Times-Roman set_font
267156.5 75.4 moveto 23 (1.0) alignedtext
2681 setlinewidth
2690 0 0 nodecolor
270newpath 140 66 moveto
271196 66 lineto
272stroke
2730 0 0 nodecolor
27414 /Times-Roman set_font
275152.5 49.4 moveto 31 (AAC) alignedtext
276grestore
277% AAA->AAC
278gsave
2791 setlinewidth
2800 0 0 edgecolor
281newpath 56.33 183.97 moveto
28277.96 168.67 107.94 147.47 131.39 130.89 curveto
283stroke
2840 0 0 edgecolor
285newpath 133.57 133.64 moveto
286139.71 125 lineto
287129.53 127.92 lineto
288closepath fill
2891 setlinewidth
290solid
2910 0 0 edgecolor
292newpath 133.57 133.64 moveto
293139.71 125 lineto
294129.53 127.92 lineto
295closepath stroke
2960 0 0 edgecolor
29714 /Times-Roman set_font
29875.5 174.4 moveto 45 (FF: [1]) alignedtext
299grestore
300% CAA
301gsave
3020 0 0.75294 nodecolor
303newpath 420 80 moveto
304420 210 lineto
305476 210 lineto
306476 80 lineto
307closepath fill
3081 setlinewidth
309filled
3100 0 0 nodecolor
311newpath 420 80 moveto
312420 210 lineto
313476 210 lineto
314476 80 lineto
315closepath stroke
3160 0 0 nodecolor
31714 /Times-Roman set_font
318432.5 193.4 moveto 31 (CAA) alignedtext
3191 setlinewidth
320filled
3210 0 0 nodecolor
322newpath 420 184 moveto
323476 184 lineto
324stroke
3250 0 0 nodecolor
32614 /Times-Roman set_font
327429.5 167.4 moveto 37 (5':[1]) alignedtext
3281 setlinewidth
329filled
3300 0 0 nodecolor
331newpath 420 158 moveto
332476 158 lineto
333stroke
3340 0 0 nodecolor
33514 /Times-Roman set_font
336428 141.4 moveto 40 (~5':[]) alignedtext
3371 setlinewidth
338filled
3390 0 0 nodecolor
340newpath 420 132 moveto
341476 132 lineto
342stroke
3430 0 0 nodecolor
34414 /Times-Roman set_font
345436.5 115.4 moveto 23 (1.0) alignedtext
3461 setlinewidth
347filled
3480 0 0 nodecolor
349newpath 420 106 moveto
350476 106 lineto
351stroke
3520 0 0 nodecolor
35314 /Times-Roman set_font
354432.5 89.4 moveto 31 (CAA) alignedtext
355grestore
356% AAA->CAA
357gsave
3581 setlinewidth
3590 1 1 edgecolor
360newpath 56.23 209.5 moveto
361111.2 219.11 235.98 235.56 336 209 curveto
362363.2 201.78 390.69 186.22 411.63 172.25 curveto
363stroke
3640 1 1 edgecolor
365newpath 413.62 175.13 moveto
366419.89 166.6 lineto
367409.66 169.36 lineto
368closepath fill
3691 setlinewidth
370solid
3710 1 1 edgecolor
372newpath 413.62 175.13 moveto
373419.89 166.6 lineto
374409.66 169.36 lineto
375closepath stroke
3760 0 0 edgecolor
37714 /Times-Roman set_font
378214 228.4 moveto 48 (RR: [1]) alignedtext
379grestore
380% AAC->AAA
381gsave
3821 setlinewidth
3830 1 1 edgecolor
384newpath 139.68 102.09 moveto
385119.65 101.49 93.07 103.79 74 117 curveto
38668.43 120.86 63.49 125.6 59.1 130.87 curveto
387stroke
3880 1 1 edgecolor
389newpath 56.26 128.83 moveto
39053.07 138.93 lineto
39161.87 133.02 lineto
392closepath fill
3931 setlinewidth
394solid
3950 1 1 edgecolor
396newpath 56.26 128.83 moveto
39753.07 138.93 lineto
39861.87 133.02 lineto
399closepath stroke
4000 0 0 edgecolor
40114 /Times-Roman set_font
40274 122.4 moveto 48 (RR: [1]) alignedtext
403grestore
404% ACA
405gsave
4061 setlinewidth
4070 0 0 nodecolor
408newpath 558 0 moveto
409558 130 lineto
410614 130 lineto
411614 0 lineto
412closepath stroke
4130 0 0 nodecolor
41414 /Times-Roman set_font
415571 113.4 moveto 30 (ACA) alignedtext
4161 setlinewidth
4170 0 0 nodecolor
418newpath 558 104 moveto
419614 104 lineto
420stroke
4210 0 0 nodecolor
42214 /Times-Roman set_font
423572 87.4 moveto 28 (5':[]) alignedtext
4241 setlinewidth
4250 0 0 nodecolor
426newpath 558 78 moveto
427614 78 lineto
428stroke
4290 0 0 nodecolor
43014 /Times-Roman set_font
431566 61.4 moveto 40 (~5':[]) alignedtext
4321 setlinewidth
4330 0 0 nodecolor
434newpath 558 52 moveto
435614 52 lineto
436stroke
4370 0 0 nodecolor
43814 /Times-Roman set_font
439574.5 35.4 moveto 23 (3.0) alignedtext
4401 setlinewidth
4410 0 0 nodecolor
442newpath 558 26 moveto
443614 26 lineto
444stroke
4450 0 0 nodecolor
44614 /Times-Roman set_font
447570.5 9.4 moveto 31 (AAA) alignedtext
448grestore
449% AAC->ACA
450gsave
4511 setlinewidth
4520 1 1 edgecolor
453newpath 196.15 74.51 moveto
454201.69 69.78 207.74 65.35 214 62 curveto
455270.36 31.82 290.5 36.38 354 29 curveto
456422.69 21.01 502.24 39.43 548.08 52.75 curveto
457stroke
4580 1 1 edgecolor
459newpath 547.3 56.17 moveto
460557.88 55.68 lineto
461549.3 49.47 lineto
462closepath fill
4631 setlinewidth
464solid
4650 1 1 edgecolor
466newpath 547.3 56.17 moveto
467557.88 55.68 lineto
468549.3 49.47 lineto
469closepath stroke
4700 0 0 edgecolor
47114 /Times-Roman set_font
472354 34.4 moveto 48 (RR: [0]) alignedtext
473grestore
474% AGA
475gsave
4761 setlinewidth
4770 0 0 nodecolor
478newpath 280 70 moveto
479280 200 lineto
480336 200 lineto
481336 70 lineto
482closepath stroke
4830 0 0 nodecolor
48414 /Times-Roman set_font
485292.5 183.4 moveto 31 (AGA) alignedtext
4861 setlinewidth
4870 0 0 nodecolor
488newpath 280 174 moveto
489336 174 lineto
490stroke
4910 0 0 nodecolor
49214 /Times-Roman set_font
493294 157.4 moveto 28 (5':[]) alignedtext
4941 setlinewidth
4950 0 0 nodecolor
496newpath 280 148 moveto
497336 148 lineto
498stroke
4990 0 0 nodecolor
50014 /Times-Roman set_font
501288 131.4 moveto 40 (~5':[]) alignedtext
5021 setlinewidth
5030 0 0 nodecolor
504newpath 280 122 moveto
505336 122 lineto
506stroke
5070 0 0 nodecolor
50814 /Times-Roman set_font
509296.5 105.4 moveto 23 (2.0) alignedtext
5101 setlinewidth
5110 0 0 nodecolor
512newpath 280 96 moveto
513336 96 lineto
514stroke
5150 0 0 nodecolor
51614 /Times-Roman set_font
517292.5 79.4 moveto 31 (AGA) alignedtext
518grestore
519% AAC->AGA
520gsave
5211 setlinewidth
5220 1 1 edgecolor
523newpath 196.02 114.91 moveto
524201.91 116.77 208.12 118.58 214 120 curveto
525232.09 124.37 252.46 127.79 269.6 130.26 curveto
526stroke
5270 1 1 edgecolor
528newpath 269.42 133.77 moveto
529279.8 131.68 lineto
530270.38 126.84 lineto
531closepath fill
5321 setlinewidth
533solid
5340 1 1 edgecolor
535newpath 269.42 133.77 moveto
536279.8 131.68 lineto
537270.38 126.84 lineto
538closepath stroke
5390 0 0 edgecolor
54014 /Times-Roman set_font
541214 133.4 moveto 48 (RR: [0]) alignedtext
542grestore
543% CAA->AAA
544gsave
5451 setlinewidth
5460 0 0 edgecolor
547newpath 419.74 187.44 moveto
548414.37 193.55 408.41 199.34 402 204 curveto
549349.56 242.13 326.42 237.7 262 245 curveto
550178.68 254.45 153.97 254.25 74 229 curveto
55171.24 228.13 68.45 227.09 65.69 225.93 curveto
552stroke
5530 0 0 edgecolor
554newpath 66.99 222.68 moveto
55556.45 221.63 lineto
55664.04 229.02 lineto
557closepath fill
5581 setlinewidth
559solid
5600 0 0 edgecolor
561newpath 66.99 222.68 moveto
56256.45 221.63 lineto
56364.04 229.02 lineto
564closepath stroke
5650 0 0 edgecolor
56614 /Times-Roman set_font
567215.5 254.4 moveto 45 (FF: [1]) alignedtext
568grestore
569% CAA->ACA
570gsave
5711 setlinewidth
5720 0 0 edgecolor
573newpath 476.16 104.22 moveto
574481.54 98.48 487.54 93.14 494 89 curveto
575510.04 78.74 530.31 72.85 547.73 69.48 curveto
576stroke
5770 0 0 edgecolor
578newpath 548.35 72.92 moveto
579557.61 67.77 lineto
580547.16 66.03 lineto
581closepath fill
5821 setlinewidth
583solid
5840 0 0 edgecolor
585newpath 548.35 72.92 moveto
586557.61 67.77 lineto
587547.16 66.03 lineto
588closepath stroke
5890 0 0 edgecolor
59014 /Times-Roman set_font
591494.5 94.4 moveto 45 (FF: [0]) alignedtext
592grestore
593% CAA->AGA
594gsave
5951 setlinewidth
5960 0 0 edgecolor
597newpath 419.99 123.93 moveto
598414.3 120.66 408.17 117.78 402 116 curveto
599381.5 110.08 374.93 111.85 354 116 curveto
600351.31 116.53 348.58 117.23 345.87 118.03 curveto
601stroke
6020 0 0 edgecolor
603newpath 344.5 114.8 moveto
604336.17 121.35 lineto
605346.76 121.42 lineto
606closepath fill
6071 setlinewidth
608solid
6090 0 0 edgecolor
610newpath 344.5 114.8 moveto
611336.17 121.35 lineto
612346.76 121.42 lineto
613closepath stroke
6140 0 0 edgecolor
61514 /Times-Roman set_font
616355.5 121.4 moveto 45 (FF: [0]) alignedtext
617grestore
618% ACA->AAC
619gsave
6201 setlinewidth
6210 0 0 edgecolor
622newpath 557.83 60.93 moveto
623503.51 53.88 380.75 41.92 280 61 curveto
624254.19 65.89 226.71 76.59 205.43 86.21 curveto
625stroke
6260 0 0 edgecolor
627newpath 203.72 83.15 moveto
628196.12 90.54 lineto
629206.67 89.5 lineto
630closepath fill
6311 setlinewidth
632solid
6330 0 0 edgecolor
634newpath 203.72 83.15 moveto
635196.12 90.54 lineto
636206.67 89.5 lineto
637closepath stroke
6380 0 0 edgecolor
63914 /Times-Roman set_font
640360 58.4 moveto 36 (FF: []) alignedtext
641grestore
642% ACA->CAA
643gsave
6441 setlinewidth
6450 1 1 edgecolor
646newpath 557.97 96.76 moveto
647552.37 101.97 546.28 106.98 540 111 curveto
648523.46 121.6 503.14 129.55 485.81 135.08 curveto
649stroke
6500 1 1 edgecolor
651newpath 484.56 131.81 moveto
652476.01 138.07 lineto
653486.59 138.5 lineto
654closepath fill
6551 setlinewidth
656solid
6570 1 1 edgecolor
658newpath 484.56 131.81 moveto
659476.01 138.07 lineto
660486.59 138.5 lineto
661closepath stroke
6620 0 0 edgecolor
66314 /Times-Roman set_font
664497.5 137.4 moveto 39 (RR: []) alignedtext
665grestore
666% AGA->AAC
667gsave
6681 setlinewidth
6690 0 0 edgecolor
670newpath 279.8 110.73 moveto
671274.22 107.14 268.18 103.99 262 102 curveto
672244.37 96.33 223.9 96.27 206.57 97.97 curveto
673stroke
6740 0 0 edgecolor
675newpath 205.75 94.54 moveto
676196.25 99.22 lineto
677206.59 101.49 lineto
678closepath fill
6791 setlinewidth
680solid
6810 0 0 edgecolor
682newpath 205.75 94.54 moveto
683196.25 99.22 lineto
684206.59 101.49 lineto
685closepath stroke
6860 0 0 edgecolor
68714 /Times-Roman set_font
688220 107.4 moveto 36 (FF: []) alignedtext
689grestore
690% AGA->CAA
691gsave
6921 setlinewidth
6930 1 1 edgecolor
694newpath 336.33 137.02 moveto
695357.39 138.53 386.37 140.6 409.53 142.25 curveto
696stroke
6970 1 1 edgecolor
698newpath 409.49 145.76 moveto
699419.71 142.98 lineto
700409.99 138.78 lineto
701closepath fill
7021 setlinewidth
703solid
7040 1 1 edgecolor
705newpath 409.49 145.76 moveto
706419.71 142.98 lineto
707409.99 138.78 lineto
708closepath stroke
7090 0 0 edgecolor
71014 /Times-Roman set_font
711358.5 146.4 moveto 39 (RR: []) alignedtext
712grestore
713endpage
714showpage
715grestore
716%%PageTrailer
717%%EndPage: 1
718%%Trailer
719%%Pages: 1
720%%BoundingBox: 36 36 658 313
721end
722restore
723%%EOF