]> AND Private Git Repository - 14Mons.git/blob - talk/iter_f0b.eps
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
initiailisation
[14Mons.git] / talk / iter_f0b.eps
1 %!PS-Adobe-3.0
2 %%Creator: graphviz version 2.36.0 (20140111.2315)
3 %%Title: %3
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 /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 385 296
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 349 260 boxprim clip newpath
187 1 1 set_scale 0 rotate 40 40 translate
188 % 000
189 gsave
190 0 0 0 nodecolor
191 14 /Times-Roman set_font
192 16.5 158.3 moveto 21 (000) alignedtext
193 grestore
194 % 000->000
195 gsave
196 1 setlinewidth
197 0 0 0 edgecolor
198 newpath 54.24 168.74 moveto
199 64.02 168.89 72 166.64 72 162 curveto
200 72 159.17 69.04 157.23 64.51 156.18 curveto
201 stroke
202 0 0 0 edgecolor
203 newpath 64.51 152.67 moveto
204 54.24 155.26 lineto
205 63.89 159.64 lineto
206 closepath fill
207 1 setlinewidth
208 solid
209 0 0 0 edgecolor
210 newpath 64.51 152.67 moveto
211 54.24 155.26 lineto
212 63.89 159.64 lineto
213 closepath stroke
214 grestore
215 % 001
216 gsave
217 0 0 0 nodecolor
218 14 /Times-Roman set_font
219 141.21 230.3 moveto 21 (001) alignedtext
220 grestore
221 % 000->001
222 gsave
223 1 setlinewidth
224 0 0 0 edgecolor
225 newpath 47.47 180.04 moveto
226 65.92 192.5 93.4 208.61 115.53 220.09 curveto
227 stroke
228 0 0 0 edgecolor
229 newpath 114.15 223.31 moveto
230 124.65 224.71 lineto
231 117.31 217.07 lineto
232 closepath fill
233 1 setlinewidth
234 solid
235 0 0 0 edgecolor
236 newpath 114.15 223.31 moveto
237 124.65 224.71 lineto
238 117.31 217.07 lineto
239 closepath stroke
240 grestore
241 % 010
242 gsave
243 0 0 0 nodecolor
244 14 /Times-Roman set_font
245 160.5 158.3 moveto 21 (010) alignedtext
246 grestore
247 % 000->010
248 gsave
249 1 setlinewidth
250 0 0 0 edgecolor
251 newpath 54.09 162 moveto
252 76.47 162 108.5 162 133.37 162 curveto
253 stroke
254 0 0 0 edgecolor
255 newpath 133.55 165.5 moveto
256 143.55 162 lineto
257 133.55 158.5 lineto
258 closepath fill
259 1 setlinewidth
260 solid
261 0 0 0 edgecolor
262 newpath 133.55 165.5 moveto
263 143.55 162 lineto
264 133.55 158.5 lineto
265 closepath stroke
266 grestore
267 % 001->000
268 gsave
269 1 setlinewidth
270 0 0 0 edgecolor
271 newpath 131.24 215.96 moveto
272 112.79 203.5 85.31 187.39 63.17 175.91 curveto
273 stroke
274 0 0 0 edgecolor
275 newpath 64.56 172.69 moveto
276 54.06 171.29 lineto
277 61.4 178.93 lineto
278 closepath fill
279 1 setlinewidth
280 solid
281 0 0 0 edgecolor
282 newpath 64.56 172.69 moveto
283 54.06 171.29 lineto
284 61.4 178.93 lineto
285 closepath stroke
286 grestore
287 % 001->001
288 gsave
289 1 setlinewidth
290 0 0 0 edgecolor
291 newpath 178.95 240.74 moveto
292 188.73 240.89 196.71 238.64 196.71 234 curveto
293 196.71 231.17 193.75 229.23 189.22 228.18 curveto
294 stroke
295 0 0 0 edgecolor
296 newpath 189.22 224.67 moveto
297 178.95 227.26 lineto
298 188.59 231.64 lineto
299 closepath fill
300 1 setlinewidth
301 solid
302 0 0 0 edgecolor
303 newpath 189.22 224.67 moveto
304 178.95 227.26 lineto
305 188.59 231.64 lineto
306 closepath stroke
307 grestore
308 % 101
309 gsave
310 0 0 0 nodecolor
311 14 /Times-Roman set_font
312 141.21 86.3 moveto 21 (101) alignedtext
313 grestore
314 % 001->101
315 gsave
316 1 setlinewidth
317 0 0 0 edgecolor
318 newpath 151.71 215.76 moveto
319 151.71 191.2 151.71 147.25 151.71 118.35 curveto
320 stroke
321 0 0 0 edgecolor
322 newpath 155.21 118.09 moveto
323 151.71 108.09 lineto
324 148.21 118.09 lineto
325 closepath fill
326 1 setlinewidth
327 solid
328 0 0 0 edgecolor
329 newpath 155.21 118.09 moveto
330 151.71 108.09 lineto
331 148.21 118.09 lineto
332 closepath stroke
333 grestore
334 % 010->010
335 gsave
336 1 setlinewidth
337 0 0 0 edgecolor
338 newpath 198.24 168.74 moveto
339 208.02 168.89 216 166.64 216 162 curveto
340 216 159.17 213.04 157.23 208.51 156.18 curveto
341 stroke
342 0 0 0 edgecolor
343 newpath 208.51 152.67 moveto
344 198.24 155.26 lineto
345 207.89 159.64 lineto
346 closepath fill
347 1 setlinewidth
348 solid
349 0 0 0 edgecolor
350 newpath 208.51 152.67 moveto
351 198.24 155.26 lineto
352 207.89 159.64 lineto
353 closepath stroke
354 grestore
355 % 011
356 gsave
357 0 0 0 nodecolor
358 14 /Times-Roman set_font
359 285.21 230.3 moveto 21 (011) alignedtext
360 grestore
361 % 010->011
362 gsave
363 1 setlinewidth
364 0 0 0 edgecolor
365 newpath 191.47 180.04 moveto
366 209.92 192.5 237.4 208.61 259.53 220.09 curveto
367 stroke
368 0 0 0 edgecolor
369 newpath 258.15 223.31 moveto
370 268.65 224.71 lineto
371 261.31 217.07 lineto
372 closepath fill
373 1 setlinewidth
374 solid
375 0 0 0 edgecolor
376 newpath 258.15 223.31 moveto
377 268.65 224.71 lineto
378 261.31 217.07 lineto
379 closepath stroke
380 grestore
381 % 110
382 gsave
383 0 0 0 nodecolor
384 14 /Times-Roman set_font
385 160.5 14.3 moveto 21 (110) alignedtext
386 grestore
387 % 010->110
388 gsave
389 1 setlinewidth
390 0 0 0 edgecolor
391 newpath 171 143.76 moveto
392 171 119.2 171 75.25 171 46.35 curveto
393 stroke
394 0 0 0 edgecolor
395 newpath 174.5 46.09 moveto
396 171 36.09 lineto
397 167.5 46.09 lineto
398 closepath fill
399 1 setlinewidth
400 solid
401 0 0 0 edgecolor
402 newpath 174.5 46.09 moveto
403 171 36.09 lineto
404 167.5 46.09 lineto
405 closepath stroke
406 grestore
407 % 011->001
408 gsave
409 1 setlinewidth
410 0 0 0 edgecolor
411 newpath 268.62 234 moveto
412 246.24 234 214.21 234 189.34 234 curveto
413 stroke
414 0 0 0 edgecolor
415 newpath 189.16 230.5 moveto
416 179.16 234 lineto
417 189.16 237.5 lineto
418 closepath fill
419 1 setlinewidth
420 solid
421 0 0 0 edgecolor
422 newpath 189.16 230.5 moveto
423 179.16 234 lineto
424 189.16 237.5 lineto
425 closepath stroke
426 grestore
427 % 011->010
428 gsave
429 1 setlinewidth
430 0 0 0 edgecolor
431 newpath 275.24 215.96 moveto
432 256.79 203.5 229.31 187.39 207.17 175.91 curveto
433 stroke
434 0 0 0 edgecolor
435 newpath 208.56 172.69 moveto
436 198.06 171.29 lineto
437 205.4 178.93 lineto
438 closepath fill
439 1 setlinewidth
440 solid
441 0 0 0 edgecolor
442 newpath 208.56 172.69 moveto
443 198.06 171.29 lineto
444 205.4 178.93 lineto
445 closepath stroke
446 grestore
447 % 011->011
448 gsave
449 1 setlinewidth
450 0 0 0 edgecolor
451 newpath 322.95 240.74 moveto
452 332.73 240.89 340.71 238.64 340.71 234 curveto
453 340.71 231.17 337.75 229.23 333.22 228.18 curveto
454 stroke
455 0 0 0 edgecolor
456 newpath 333.22 224.67 moveto
457 322.95 227.26 lineto
458 332.59 231.64 lineto
459 closepath fill
460 1 setlinewidth
461 solid
462 0 0 0 edgecolor
463 newpath 333.22 224.67 moveto
464 322.95 227.26 lineto
465 332.59 231.64 lineto
466 closepath stroke
467 grestore
468 % 100
469 gsave
470 0 0 0 nodecolor
471 14 /Times-Roman set_font
472 16.5 14.3 moveto 21 (100) alignedtext
473 grestore
474 % 100->000
475 gsave
476 1 setlinewidth
477 0 0 0 edgecolor
478 newpath 27 36.24 moveto
479 27 60.8 27 104.75 27 133.65 curveto
480 stroke
481 0 0 0 edgecolor
482 newpath 23.5 133.91 moveto
483 27 143.91 lineto
484 30.5 133.91 lineto
485 closepath fill
486 1 setlinewidth
487 solid
488 0 0 0 edgecolor
489 newpath 23.5 133.91 moveto
490 27 143.91 lineto
491 30.5 133.91 lineto
492 closepath stroke
493 grestore
494 % 100->100
495 gsave
496 1 setlinewidth
497 0 0 0 edgecolor
498 newpath 54.24 24.74 moveto
499 64.02 24.89 72 22.64 72 18 curveto
500 72 15.17 69.04 13.23 64.51 12.18 curveto
501 stroke
502 0 0 0 edgecolor
503 newpath 64.51 8.67 moveto
504 54.24 11.26 lineto
505 63.89 15.64 lineto
506 closepath fill
507 1 setlinewidth
508 solid
509 0 0 0 edgecolor
510 newpath 64.51 8.67 moveto
511 54.24 11.26 lineto
512 63.89 15.64 lineto
513 closepath stroke
514 grestore
515 % 100->101
516 gsave
517 1 setlinewidth
518 0 0 0 edgecolor
519 newpath 47.47 36.04 moveto
520 65.92 48.5 93.4 64.61 115.53 76.09 curveto
521 stroke
522 0 0 0 edgecolor
523 newpath 114.15 79.31 moveto
524 124.65 80.71 lineto
525 117.31 73.07 lineto
526 closepath fill
527 1 setlinewidth
528 solid
529 0 0 0 edgecolor
530 newpath 114.15 79.31 moveto
531 124.65 80.71 lineto
532 117.31 73.07 lineto
533 closepath stroke
534 grestore
535 % 101->100
536 gsave
537 1 setlinewidth
538 0 0 0 edgecolor
539 newpath 131.24 71.96 moveto
540 112.79 59.5 85.31 43.39 63.17 31.91 curveto
541 stroke
542 0 0 0 edgecolor
543 newpath 64.56 28.69 moveto
544 54.06 27.29 lineto
545 61.4 34.93 lineto
546 closepath fill
547 1 setlinewidth
548 solid
549 0 0 0 edgecolor
550 newpath 64.56 28.69 moveto
551 54.06 27.29 lineto
552 61.4 34.93 lineto
553 closepath stroke
554 grestore
555 % 101->101
556 gsave
557 1 setlinewidth
558 0 0 0 edgecolor
559 newpath 178.95 96.74 moveto
560 188.73 96.89 196.71 94.64 196.71 90 curveto
561 196.71 87.17 193.75 85.23 189.22 84.18 curveto
562 stroke
563 0 0 0 edgecolor
564 newpath 189.22 80.67 moveto
565 178.95 83.26 lineto
566 188.59 87.64 lineto
567 closepath fill
568 1 setlinewidth
569 solid
570 0 0 0 edgecolor
571 newpath 189.22 80.67 moveto
572 178.95 83.26 lineto
573 188.59 87.64 lineto
574 closepath stroke
575 grestore
576 % 111
577 gsave
578 0 0 0 nodecolor
579 14 /Times-Roman set_font
580 285.21 86.3 moveto 21 (111) alignedtext
581 grestore
582 % 101->111
583 gsave
584 1 setlinewidth
585 0 0 0 edgecolor
586 newpath 178.79 90 moveto
587 201.18 90 233.2 90 258.08 90 curveto
588 stroke
589 0 0 0 edgecolor
590 newpath 258.25 93.5 moveto
591 268.25 90 lineto
592 258.25 86.5 lineto
593 closepath fill
594 1 setlinewidth
595 solid
596 0 0 0 edgecolor
597 newpath 258.25 93.5 moveto
598 268.25 90 lineto
599 258.25 86.5 lineto
600 closepath stroke
601 grestore
602 % 110->100
603 gsave
604 1 setlinewidth
605 0 0 0 edgecolor
606 newpath 143.91 18 moveto
607 121.53 18 89.5 18 64.63 18 curveto
608 stroke
609 0 0 0 edgecolor
610 newpath 64.45 14.5 moveto
611 54.45 18 lineto
612 64.45 21.5 lineto
613 closepath fill
614 1 setlinewidth
615 solid
616 0 0 0 edgecolor
617 newpath 64.45 14.5 moveto
618 54.45 18 lineto
619 64.45 21.5 lineto
620 closepath stroke
621 grestore
622 % 110->110
623 gsave
624 1 setlinewidth
625 0 0 0 edgecolor
626 newpath 198.24 24.74 moveto
627 208.02 24.89 216 22.64 216 18 curveto
628 216 15.17 213.04 13.23 208.51 12.18 curveto
629 stroke
630 0 0 0 edgecolor
631 newpath 208.51 8.67 moveto
632 198.24 11.26 lineto
633 207.89 15.64 lineto
634 closepath fill
635 1 setlinewidth
636 solid
637 0 0 0 edgecolor
638 newpath 208.51 8.67 moveto
639 198.24 11.26 lineto
640 207.89 15.64 lineto
641 closepath stroke
642 grestore
643 % 110->111
644 gsave
645 1 setlinewidth
646 0 0 0 edgecolor
647 newpath 191.47 36.04 moveto
648 209.92 48.5 237.4 64.61 259.53 76.09 curveto
649 stroke
650 0 0 0 edgecolor
651 newpath 258.15 79.31 moveto
652 268.65 80.71 lineto
653 261.31 73.07 lineto
654 closepath fill
655 1 setlinewidth
656 solid
657 0 0 0 edgecolor
658 newpath 258.15 79.31 moveto
659 268.65 80.71 lineto
660 261.31 73.07 lineto
661 closepath stroke
662 grestore
663 % 111->011
664 gsave
665 1 setlinewidth
666 0 0 0 edgecolor
667 newpath 295.71 108.24 moveto
668 295.71 132.8 295.71 176.75 295.71 205.65 curveto
669 stroke
670 0 0 0 edgecolor
671 newpath 292.21 205.91 moveto
672 295.71 215.91 lineto
673 299.21 205.91 lineto
674 closepath fill
675 1 setlinewidth
676 solid
677 0 0 0 edgecolor
678 newpath 292.21 205.91 moveto
679 295.71 215.91 lineto
680 299.21 205.91 lineto
681 closepath stroke
682 grestore
683 % 111->110
684 gsave
685 1 setlinewidth
686 0 0 0 edgecolor
687 newpath 275.24 71.96 moveto
688 256.79 59.5 229.31 43.39 207.17 31.91 curveto
689 stroke
690 0 0 0 edgecolor
691 newpath 208.56 28.69 moveto
692 198.06 27.29 lineto
693 205.4 34.93 lineto
694 closepath fill
695 1 setlinewidth
696 solid
697 0 0 0 edgecolor
698 newpath 208.56 28.69 moveto
699 198.06 27.29 lineto
700 205.4 34.93 lineto
701 closepath stroke
702 grestore
703 % 111->111
704 gsave
705 1 setlinewidth
706 0 0 0 edgecolor
707 newpath 322.95 96.74 moveto
708 332.73 96.89 340.71 94.64 340.71 90 curveto
709 340.71 87.17 337.75 85.23 333.22 84.18 curveto
710 stroke
711 0 0 0 edgecolor
712 newpath 333.22 80.67 moveto
713 322.95 83.26 lineto
714 332.59 87.64 lineto
715 closepath fill
716 1 setlinewidth
717 solid
718 0 0 0 edgecolor
719 newpath 333.22 80.67 moveto
720 322.95 83.26 lineto
721 332.59 87.64 lineto
722 closepath stroke
723 grestore
724 endpage
725 showpage
726 grestore
727 %%PageTrailer
728 %%EndPage: 1
729 %%Trailer
730 %%Pages: 1
731 %%BoundingBox: 36 36 385 296
732 end
733 restore
734 %%EOF