| %!PS-Adobe-3.0 |
| %%Creator: graphviz version 2.26.3 (20100126.1600) |
| %%Title: G |
| %%Pages: (atend) |
| %%BoundingBox: (atend) |
| %%EndComments |
| save |
| %%BeginProlog |
| /DotDict 200 dict def |
| DotDict begin |
| |
| /setupLatin1 { |
| mark |
| /EncodingVector 256 array def |
| EncodingVector 0 |
| |
| ISOLatin1Encoding 0 255 getinterval putinterval |
| EncodingVector 45 /hyphen put |
| |
| % Set up ISO Latin 1 character encoding |
| /starnetISO { |
| dup dup findfont dup length dict begin |
| { 1 index /FID ne { def }{ pop pop } ifelse |
| } forall |
| /Encoding EncodingVector def |
| currentdict end definefont |
| } def |
| /Times-Roman starnetISO def |
| /Times-Italic starnetISO def |
| /Times-Bold starnetISO def |
| /Times-BoldItalic starnetISO def |
| /Helvetica starnetISO def |
| /Helvetica-Oblique starnetISO def |
| /Helvetica-Bold starnetISO def |
| /Helvetica-BoldOblique starnetISO def |
| /Courier starnetISO def |
| /Courier-Oblique starnetISO def |
| /Courier-Bold starnetISO def |
| /Courier-BoldOblique starnetISO def |
| cleartomark |
| } bind def |
| |
| %%BeginResource: procset graphviz 0 0 |
| /coord-font-family /Times-Roman def |
| /default-font-family /Times-Roman def |
| /coordfont coord-font-family findfont 8 scalefont def |
| |
| /InvScaleFactor 1.0 def |
| /set_scale { |
| dup 1 exch div /InvScaleFactor exch def |
| scale |
| } bind def |
| |
| % styles |
| /solid { [] 0 setdash } bind def |
| /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def |
| /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def |
| /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def |
| /bold { 2 setlinewidth } bind def |
| /filled { } bind def |
| /unfilled { } bind def |
| /rounded { } bind def |
| /diagonals { } bind def |
| |
| % hooks for setting color |
| /nodecolor { sethsbcolor } bind def |
| /edgecolor { sethsbcolor } bind def |
| /graphcolor { sethsbcolor } bind def |
| /nopcolor {pop pop pop} bind def |
| |
| /beginpage { % i j npages |
| /npages exch def |
| /j exch def |
| /i exch def |
| /str 10 string def |
| npages 1 gt { |
| gsave |
| coordfont setfont |
| 0 0 moveto |
| (\() show i str cvs show (,) show j str cvs show (\)) show |
| grestore |
| } if |
| } bind def |
| |
| /set_font { |
| findfont exch |
| scalefont setfont |
| } def |
| |
| % draw text fitted to its expected width |
| /alignedtext { % width text |
| /text exch def |
| /width exch def |
| gsave |
| width 0 gt { |
| [] 0 setdash |
| text stringwidth pop width exch sub text length div 0 text ashow |
| } if |
| grestore |
| } def |
| |
| /boxprim { % xcorner ycorner xsize ysize |
| 4 2 roll |
| moveto |
| 2 copy |
| exch 0 rlineto |
| 0 exch rlineto |
| pop neg 0 rlineto |
| closepath |
| } bind def |
| |
| /ellipse_path { |
| /ry exch def |
| /rx exch def |
| /y exch def |
| /x exch def |
| matrix currentmatrix |
| newpath |
| x y translate |
| rx ry scale |
| 0 0 1 0 360 arc |
| setmatrix |
| } bind def |
| |
| /endpage { showpage } bind def |
| /showpage { } def |
| |
| /layercolorseq |
| [ % layer color sequence - darkest to lightest |
| [0 0 0] |
| [.2 .8 .8] |
| [.4 .8 .8] |
| [.6 .8 .8] |
| [.8 .8 .8] |
| ] |
| def |
| |
| /layerlen layercolorseq length def |
| |
| /setlayer {/maxlayer exch def /curlayer exch def |
| layercolorseq curlayer 1 sub layerlen mod get |
| aload pop sethsbcolor |
| /nodecolor {nopcolor} def |
| /edgecolor {nopcolor} def |
| /graphcolor {nopcolor} def |
| } bind def |
| |
| /onlayer { curlayer ne {invis} if } def |
| |
| /onlayers { |
| /myupper exch def |
| /mylower exch def |
| curlayer mylower lt |
| curlayer myupper gt |
| or |
| {invis} if |
| } def |
| |
| /curlayer 0 def |
| |
| %%EndResource |
| %%EndProlog |
| %%BeginSetup |
| 14 default-font-family set_font |
| 1 setmiterlimit |
| % /arrowlength 10 def |
| % /arrowwidth 5 def |
| |
| % make sure pdfmark is harmless for PS-interpreters other than Distiller |
| /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse |
| % make '<<' and '>>' safe on PS Level 1 devices |
| /languagelevel where {pop languagelevel}{1} ifelse |
| 2 lt { |
| userdict (<<) cvn ([) cvn load put |
| userdict (>>) cvn ([) cvn load put |
| } if |
| |
| %%EndSetup |
| setupLatin1 |
| %%Page: 1 1 |
| %%PageBoundingBox: 36 36 596 248 |
| %%PageOrientation: Portrait |
| 0 0 1 beginpage |
| gsave |
| 36 36 560 212 boxprim clip newpath |
| 1 1 set_scale 0 rotate 40 41 translate |
| % ACC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 0 moveto |
| 0 130 lineto |
| 56 130 lineto |
| 56 0 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 13 113.4 moveto 30 (ACC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 104 moveto |
| 56 104 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 14 87.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 78 moveto |
| 56 78 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 8 61.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 52 moveto |
| 56 52 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 16.5 35.4 moveto 23 (2.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 26 moveto |
| 56 26 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 13 9.4 moveto 30 (ACC) alignedtext |
| grestore |
| % CCG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 74 moveto |
| 140 204 lineto |
| 228 204 lineto |
| 228 74 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 168.5 187.4 moveto 31 (CCG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 178 moveto |
| 228 178 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 170 161.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 152 moveto |
| 228 152 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 164 135.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 126 moveto |
| 228 126 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 172.5 109.4 moveto 23 (1.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 100 moveto |
| 228 100 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 148 83.4 moveto 72 (CCAGCCG) alignedtext |
| grestore |
| % ACC->CCG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 56.22 93.54 moveto |
| 61.79 98.16 67.84 102.55 74 106 curveto |
| 91.26 115.65 111.66 122.77 130.17 127.88 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 129.38 131.29 moveto |
| 139.94 130.45 lineto |
| 131.15 124.52 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 129.38 131.29 moveto |
| 139.94 130.45 lineto |
| 131.15 124.52 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 75.5 130.4 moveto 45 (FF: [2]) alignedtext |
| grestore |
| % AGG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 460.5 2 moveto |
| 460.5 132 lineto |
| 551.5 132 lineto |
| 551.5 2 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 489.5 115.4 moveto 33 (AGG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 460.5 106 moveto |
| 551.5 106 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 492 89.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 460.5 80 moveto |
| 551.5 80 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 486 63.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 460.5 54 moveto |
| 551.5 54 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 494.5 37.4 moveto 23 (1.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 460.5 28 moveto |
| 551.5 28 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 468.5 11.4 moveto 75 (CGAAAGG) alignedtext |
| grestore |
| % ACC->AGG |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 56.42 64.85 moveto |
| 115.78 64.58 257.28 64.09 376 65 curveto |
| 400.27 65.19 427.09 65.57 450.03 65.95 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 450.22 69.45 moveto |
| 460.28 66.12 lineto |
| 450.34 62.46 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 450.22 69.45 moveto |
| 460.28 66.12 lineto |
| 450.34 62.46 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 246 69.4 moveto 46 (FR: [1]) alignedtext |
| grestore |
| % CCG->ACC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 139.96 95.18 moveto |
| 134.22 90.94 128.18 87.08 122 84 curveto |
| 104.81 75.43 84.03 70.72 66.38 68.14 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 66.76 64.66 moveto |
| 56.4 66.85 lineto |
| 65.87 71.61 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 66.76 64.66 moveto |
| 56.4 66.85 lineto |
| 65.87 71.61 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 74 89.4 moveto 48 (RR: [2]) alignedtext |
| grestore |
| % ACG |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 310 74 moveto |
| 310 204 lineto |
| 376 204 lineto |
| 376 74 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 310 74 moveto |
| 310 204 lineto |
| 376 204 lineto |
| 376 74 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 327.5 187.4 moveto 31 (ACG) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 310 178 moveto |
| 376 178 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 318 161.4 moveto 50 (5':[2,1]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 310 152 moveto |
| 376 152 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 323 135.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 310 126 moveto |
| 376 126 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 331.5 109.4 moveto 23 (2.0) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 310 100 moveto |
| 376 100 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 327.5 83.4 moveto 31 (ACG) alignedtext |
| grestore |
| % CCG->ACG |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 228.29 139 moveto |
| 250.58 139 277.5 139 299.66 139 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 299.79 142.5 moveto |
| 309.79 139 lineto |
| 299.79 135.5 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 299.79 142.5 moveto |
| 309.79 139 lineto |
| 299.79 135.5 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 246 144.4 moveto 46 (FR: [2]) alignedtext |
| grestore |
| % AGG->ACC |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 460.22 60.09 moveto |
| 416.98 53.93 350.25 45.39 292 42 curveto |
| 194.95 36.35 170.67 49.69 74 60 curveto |
| 71.48 60.27 68.89 60.55 66.28 60.83 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 65.78 57.36 moveto |
| 56.22 61.91 lineto |
| 66.54 64.32 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 65.78 57.36 moveto |
| 56.22 61.91 lineto |
| 66.54 64.32 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 246 47.4 moveto 46 (FR: [1]) alignedtext |
| grestore |
| % AGG->ACG |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 460.36 69.37 moveto |
| 439.2 71.98 414.3 77.29 394 88 curveto |
| 390.65 89.77 387.37 91.83 384.21 94.1 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 381.78 91.55 moveto |
| 376.1 100.5 lineto |
| 386.12 97.05 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 381.78 91.55 moveto |
| 376.1 100.5 lineto |
| 386.12 97.05 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 394 93.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % ACG->CCG |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 309.78 123.94 moveto |
| 303.97 121.89 297.89 120.11 292 119 curveto |
| 271.91 115.2 266.2 115.82 246 119 curveto |
| 243.37 119.41 240.69 119.92 238.01 120.5 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 237.18 117.1 moveto |
| 228.3 122.88 lineto |
| 238.84 123.9 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 237.18 117.1 moveto |
| 228.3 122.88 lineto |
| 238.84 123.9 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 246 124.4 moveto 46 (FR: [2]) alignedtext |
| grestore |
| % ACG->AGG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 376.02 132.02 moveto |
| 395.72 127.2 420.92 119.88 442 110 curveto |
| 445.12 108.54 448.27 106.93 451.4 105.23 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 453.22 108.22 moveto |
| 460.14 100.2 lineto |
| 449.73 102.15 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 453.22 108.22 moveto |
| 460.14 100.2 lineto |
| 449.73 102.15 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 395.5 132.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| endpage |
| showpage |
| grestore |
| %%PageTrailer |
| %%EndPage: 1 |
| %%Trailer |
| %%Pages: 1 |
| %%BoundingBox: 36 36 596 248 |
| end |
| restore |
| %%EOF |