]> AND Private Git Repository - canny.git/blob - xpl.ps
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
ajout complexité WOW et UNIWARD
[canny.git] / xpl.ps
1 %!PS-Adobe-3.0
2 %%Creator: graphviz version 2.26.3 (20100126.1600)
3 %%Title: _anonymous_0
4 %%Pages: (atend)
5 %%BoundingBox: (atend)
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
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         ]
136 def
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
164 14 default-font-family set_font
165 1 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
173 2 lt {
174     userdict (<<) cvn ([) cvn load put
175     userdict (>>) cvn ([) cvn load put
176 } if
177
178 %%EndSetup
179 setupLatin1
180 %%Page: 1 1
181 %%PageBoundingBox: 36 36 675 818
182 %%PageOrientation: Portrait
183 0 0 1 beginpage
184 gsave
185 36 36 639 782 boxprim clip newpath
186 1 1 set_scale 0 rotate 40 41 translate
187 % 000
188 gsave
189 1 setlinewidth
190 0 0 0 nodecolor
191 413 755 41.22 18.38 ellipse_path stroke
192 0 0 0 nodecolor
193 14 /Times-Roman set_font
194 391.5 751.4 moveto 43 (\(00,0\)) alignedtext
195 grestore
196 % 100
197 gsave
198 1 setlinewidth
199 0 0 0 nodecolor
200 346 663 41.22 18.38 ellipse_path stroke
201 0 0 0 nodecolor
202 14 /Times-Roman set_font
203 324.5 659.4 moveto 43 (\(00,0\)) alignedtext
204 grestore
205 % 000->100
206 gsave
207 2 setlinewidth
208 bold
209 0 0 0 edgecolor
210 newpath 398.92 737.48 moveto
211 394.1 731.37 388.74 724.44 384 718 curveto
212 377.22 708.79 370.03 698.53 363.75 689.38 curveto
213 stroke
214 0 0 0 edgecolor
215 newpath 366.58 687.31 moveto
216 358.05 681.03 lineto
217 360.8 691.26 lineto
218 closepath fill
219 1 setlinewidth
220 solid
221 0 0 0 edgecolor
222 newpath 366.58 687.31 moveto
223 358.05 681.03 lineto
224 360.8 691.26 lineto
225 closepath stroke
226 0 0 0 edgecolor
227 14 /Times-Roman set_font
228 384 705.4 moveto 47 (+0*01) alignedtext
229 grestore
230 % 101
231 gsave
232 1 setlinewidth
233 0 0 0 nodecolor
234 468 663 41.22 18.38 ellipse_path stroke
235 0 0 0 nodecolor
236 14 /Times-Roman set_font
237 446.5 659.4 moveto 43 (\(01,4\)) alignedtext
238 grestore
239 % 000->101
240 gsave
241 1 setlinewidth
242 0 0 0 edgecolor
243 newpath 423.87 736.82 moveto
244 431.85 723.47 442.83 705.1 451.84 690.02 curveto
245 stroke
246 0 0 0 edgecolor
247 newpath 455.03 691.52 moveto
248 457.16 681.14 lineto
249 449.02 687.93 lineto
250 closepath fill
251 1 setlinewidth
252 solid
253 0 0 0 edgecolor
254 newpath 455.03 691.52 moveto
255 457.16 681.14 lineto
256 449.02 687.93 lineto
257 closepath stroke
258 0 0 0 edgecolor
259 14 /Times-Roman set_font
260 445 705.4 moveto 47 (+1*01) alignedtext
261 grestore
262 % 200
263 gsave
264 1 setlinewidth
265 dashed
266 0 0 0 nodecolor
267 346 571 41.22 18.38 ellipse_path stroke
268 0 0 0 nodecolor
269 14 /Times-Roman set_font
270 324.5 567.4 moveto 43 (\(00,2\)) alignedtext
271 grestore
272 % 100->200
273 gsave
274 1 setlinewidth
275 0 0 0 edgecolor
276 newpath 346 644.38 moveto
277 346 631.54 346 614.22 346 599.63 curveto
278 stroke
279 0 0 0 edgecolor
280 newpath 349.5 599.59 moveto
281 346 589.59 lineto
282 342.5 599.59 lineto
283 closepath fill
284 1 setlinewidth
285 solid
286 0 0 0 edgecolor
287 newpath 349.5 599.59 moveto
288 346 589.59 lineto
289 342.5 599.59 lineto
290 closepath stroke
291 0 0 0 edgecolor
292 14 /Times-Roman set_font
293 346 613.4 moveto 47 (+0*11) alignedtext
294 grestore
295 % 211
296 gsave
297 1 setlinewidth
298 0 0 0 nodecolor
299 224 571 62.93 18.38 ellipse_path stroke
300 0 0 0 nodecolor
301 14 /Times-Roman set_font
302 187.5 567.4 moveto 73 (\(11~01,0\)) alignedtext
303 grestore
304 % 100->211
305 gsave
306 2 setlinewidth
307 bold
308 0 0 0 edgecolor
309 newpath 324.05 647.31 moveto
310 315.01 640.78 304.45 633.09 295 626 curveto
311 281.49 615.87 266.71 604.47 254.15 594.69 curveto
312 stroke
313 0 0 0 edgecolor
314 newpath 256.28 591.92 moveto
315 246.25 588.52 lineto
316 251.97 597.43 lineto
317 closepath fill
318 1 setlinewidth
319 solid
320 0 0 0 edgecolor
321 newpath 256.28 591.92 moveto
322 246.25 588.52 lineto
323 251.97 597.43 lineto
324 closepath stroke
325 0 0 0 edgecolor
326 14 /Times-Roman set_font
327 295 613.4 moveto 47 (+1*11) alignedtext
328 grestore
329 % 300
330 gsave
331 1 setlinewidth
332 0 0 0 nodecolor
333 231 479 41.22 18.38 ellipse_path stroke
334 0 0 0 nodecolor
335 14 /Times-Roman set_font
336 209.5 475.4 moveto 43 (\(00,5\)) alignedtext
337 grestore
338 % 400
339 gsave
340 1 setlinewidth
341 dashed
342 0 0 0 nodecolor
343 275 387 41.22 18.38 ellipse_path stroke
344 0 0 0 nodecolor
345 14 /Times-Roman set_font
346 253.5 383.4 moveto 43 (\(00,9\)) alignedtext
347 grestore
348 % 300->400
349 gsave
350 1 setlinewidth
351 0 0 0 edgecolor
352 newpath 239.69 460.82 moveto
353 246.02 447.59 254.7 429.44 261.87 414.45 curveto
354 stroke
355 0 0 0 edgecolor
356 newpath 265.17 415.67 moveto
357 266.33 405.14 lineto
358 258.85 412.65 lineto
359 closepath fill
360 1 setlinewidth
361 solid
362 0 0 0 edgecolor
363 newpath 265.17 415.67 moveto
364 266.33 405.14 lineto
365 258.85 412.65 lineto
366 closepath stroke
367 0 0 0 edgecolor
368 14 /Times-Roman set_font
369 256 429.4 moveto 47 (+0*11) alignedtext
370 grestore
371 % 411
372 gsave
373 1 setlinewidth
374 0 0 0 nodecolor
375 153 387 62.93 18.38 ellipse_path stroke
376 0 0 0 nodecolor
377 14 /Times-Roman set_font
378 116.5 383.4 moveto 73 (\(11~01,5\)) alignedtext
379 grestore
380 % 300->411
381 gsave
382 1 setlinewidth
383 0 0 0 edgecolor
384 newpath 215.4 461.82 moveto
385 209.85 455.62 203.59 448.54 198 442 curveto
386 190.15 432.81 181.71 422.59 174.29 413.49 curveto
387 stroke
388 0 0 0 edgecolor
389 newpath 176.83 411.06 moveto
390 167.81 405.5 lineto
391 171.39 415.47 lineto
392 closepath fill
393 1 setlinewidth
394 solid
395 0 0 0 edgecolor
396 newpath 176.83 411.06 moveto
397 167.81 405.5 lineto
398 171.39 415.47 lineto
399 closepath stroke
400 0 0 0 edgecolor
401 14 /Times-Roman set_font
402 198 429.4 moveto 47 (+1*11) alignedtext
403 grestore
404 % 500
405 gsave
406 1 setlinewidth
407 0 0 0 nodecolor
408 162 295 41.22 18.38 ellipse_path stroke
409 0 0 0 nodecolor
410 14 /Times-Roman set_font
411 140.5 291.4 moveto 43 (\(00,5\)) alignedtext
412 grestore
413 % 600
414 gsave
415 1 setlinewidth
416 0 0 0 nodecolor
417 69 203 68.8 18.38 ellipse_path stroke
418 0 0 0 nodecolor
419 14 /Times-Roman set_font
420 28 199.4 moveto 82 (\(00~00,13\)) alignedtext
421 grestore
422 % 500->600
423 gsave
424 1 setlinewidth
425 0 0 0 edgecolor
426 newpath 144.94 278.13 moveto
427 130.88 264.22 110.72 244.27 94.71 228.43 curveto
428 stroke
429 0 0 0 edgecolor
430 newpath 96.79 225.57 moveto
431 87.22 221.03 lineto
432 91.87 230.55 lineto
433 closepath fill
434 1 setlinewidth
435 solid
436 0 0 0 edgecolor
437 newpath 96.79 225.57 moveto
438 87.22 221.03 lineto
439 91.87 230.55 lineto
440 closepath stroke
441 0 0 0 edgecolor
442 14 /Times-Roman set_font
443 124 245.4 moveto 47 (+0*11) alignedtext
444 grestore
445 % 611
446 gsave
447 1 setlinewidth
448 dashed
449 0 0 0 nodecolor
450 197 203 41.22 18.38 ellipse_path stroke
451 0 0 0 nodecolor
452 14 /Times-Roman set_font
453 175.5 199.4 moveto 43 (\(11,5\)) alignedtext
454 grestore
455 % 500->611
456 gsave
457 1 setlinewidth
458 0 0 0 edgecolor
459 newpath 169.08 276.38 moveto
460 174.05 263.33 180.78 245.65 186.38 230.91 curveto
461 stroke
462 0 0 0 edgecolor
463 newpath 189.76 231.87 moveto
464 190.05 221.28 lineto
465 183.22 229.38 lineto
466 closepath fill
467 1 setlinewidth
468 solid
469 0 0 0 edgecolor
470 newpath 189.76 231.87 moveto
471 190.05 221.28 lineto
472 183.22 229.38 lineto
473 closepath stroke
474 0 0 0 edgecolor
475 14 /Times-Roman set_font
476 182 245.4 moveto 47 (+1*11) alignedtext
477 grestore
478 % 700
479 gsave
480 1 setlinewidth
481 0 0 0 nodecolor
482 90 111 48.08 18.38 ellipse_path stroke
483 0 0 0 nodecolor
484 14 /Times-Roman set_font
485 64 107.4 moveto 52 (\(00,11\)) alignedtext
486 grestore
487 % 600->700
488 gsave
489 1 setlinewidth
490 dashed
491 0 0 0 edgecolor
492 newpath 73.25 184.38 moveto
493 76.18 171.54 80.14 154.22 83.47 139.63 curveto
494 stroke
495 0 0 0 edgecolor
496 newpath 86.94 140.12 moveto
497 85.76 129.59 lineto
498 80.12 138.56 lineto
499 closepath fill
500 1 setlinewidth
501 solid
502 0 0 0 edgecolor
503 newpath 86.94 140.12 moveto
504 85.76 129.59 lineto
505 80.12 138.56 lineto
506 closepath stroke
507 0 0 0 edgecolor
508 14 /Times-Roman set_font
509 82 153.4 moveto 47 (+0*01) alignedtext
510 grestore
511 % 701
512 gsave
513 1 setlinewidth
514 0 0 0 nodecolor
515 311 111 41.22 18.38 ellipse_path stroke
516 0 0 0 nodecolor
517 14 /Times-Roman set_font
518 289.5 107.4 moveto 43 (\(01,4\)) alignedtext
519 grestore
520 % 600->701
521 gsave
522 1 setlinewidth
523 dashed
524 0 0 0 edgecolor
525 newpath 98.5 186.11 moveto
526 124.99 171.03 160.81 150.87 168 148 curveto
527 198.65 135.75 234.62 126.47 262.82 120.26 curveto
528 stroke
529 0 0 0 edgecolor
530 newpath 263.79 123.64 moveto
531 272.83 118.12 lineto
532 262.32 116.79 lineto
533 closepath fill
534 1 setlinewidth
535 solid
536 0 0 0 edgecolor
537 newpath 263.79 123.64 moveto
538 272.83 118.12 lineto
539 262.32 116.79 lineto
540 closepath stroke
541 0 0 0 edgecolor
542 14 /Times-Roman set_font
543 168 153.4 moveto 47 (+1*01) alignedtext
544 grestore
545 % 800
546 gsave
547 1 setlinewidth
548 dashed
549 0 0 0 nodecolor
550 83 19 48.08 18.38 ellipse_path stroke
551 0 0 0 nodecolor
552 14 /Times-Roman set_font
553 57 15.4 moveto 52 (\(00,11\)) alignedtext
554 grestore
555 % 700->800
556 gsave
557 1 setlinewidth
558 0 0 0 edgecolor
559 newpath 88.58 92.38 moveto
560 87.61 79.54 86.29 62.22 85.18 47.63 curveto
561 stroke
562 0 0 0 edgecolor
563 newpath 88.66 47.3 moveto
564 84.41 37.59 lineto
565 81.68 47.83 lineto
566 closepath fill
567 1 setlinewidth
568 solid
569 0 0 0 edgecolor
570 newpath 88.66 47.3 moveto
571 84.41 37.59 lineto
572 81.68 47.83 lineto
573 closepath stroke
574 0 0 0 edgecolor
575 14 /Times-Roman set_font
576 88 61.4 moveto 47 (+0*11) alignedtext
577 grestore
578 % 811
579 gsave
580 1 setlinewidth
581 0 0 0 nodecolor
582 197 19 48.08 18.38 ellipse_path stroke
583 0 0 0 nodecolor
584 14 /Times-Roman set_font
585 171 15.4 moveto 52 (\(11,17\)) alignedtext
586 grestore
587 % 700->811
588 gsave
589 1 setlinewidth
590 0 0 0 edgecolor
591 newpath 112.86 94.57 moveto
592 121.24 88.33 130.7 81.03 139 74 curveto
593 150.31 64.42 162.27 53.27 172.38 43.51 curveto
594 stroke
595 0 0 0 edgecolor
596 newpath 174.98 45.86 moveto
597 179.7 36.38 lineto
598 170.1 40.85 lineto
599 closepath fill
600 1 setlinewidth
601 solid
602 0 0 0 edgecolor
603 newpath 174.98 45.86 moveto
604 179.7 36.38 lineto
605 170.1 40.85 lineto
606 closepath stroke
607 0 0 0 edgecolor
608 14 /Times-Roman set_font
609 158 61.4 moveto 47 (+1*11) alignedtext
610 grestore
611 % 201
612 gsave
613 1 setlinewidth
614 0 0 0 nodecolor
615 468 571 62.93 18.38 ellipse_path stroke
616 0 0 0 nodecolor
617 14 /Times-Roman set_font
618 431.5 567.4 moveto 73 (\(01~00,6\)) alignedtext
619 grestore
620 % 101->201
621 gsave
622 1 setlinewidth
623 0 0 0 edgecolor
624 newpath 468 644.38 moveto
625 468 631.54 468 614.22 468 599.63 curveto
626 stroke
627 0 0 0 edgecolor
628 newpath 471.5 599.59 moveto
629 468 589.59 lineto
630 464.5 599.59 lineto
631 closepath fill
632 1 setlinewidth
633 solid
634 0 0 0 edgecolor
635 newpath 471.5 599.59 moveto
636 468 589.59 lineto
637 464.5 599.59 lineto
638 closepath stroke
639 0 0 0 edgecolor
640 14 /Times-Roman set_font
641 468 613.4 moveto 47 (+0*11) alignedtext
642 grestore
643 % 210
644 gsave
645 1 setlinewidth
646 dashed
647 0 0 0 nodecolor
648 590 571 41.22 18.38 ellipse_path stroke
649 0 0 0 nodecolor
650 14 /Times-Roman set_font
651 568.5 567.4 moveto 43 (\(10,4\)) alignedtext
652 grestore
653 % 101->210
654 gsave
655 1 setlinewidth
656 0 0 0 edgecolor
657 newpath 489.95 647.31 moveto
658 498.99 640.78 509.55 633.09 519 626 curveto
659 533.12 615.41 548.64 603.43 561.55 593.36 curveto
660 stroke
661 0 0 0 edgecolor
662 newpath 563.9 595.97 moveto
663 569.62 587.06 lineto
664 559.59 590.46 lineto
665 closepath fill
666 1 setlinewidth
667 solid
668 0 0 0 edgecolor
669 newpath 563.9 595.97 moveto
670 569.62 587.06 lineto
671 559.59 590.46 lineto
672 closepath stroke
673 0 0 0 edgecolor
674 14 /Times-Roman set_font
675 542 613.4 moveto 47 (+1*11) alignedtext
676 grestore
677 % 201->300
678 gsave
679 1 setlinewidth
680 dashed
681 0 0 0 edgecolor
682 newpath 433.86 555.35 moveto
683 421.11 549.14 406.66 541.66 394 534 curveto
684 382.28 526.92 381.37 521.87 369 516 curveto
685 340.68 502.57 306.7 493.38 279.54 487.52 curveto
686 stroke
687 0 0 0 edgecolor
688 newpath 280 484.04 moveto
689 269.49 485.44 lineto
690 278.57 490.89 lineto
691 closepath fill
692 1 setlinewidth
693 solid
694 0 0 0 edgecolor
695 newpath 280 484.04 moveto
696 269.49 485.44 lineto
697 278.57 490.89 lineto
698 closepath stroke
699 0 0 0 edgecolor
700 14 /Times-Roman set_font
701 394 521.4 moveto 47 (+0*01) alignedtext
702 grestore
703 % 301
704 gsave
705 1 setlinewidth
706 0 0 0 nodecolor
707 430 479 41.22 18.38 ellipse_path stroke
708 0 0 0 nodecolor
709 14 /Times-Roman set_font
710 408.5 475.4 moveto 43 (\(01,0\)) alignedtext
711 grestore
712 % 201->301
713 gsave
714 1 setlinewidth
715 dashed
716 0 0 0 edgecolor
717 newpath 460.31 552.38 moveto
718 454.92 539.33 447.62 521.65 441.53 506.91 curveto
719 stroke
720 0 0 0 edgecolor
721 newpath 444.6 505.18 moveto
722 437.55 497.28 lineto
723 438.13 507.85 lineto
724 closepath fill
725 1 setlinewidth
726 solid
727 0 0 0 edgecolor
728 newpath 444.6 505.18 moveto
729 437.55 497.28 lineto
730 438.13 507.85 lineto
731 closepath stroke
732 0 0 0 edgecolor
733 14 /Times-Roman set_font
734 452 521.4 moveto 47 (+1*01) alignedtext
735 grestore
736 % 401
737 gsave
738 1 setlinewidth
739 0 0 0 nodecolor
740 397 387 62.93 18.38 ellipse_path stroke
741 0 0 0 nodecolor
742 14 /Times-Roman set_font
743 360.5 383.4 moveto 73 (\(01~00,4\)) alignedtext
744 grestore
745 % 301->401
746 gsave
747 2 setlinewidth
748 bold
749 0 0 0 edgecolor
750 newpath 423.32 460.38 moveto
751 418.67 447.41 412.38 429.88 407.12 415.2 curveto
752 stroke
753 0 0 0 edgecolor
754 newpath 410.34 413.82 moveto
755 403.67 405.59 lineto
756 403.75 416.18 lineto
757 closepath fill
758 1 setlinewidth
759 solid
760 0 0 0 edgecolor
761 newpath 410.34 413.82 moveto
762 403.67 405.59 lineto
763 403.75 416.18 lineto
764 closepath stroke
765 0 0 0 edgecolor
766 14 /Times-Roman set_font
767 416 429.4 moveto 47 (+0*11) alignedtext
768 grestore
769 % 410
770 gsave
771 1 setlinewidth
772 dashed
773 0 0 0 nodecolor
774 519 387 41.22 18.38 ellipse_path stroke
775 0 0 0 nodecolor
776 14 /Times-Roman set_font
777 497.5 383.4 moveto 43 (\(10,0\)) alignedtext
778 grestore
779 % 301->410
780 gsave
781 1 setlinewidth
782 0 0 0 edgecolor
783 newpath 447.05 462.15 moveto
784 453.35 455.87 460.54 448.64 467 442 curveto
785 476.45 432.28 486.72 421.47 495.62 412.02 curveto
786 stroke
787 0 0 0 edgecolor
788 newpath 498.43 414.14 moveto
789 502.73 404.46 lineto
790 493.33 409.35 lineto
791 closepath fill
792 1 setlinewidth
793 solid
794 0 0 0 edgecolor
795 newpath 498.43 414.14 moveto
796 502.73 404.46 lineto
797 493.33 409.35 lineto
798 closepath stroke
799 0 0 0 edgecolor
800 14 /Times-Roman set_font
801 482 429.4 moveto 47 (+1*11) alignedtext
802 grestore
803 % 401->500
804 gsave
805 1 setlinewidth
806 dashed
807 0 0 0 edgecolor
808 newpath 362.86 371.35 moveto
809 350.11 365.14 335.66 357.66 323 350 curveto
810 311.28 342.92 310.36 337.89 298 332 curveto
811 270.29 318.79 237.07 309.64 210.4 303.74 curveto
812 stroke
813 0 0 0 edgecolor
814 newpath 211.03 300.3 moveto
815 200.52 301.64 lineto
816 209.58 307.15 lineto
817 closepath fill
818 1 setlinewidth
819 solid
820 0 0 0 edgecolor
821 newpath 211.03 300.3 moveto
822 200.52 301.64 lineto
823 209.58 307.15 lineto
824 closepath stroke
825 0 0 0 edgecolor
826 14 /Times-Roman set_font
827 323 337.4 moveto 47 (+0*01) alignedtext
828 grestore
829 % 501
830 gsave
831 1 setlinewidth
832 0 0 0 nodecolor
833 358 295 41.22 18.38 ellipse_path stroke
834 0 0 0 nodecolor
835 14 /Times-Roman set_font
836 336.5 291.4 moveto 43 (\(01,4\)) alignedtext
837 grestore
838 % 401->501
839 gsave
840 2 setlinewidth
841 bold
842 0 0 0 edgecolor
843 newpath 389.11 368.38 moveto
844 383.52 355.2 375.93 337.31 369.65 322.49 curveto
845 stroke
846 0 0 0 edgecolor
847 newpath 372.87 321.12 moveto
848 365.75 313.28 lineto
849 366.43 323.85 lineto
850 closepath fill
851 1 setlinewidth
852 solid
853 0 0 0 edgecolor
854 newpath 372.87 321.12 moveto
855 365.75 313.28 lineto
856 366.43 323.85 lineto
857 closepath stroke
858 0 0 0 edgecolor
859 14 /Times-Roman set_font
860 380 337.4 moveto 47 (+1*01) alignedtext
861 grestore
862 % 601
863 gsave
864 1 setlinewidth
865 dashed
866 0 0 0 nodecolor
867 448 203 48.08 18.38 ellipse_path stroke
868 0 0 0 nodecolor
869 14 /Times-Roman set_font
870 422 199.4 moveto 52 (\(01,12\)) alignedtext
871 grestore
872 % 501->601
873 gsave
874 1 setlinewidth
875 0 0 0 edgecolor
876 newpath 374.93 277.7 moveto
877 388.67 263.65 408.22 243.66 423.65 227.9 curveto
878 stroke
879 0 0 0 edgecolor
880 newpath 426.35 230.14 moveto
881 430.84 220.54 lineto
882 421.35 225.24 lineto
883 closepath fill
884 1 setlinewidth
885 solid
886 0 0 0 edgecolor
887 newpath 426.35 230.14 moveto
888 430.84 220.54 lineto
889 421.35 225.24 lineto
890 closepath stroke
891 0 0 0 edgecolor
892 14 /Times-Roman set_font
893 411 245.4 moveto 47 (+0*11) alignedtext
894 grestore
895 % 610
896 gsave
897 1 setlinewidth
898 0 0 0 nodecolor
899 319 203 62.93 18.38 ellipse_path stroke
900 0 0 0 nodecolor
901 14 /Times-Roman set_font
902 282.5 199.4 moveto 73 (\(10~01,4\)) alignedtext
903 grestore
904 % 501->610
905 gsave
906 2 setlinewidth
907 bold
908 0 0 0 edgecolor
909 newpath 350.29 276.82 moveto
910 344.72 263.68 337.09 245.68 330.76 230.74 curveto
911 stroke
912 0 0 0 edgecolor
913 newpath 333.95 229.29 moveto
914 326.82 221.45 lineto
915 327.5 232.03 lineto
916 closepath fill
917 1 setlinewidth
918 solid
919 0 0 0 edgecolor
920 newpath 333.95 229.29 moveto
921 326.82 221.45 lineto
922 327.5 232.03 lineto
923 closepath stroke
924 0 0 0 edgecolor
925 14 /Times-Roman set_font
926 341 245.4 moveto 47 (+1*11) alignedtext
927 grestore
928 % 801
929 gsave
930 2 setlinewidth
931 bold
932 0 0 0 nodecolor
933 307 19 41.22 18.38 ellipse_path stroke
934 0 0 0 nodecolor
935 14 /Times-Roman set_font
936 285.5 15.4 moveto 43 (\(01,4\)) alignedtext
937 grestore
938 % 701->801
939 gsave
940 2 setlinewidth
941 bold
942 0 0 0 edgecolor
943 newpath 310.19 92.38 moveto
944 309.63 79.54 308.88 62.22 308.24 47.63 curveto
945 stroke
946 0 0 0 edgecolor
947 newpath 311.74 47.43 moveto
948 307.81 37.59 lineto
949 304.75 47.73 lineto
950 closepath fill
951 1 setlinewidth
952 solid
953 0 0 0 edgecolor
954 newpath 311.74 47.43 moveto
955 307.81 37.59 lineto
956 304.75 47.73 lineto
957 closepath stroke
958 0 0 0 edgecolor
959 14 /Times-Roman set_font
960 309 61.4 moveto 47 (+0*11) alignedtext
961 grestore
962 % 810
963 gsave
964 1 setlinewidth
965 dashed
966 0 0 0 nodecolor
967 414 19 48.08 18.38 ellipse_path stroke
968 0 0 0 nodecolor
969 14 /Times-Roman set_font
970 388 15.4 moveto 52 (\(10,10\)) alignedtext
971 grestore
972 % 701->810
973 gsave
974 1 setlinewidth
975 0 0 0 edgecolor
976 newpath 333.5 95.09 moveto
977 342.02 88.79 351.67 81.32 360 74 curveto
978 370.63 64.66 381.69 53.66 391.01 43.95 curveto
979 stroke
980 0 0 0 edgecolor
981 newpath 393.73 46.17 moveto
982 398.08 36.51 lineto
983 388.66 41.35 lineto
984 closepath fill
985 1 setlinewidth
986 solid
987 0 0 0 edgecolor
988 newpath 393.73 46.17 moveto
989 398.08 36.51 lineto
990 388.66 41.35 lineto
991 closepath stroke
992 0 0 0 edgecolor
993 14 /Times-Roman set_font
994 378 61.4 moveto 47 (+1*11) alignedtext
995 grestore
996 % 610->700
997 gsave
998 1 setlinewidth
999 0 0 0 edgecolor
1000 newpath 292.23 186.12 moveto
1001 272.54 174.25 244.83 158.65 219 148 curveto
1002 194.12 137.74 165.43 129.21 141.44 122.93 curveto
1003 stroke
1004 0 0 0 edgecolor
1005 newpath 142.02 119.47 moveto
1006 131.47 120.38 lineto
1007 140.29 126.25 lineto
1008 closepath fill
1009 1 setlinewidth
1010 solid
1011 0 0 0 edgecolor
1012 newpath 142.02 119.47 moveto
1013 131.47 120.38 lineto
1014 140.29 126.25 lineto
1015 closepath stroke
1016 0 0 0 edgecolor
1017 14 /Times-Roman set_font
1018 255 153.4 moveto 47 (+1*01) alignedtext
1019 grestore
1020 % 610->701
1021 gsave
1022 2 setlinewidth
1023 bold
1024 0 0 0 edgecolor
1025 newpath 317.38 184.38 moveto
1026 316.26 171.54 314.76 154.22 313.49 139.63 curveto
1027 stroke
1028 0 0 0 edgecolor
1029 newpath 316.97 139.25 moveto
1030 312.62 129.59 lineto
1031 310 139.86 lineto
1032 closepath fill
1033 1 setlinewidth
1034 solid
1035 0 0 0 edgecolor
1036 newpath 316.97 139.25 moveto
1037 312.62 129.59 lineto
1038 310 139.86 lineto
1039 closepath stroke
1040 0 0 0 edgecolor
1041 14 /Times-Roman set_font
1042 315 153.4 moveto 47 (+0*01) alignedtext
1043 grestore
1044 % 211->300
1045 gsave
1046 1 setlinewidth
1047 0 0 0 edgecolor
1048 newpath 225.42 552.38 moveto
1049 226.39 539.54 227.71 522.22 228.82 507.63 curveto
1050 stroke
1051 0 0 0 edgecolor
1052 newpath 232.32 507.83 moveto
1053 229.59 497.59 lineto
1054 225.34 507.3 lineto
1055 closepath fill
1056 1 setlinewidth
1057 solid
1058 0 0 0 edgecolor
1059 newpath 232.32 507.83 moveto
1060 229.59 497.59 lineto
1061 225.34 507.3 lineto
1062 closepath stroke
1063 0 0 0 edgecolor
1064 14 /Times-Roman set_font
1065 228 521.4 moveto 47 (+1*01) alignedtext
1066 grestore
1067 % 211->301
1068 gsave
1069 2 setlinewidth
1070 bold
1071 0 0 0 edgecolor
1072 newpath 250.77 554.23 moveto
1073 270.1 542.56 297.07 527.16 322 516 curveto
1074 342.43 506.86 365.85 498.58 385.65 492.19 curveto
1075 stroke
1076 0 0 0 edgecolor
1077 newpath 386.87 495.47 moveto
1078 395.34 489.11 lineto
1079 384.75 488.8 lineto
1080 closepath fill
1081 1 setlinewidth
1082 solid
1083 0 0 0 edgecolor
1084 newpath 386.87 495.47 moveto
1085 395.34 489.11 lineto
1086 384.75 488.8 lineto
1087 closepath stroke
1088 0 0 0 edgecolor
1089 14 /Times-Roman set_font
1090 322 521.4 moveto 47 (+0*01) alignedtext
1091 grestore
1092 % 411->500
1093 gsave
1094 1 setlinewidth
1095 0 0 0 edgecolor
1096 newpath 154.82 368.38 moveto
1097 156.08 355.54 157.77 338.22 159.2 323.63 curveto
1098 stroke
1099 0 0 0 edgecolor
1100 newpath 162.69 323.88 moveto
1101 160.18 313.59 lineto
1102 155.72 323.2 lineto
1103 closepath fill
1104 1 setlinewidth
1105 solid
1106 0 0 0 edgecolor
1107 newpath 162.69 323.88 moveto
1108 160.18 313.59 lineto
1109 155.72 323.2 lineto
1110 closepath stroke
1111 0 0 0 edgecolor
1112 14 /Times-Roman set_font
1113 158 337.4 moveto 47 (+1*01) alignedtext
1114 grestore
1115 % 411->501
1116 gsave
1117 1 setlinewidth
1118 dashed
1119 0 0 0 edgecolor
1120 newpath 179.78 370.25 moveto
1121 199.11 358.59 226.08 343.19 251 332 curveto
1122 271.25 322.91 294.45 314.64 314.06 308.23 curveto
1123 stroke
1124 0 0 0 edgecolor
1125 newpath 315.21 311.54 moveto
1126 323.67 305.15 lineto
1127 313.07 304.87 lineto
1128 closepath fill
1129 1 setlinewidth
1130 solid
1131 0 0 0 edgecolor
1132 newpath 315.21 311.54 moveto
1133 323.67 305.15 lineto
1134 313.07 304.87 lineto
1135 closepath stroke
1136 0 0 0 edgecolor
1137 14 /Times-Roman set_font
1138 251 337.4 moveto 47 (+0*01) alignedtext
1139 grestore
1140 endpage
1141 showpage
1142 grestore
1143 %%PageTrailer
1144 %%EndPage: 1
1145 %%Trailer
1146 %%Pages: 1
1147 %%BoundingBox: 36 36 675 818
1148 end
1149 restore
1150 %%EOF