small update
[bsc-thesis1415.git] / thesis2 / nddawg.eps
1 %!PS-Adobe-3.0 EPSF-3.0
2 %%Creator: graphviz version 2.38.0 (20140413.2041)
3 %%Title: %3
4 %%Pages: 1
5 %%BoundingBox: 36 36 634 134
6 %%EndComments
7 save
8 %%BeginProlog
9 /DotDict 200 dict def
10 DotDict begin
11
12 /setupLatin1 {
13 mark
14 /EncodingVector 256 array def
15 EncodingVector 0
16
17 ISOLatin1Encoding 0 255 getinterval putinterval
18 EncodingVector 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
40 cleartomark
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 /tapered { } bind def
65
66 % hooks for setting color
67 /nodecolor { sethsbcolor } bind def
68 /edgecolor { sethsbcolor } bind def
69 /graphcolor { sethsbcolor } bind def
70 /nopcolor {pop pop pop} bind def
71
72 /beginpage { % i j npages
73 /npages exch def
74 /j exch def
75 /i exch def
76 /str 10 string def
77 npages 1 gt {
78 gsave
79 coordfont setfont
80 0 0 moveto
81 (\() show i str cvs show (,) show j str cvs show (\)) show
82 grestore
83 } if
84 } bind def
85
86 /set_font {
87 findfont exch
88 scalefont setfont
89 } def
90
91 % draw text fitted to its expected width
92 /alignedtext { % width text
93 /text exch def
94 /width exch def
95 gsave
96 width 0 gt {
97 [] 0 setdash
98 text stringwidth pop width exch sub text length div 0 text ashow
99 } if
100 grestore
101 } def
102
103 /boxprim { % xcorner ycorner xsize ysize
104 4 2 roll
105 moveto
106 2 copy
107 exch 0 rlineto
108 0 exch rlineto
109 pop neg 0 rlineto
110 closepath
111 } bind def
112
113 /ellipse_path {
114 /ry exch def
115 /rx exch def
116 /y exch def
117 /x exch def
118 matrix currentmatrix
119 newpath
120 x y translate
121 rx ry scale
122 0 0 1 0 360 arc
123 setmatrix
124 } bind def
125
126 /endpage { showpage } bind def
127 /showpage { } def
128
129 /layercolorseq
130 [ % layer color sequence - darkest to lightest
131 [0 0 0]
132 [.2 .8 .8]
133 [.4 .8 .8]
134 [.6 .8 .8]
135 [.8 .8 .8]
136 ]
137 def
138
139 /layerlen layercolorseq length def
140
141 /setlayer {/maxlayer exch def /curlayer exch def
142 layercolorseq curlayer 1 sub layerlen mod get
143 aload pop sethsbcolor
144 /nodecolor {nopcolor} def
145 /edgecolor {nopcolor} def
146 /graphcolor {nopcolor} def
147 } bind def
148
149 /onlayer { curlayer ne {invis} if } def
150
151 /onlayers {
152 /myupper exch def
153 /mylower exch def
154 curlayer mylower lt
155 curlayer myupper gt
156 or
157 {invis} if
158 } def
159
160 /curlayer 0 def
161
162 %%EndResource
163 %%EndProlog
164 %%BeginSetup
165 14 default-font-family set_font
166 1 setmiterlimit
167 % /arrowlength 10 def
168 % /arrowwidth 5 def
169
170 % make sure pdfmark is harmless for PS-interpreters other than Distiller
171 /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
172 % make '<<' and '>>' safe on PS Level 1 devices
173 /languagelevel where {pop languagelevel}{1} ifelse
174 2 lt {
175 userdict (<<) cvn ([) cvn load put
176 userdict (>>) cvn ([) cvn load put
177 } if
178
179 %%EndSetup
180 setupLatin1
181 %%Page: 1 1
182 %%PageBoundingBox: 36 36 634 134
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 598 98 boxprim clip newpath
187 1 1 set_scale 0 rotate 40 40 translate
188 % n0
189 % q0
190 gsave
191 1 setlinewidth
192 0 0 0 nodecolor
193 118 47 27 18 ellipse_path stroke
194 0 0 0 nodecolor
195 14 /Times-Roman set_font
196 108.5 43.3 moveto 19 (q0) alignedtext
197 grestore
198 % n0->q0
199 gsave
200 1 setlinewidth
201 0 0 0 edgecolor
202 newpath 54.22 47 moveto
203 62.55 47 71.91 47 80.82 47 curveto
204 stroke
205 0 0 0 edgecolor
206 newpath 80.97 50.5 moveto
207 90.97 47 lineto
208 80.97 43.5 lineto
209 closepath fill
210 1 setlinewidth
211 solid
212 0 0 0 edgecolor
213 newpath 80.97 50.5 moveto
214 90.97 47 lineto
215 80.97 43.5 lineto
216 closepath stroke
217 grestore
218 % q4
219 gsave
220 1 setlinewidth
221 0 0 0 nodecolor
222 563.75 47 22.96 22.96 ellipse_path stroke
223 1 setlinewidth
224 0 0 0 nodecolor
225 563.75 47 27 27 ellipse_path stroke
226 0 0 0 nodecolor
227 14 /Times-Roman set_font
228 554.25 43.3 moveto 19 (q4) alignedtext
229 grestore
230 % q1
231 gsave
232 1 setlinewidth
233 0 0 0 nodecolor
234 217 47 27 18 ellipse_path stroke
235 0 0 0 nodecolor
236 14 /Times-Roman set_font
237 207.5 43.3 moveto 19 (q1) alignedtext
238 grestore
239 % q0->q1
240 gsave
241 1 setlinewidth
242 0 0 0 edgecolor
243 newpath 145.25 47 moveto
244 155.82 47 168.18 47 179.6 47 curveto
245 stroke
246 0 0 0 edgecolor
247 newpath 179.73 50.5 moveto
248 189.73 47 lineto
249 179.73 43.5 lineto
250 closepath fill
251 1 setlinewidth
252 solid
253 0 0 0 edgecolor
254 newpath 179.73 50.5 moveto
255 189.73 47 lineto
256 179.73 43.5 lineto
257 closepath stroke
258 0 0 0 edgecolor
259 14 /Times-Roman set_font
260 163 50.8 moveto 9 (a) alignedtext
261 grestore
262 % q2
263 gsave
264 1 setlinewidth
265 0 0 0 nodecolor
266 341 72 27 18 ellipse_path stroke
267 0 0 0 nodecolor
268 14 /Times-Roman set_font
269 331.5 68.3 moveto 19 (q2) alignedtext
270 grestore
271 % q1->q2
272 gsave
273 1 setlinewidth
274 0 0 0 edgecolor
275 newpath 242.98 52.12 moveto
276 260.91 55.79 285.31 60.79 305.15 64.86 curveto
277 stroke
278 0 0 0 edgecolor
279 newpath 304.55 68.31 moveto
280 315.05 66.89 lineto
281 305.96 61.45 lineto
282 closepath fill
283 1 setlinewidth
284 solid
285 0 0 0 edgecolor
286 newpath 304.55 68.31 moveto
287 315.05 66.89 lineto
288 305.96 61.45 lineto
289 closepath stroke
290 0 0 0 edgecolor
291 14 /Times-Roman set_font
292 274 65.8 moveto 10 (b) alignedtext
293 grestore
294 % q5
295 gsave
296 1 setlinewidth
297 0 0 0 nodecolor
298 341 18 27 18 ellipse_path stroke
299 0 0 0 nodecolor
300 14 /Times-Roman set_font
301 331.5 14.3 moveto 19 (q5) alignedtext
302 grestore
303 % q1->q5
304 gsave
305 1 setlinewidth
306 0 0 0 edgecolor
307 newpath 242.69 41.13 moveto
308 260.71 36.85 285.39 30.98 305.38 26.23 curveto
309 stroke
310 0 0 0 edgecolor
311 newpath 306.43 29.58 moveto
312 315.35 23.86 lineto
313 304.81 22.77 lineto
314 closepath fill
315 1 setlinewidth
316 solid
317 0 0 0 edgecolor
318 newpath 306.43 29.58 moveto
319 315.35 23.86 lineto
320 304.81 22.77 lineto
321 closepath stroke
322 0 0 0 edgecolor
323 14 /Times-Roman set_font
324 262 38.8 moveto 34 (<1>) alignedtext
325 grestore
326 % q3
327 gsave
328 1 setlinewidth
329 0 0 0 nodecolor
330 465 72 27 18 ellipse_path stroke
331 0 0 0 nodecolor
332 14 /Times-Roman set_font
333 455.5 68.3 moveto 19 (q3) alignedtext
334 grestore
335 % q2->q3
336 gsave
337 1 setlinewidth
338 0 0 0 edgecolor
339 newpath 368.17 72 moveto
340 385.54 72 408.57 72 427.7 72 curveto
341 stroke
342 0 0 0 edgecolor
343 newpath 427.87 75.5 moveto
344 437.87 72 lineto
345 427.87 68.5 lineto
346 closepath fill
347 1 setlinewidth
348 solid
349 0 0 0 edgecolor
350 newpath 427.87 75.5 moveto
351 437.87 72 lineto
352 427.87 68.5 lineto
353 closepath stroke
354 0 0 0 edgecolor
355 14 /Times-Roman set_font
356 386 75.8 moveto 34 (<1>) alignedtext
357 grestore
358 % q3->q4
359 gsave
360 1 setlinewidth
361 0 0 0 edgecolor
362 newpath 490.41 65.69 moveto
363 501.7 62.78 515.31 59.26 527.66 56.07 curveto
364 stroke
365 0 0 0 edgecolor
366 newpath 528.86 59.37 moveto
367 537.67 53.48 lineto
368 527.11 52.59 lineto
369 closepath fill
370 1 setlinewidth
371 solid
372 0 0 0 edgecolor
373 newpath 528.86 59.37 moveto
374 537.67 53.48 lineto
375 527.11 52.59 lineto
376 closepath stroke
377 0 0 0 edgecolor
378 14 /Times-Roman set_font
379 510 63.8 moveto 9 (c) alignedtext
380 grestore
381 % q6
382 gsave
383 1 setlinewidth
384 0 0 0 nodecolor
385 465 18 27 18 ellipse_path stroke
386 0 0 0 nodecolor
387 14 /Times-Roman set_font
388 455.5 14.3 moveto 19 (q6) alignedtext
389 grestore
390 % q5->q6
391 gsave
392 1 setlinewidth
393 0 0 0 edgecolor
394 newpath 368.17 18 moveto
395 385.54 18 408.57 18 427.7 18 curveto
396 stroke
397 0 0 0 edgecolor
398 newpath 427.87 21.5 moveto
399 437.87 18 lineto
400 427.87 14.5 lineto
401 closepath fill
402 1 setlinewidth
403 solid
404 0 0 0 edgecolor
405 newpath 427.87 21.5 moveto
406 437.87 18 lineto
407 427.87 14.5 lineto
408 closepath stroke
409 0 0 0 edgecolor
410 14 /Times-Roman set_font
411 398 21.8 moveto 10 (b) alignedtext
412 grestore
413 % q6->q4
414 gsave
415 1 setlinewidth
416 0 0 0 edgecolor
417 newpath 489.92 25.17 moveto
418 501.4 28.61 515.37 32.8 527.99 36.58 curveto
419 stroke
420 0 0 0 edgecolor
421 newpath 527.17 39.99 moveto
422 537.76 39.51 lineto
423 529.18 33.29 lineto
424 closepath fill
425 1 setlinewidth
426 solid
427 0 0 0 edgecolor
428 newpath 527.17 39.99 moveto
429 537.76 39.51 lineto
430 529.18 33.29 lineto
431 closepath stroke
432 0 0 0 edgecolor
433 14 /Times-Roman set_font
434 510 36.8 moveto 9 (c) alignedtext
435 grestore
436 endpage
437 showpage
438 grestore
439 %%PageTrailer
440 %%EndPage: 1
441 %%Trailer
442 end
443 restore
444 %%EOF