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

Private GIT Repository
modif partie raph
[slides_and.git] / xpl_iteration_final.ps
1 %!PS-Adobe-2.0
2 %%Creator: Graphviz version 2.16 (Fri Feb  8 12:52:03 UTC 2008)
3 %%For: (couchot) Jean-François Couchot,,,
4 %%Title: G
5 %%Pages: (atend)
6 %%BoundingBox: (atend)
7 %%EndComments
8 save
9 %%BeginProlog
10 /DotDict 200 dict def
11 DotDict begin
12
13 /setupLatin1 {
14 mark
15 /EncodingVector 256 array def
16  EncodingVector 0
17
18 ISOLatin1Encoding 0 255 getinterval putinterval
19 EncodingVector 45 /hyphen put
20
21 % Set up ISO Latin 1 character encoding
22 /starnetISO {
23         dup dup findfont dup length dict begin
24         { 1 index /FID ne { def }{ pop pop } ifelse
25         } forall
26         /Encoding EncodingVector def
27         currentdict end definefont
28 } def
29 /Times-Roman starnetISO def
30 /Times-Italic starnetISO def
31 /Times-Bold starnetISO def
32 /Times-BoldItalic starnetISO def
33 /Helvetica starnetISO def
34 /Helvetica-Oblique starnetISO def
35 /Helvetica-Bold starnetISO def
36 /Helvetica-BoldOblique starnetISO def
37 /Courier starnetISO def
38 /Courier-Oblique starnetISO def
39 /Courier-Bold starnetISO def
40 /Courier-BoldOblique starnetISO def
41 cleartomark
42 } bind def
43
44 %%BeginResource: procset graphviz 0 0
45 /coord-font-family /Times-Roman def
46 /default-font-family /Times-Roman def
47 /coordfont coord-font-family findfont 8 scalefont def
48
49 /InvScaleFactor 1.0 def
50 /set_scale {
51        dup 1 exch div /InvScaleFactor exch def
52        scale
53 } bind def
54
55 % styles
56 /solid { [] 0 setdash } bind def
57 /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
58 /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
59 /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
60 /bold { 2 setlinewidth } bind def
61 /filled { } bind def
62 /unfilled { } bind def
63 /rounded { } bind def
64 /diagonals { } 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 287 526
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 251 490 boxprim clip newpath
187 1 1 set_scale 0 rotate 40 40 translate
188 % jaune
189 gsave
190 1 setlinewidth
191 0.000 0.000 0.000 nodecolor
192 168 463 29.1348 18.3848 ellipse_path stroke
193 0.000 0.000 0.000 nodecolor
194 14.00 /Times-Roman set_font
195 152.25 459.4 moveto 31.5 (24-31) alignedtext
196 grestore
197 % rose
198 gsave
199 1 setlinewidth
200 0.000 0.000 0.000 nodecolor
201 168 389 27 18.3848 ellipse_path stroke
202 0.000 0.000 0.000 nodecolor
203 14.00 /Times-Roman set_font
204 159 385.4 moveto 18 (0-7) alignedtext
205 grestore
206 % jaune->rose
207 gsave
208 1 setlinewidth
209 0.000 0.000 0.000 edgecolor
210 newpath 168 444 moveto
211 168 436 168 427 168 418 curveto
212 stroke
213 0.000 0.000 0.000 edgecolor
214 newpath 171.5 418 moveto
215 168 408 lineto
216 164.5 418 lineto
217 closepath fill
218 1 setlinewidth
219 solid
220 0.000 0.000 0.000 edgecolor
221 newpath 171.5 418 moveto
222 168 408 lineto
223 164.5 418 lineto
224 closepath stroke
225 grestore
226 % bleu
227 gsave
228 1 setlinewidth
229 0.000 0.000 0.000 nodecolor
230 168 315 27 18.3848 ellipse_path stroke
231 0.000 0.000 0.000 nodecolor
232 14.00 /Times-Roman set_font
233 155.625 311.4 moveto 24.75 (8-15) alignedtext
234 grestore
235 % rose->bleu
236 gsave
237 1 setlinewidth
238 0.000 0.000 0.000 edgecolor
239 newpath 168 370 moveto
240 168 362 168 353 168 344 curveto
241 stroke
242 0.000 0.000 0.000 edgecolor
243 newpath 171.5 344 moveto
244 168 334 lineto
245 164.5 344 lineto
246 closepath fill
247 1 setlinewidth
248 solid
249 0.000 0.000 0.000 edgecolor
250 newpath 171.5 344 moveto
251 168 334 lineto
252 164.5 344 lineto
253 closepath stroke
254 grestore
255 % 16
256 gsave
257 1 setlinewidth
258 0.000 0.000 0.000 nodecolor
259 158 167 27 18.3848 ellipse_path stroke
260 0.000 0.000 0.000 nodecolor
261 14.00 /Times-Roman set_font
262 151.25 163.4 moveto 13.5 (16) alignedtext
263 grestore
264 % bleu->16
265 gsave
266 1 setlinewidth
267 0.000 0.000 0.000 edgecolor
268 newpath 167 296 moveto
269 165 270 162 225 160 196 curveto
270 stroke
271 0.000 0.000 0.000 edgecolor
272 newpath 163.478 195.602 moveto
273 159 186 lineto
274 156.512 196.299 lineto
275 closepath fill
276 1 setlinewidth
277 solid
278 0.000 0.000 0.000 edgecolor
279 newpath 163.478 195.602 moveto
280 159 186 lineto
281 156.512 196.299 lineto
282 closepath stroke
283 grestore
284 % 17
285 gsave
286 1 setlinewidth
287 0.000 0.000 0.000 nodecolor
288 139 93 27 18.3848 ellipse_path stroke
289 0.000 0.000 0.000 nodecolor
290 14.00 /Times-Roman set_font
291 132.25 89.4 moveto 13.5 (17) alignedtext
292 grestore
293 % bleu->17
294 gsave
295 1 setlinewidth
296 0.000 0.000 0.000 edgecolor
297 newpath 180 298 moveto
298 200 267 237 199 212 148 curveto
299 203 131 186 117 171 108 curveto
300 stroke
301 0.000 0.000 0.000 edgecolor
302 newpath 172.441 104.797 moveto
303 162 103 lineto
304 169.042 110.916 lineto
305 closepath fill
306 1 setlinewidth
307 solid
308 0.000 0.000 0.000 edgecolor
309 newpath 172.441 104.797 moveto
310 162 103 lineto
311 169.042 110.916 lineto
312 closepath stroke
313 grestore
314 % 19
315 gsave
316 1 setlinewidth
317 0.000 0.000 0.000 nodecolor
318 27 19 27 18.3848 ellipse_path stroke
319 0.000 0.000 0.000 nodecolor
320 14.00 /Times-Roman set_font
321 20.25 15.4 moveto 13.5 (19) alignedtext
322 grestore
323 % bleu->19
324 gsave
325 1 setlinewidth
326 0.000 0.000 0.000 edgecolor
327 newpath 142 310 moveto
328 115 303 75 288 55 260 curveto
329 9 196 16 96 23 47 curveto
330 stroke
331 0.000 0.000 0.000 edgecolor
332 newpath 26.4875 47.2987 moveto
333 24 37 lineto
334 19.5222 46.6021 lineto
335 closepath fill
336 1 setlinewidth
337 solid
338 0.000 0.000 0.000 edgecolor
339 newpath 26.4875 47.2987 moveto
340 24 37 lineto
341 19.5222 46.6021 lineto
342 closepath stroke
343 grestore
344 % 18
345 gsave
346 1 setlinewidth
347 0.000 0.000 0.000 nodecolor
348 139 19 27 18.3848 ellipse_path stroke
349 0.000 0.000 0.000 nodecolor
350 14.00 /Times-Roman set_font
351 132.25 15.4 moveto 13.5 (18) alignedtext
352 grestore
353 % bleu->18
354 gsave
355 1 setlinewidth
356 0.000 0.000 0.000 edgecolor
357 newpath 186 301 moveto
358 198 291 213 276 221 260 curveto
359 242 214 243 195 229 148 curveto
360 216 106 183 66 162 42 curveto
361 stroke
362 0.000 0.000 0.000 edgecolor
363 newpath 164.219 39.221 moveto
364 155 34 lineto
365 158.951 43.8306 lineto
366 closepath fill
367 1 setlinewidth
368 solid
369 0.000 0.000 0.000 edgecolor
370 newpath 164.219 39.221 moveto
371 155 34 lineto
372 158.951 43.8306 lineto
373 closepath stroke
374 grestore
375 % carre
376 gsave
377 1 setlinewidth
378 0.000 0.000 0.000 nodecolor
379 93 241 29.1348 18.3848 ellipse_path stroke
380 0.000 0.000 0.000 nodecolor
381 14.00 /Times-Roman set_font
382 77.25 237.4 moveto 31.5 (20-23) alignedtext
383 grestore
384 % bleu->carre
385 gsave
386 1 setlinewidth
387 0.000 0.000 0.000 edgecolor
388 newpath 152 300 moveto
389 141 289 128 276 116 264 curveto
390 stroke
391 0.000 0.000 0.000 edgecolor
392 newpath 118.546 261.596 moveto
393 109 257 lineto
394 113.596 266.546 lineto
395 closepath fill
396 1 setlinewidth
397 solid
398 0.000 0.000 0.000 edgecolor
399 newpath 118.546 261.596 moveto
400 109 257 lineto
401 113.596 266.546 lineto
402 closepath stroke
403 grestore
404 % 16->16
405 gsave
406 1 setlinewidth
407 dashed
408 0.000 0.000 0.000 edgecolor
409 newpath 178 180 moveto
410 191 183 203 178 203 167 curveto
411 203 159 197 154 188 153 curveto
412 stroke
413 0.000 0.000 0.000 edgecolor
414 newpath 187.602 149.522 moveto
415 178 154 lineto
416 188.299 156.488 lineto
417 closepath fill
418 1 setlinewidth
419 solid
420 0.000 0.000 0.000 edgecolor
421 newpath 187.602 149.522 moveto
422 178 154 lineto
423 188.299 156.488 lineto
424 closepath stroke
425 grestore
426 % 16->17
427 gsave
428 1 setlinewidth
429 0.000 0.000 0.000 edgecolor
430 newpath 153 149 moveto
431 151 141 149 130 146 121 curveto
432 stroke
433 0.000 0.000 0.000 edgecolor
434 newpath 149.393 120.119 moveto
435 144 111 lineto
436 142.529 121.492 lineto
437 closepath fill
438 1 setlinewidth
439 solid
440 0.000 0.000 0.000 edgecolor
441 newpath 149.393 120.119 moveto
442 144 111 lineto
443 142.529 121.492 lineto
444 closepath stroke
445 grestore
446 % 17->19
447 gsave
448 1 setlinewidth
449 0.000 0.000 0.000 edgecolor
450 newpath 119 80 moveto
451 102 69 75 51 55 38 curveto
452 stroke
453 0.000 0.000 0.000 edgecolor
454 newpath 57.1 35.2 moveto
455 47 32 lineto
456 52.9 40.8 lineto
457 closepath fill
458 1 setlinewidth
459 solid
460 0.000 0.000 0.000 edgecolor
461 newpath 57.1 35.2 moveto
462 47 32 lineto
463 52.9 40.8 lineto
464 closepath stroke
465 grestore
466 % 17->18
467 gsave
468 1 setlinewidth
469 dashed
470 0.000 0.000 0.000 edgecolor
471 newpath 133 75 moveto
472 132 66 132 57 132 47 curveto
473 stroke
474 0.000 0.000 0.000 edgecolor
475 newpath 135.488 47.2987 moveto
476 133 37 lineto
477 128.522 46.6021 lineto
478 closepath fill
479 1 setlinewidth
480 solid
481 0.000 0.000 0.000 edgecolor
482 newpath 135.488 47.2987 moveto
483 133 37 lineto
484 128.522 46.6021 lineto
485 closepath stroke
486 grestore
487 % 19->19
488 gsave
489 1 setlinewidth
490 0.000 0.000 0.000 edgecolor
491 newpath 47 32 moveto
492 60 35 72 30 72 19 curveto
493 72 11 66 6 57 5 curveto
494 stroke
495 0.000 0.000 0.000 edgecolor
496 newpath 56.6021 1.52224 moveto
497 47 6 lineto
498 57.2987 8.4875 lineto
499 closepath fill
500 1 setlinewidth
501 solid
502 0.000 0.000 0.000 edgecolor
503 newpath 56.6021 1.52224 moveto
504 47 6 lineto
505 57.2987 8.4875 lineto
506 closepath stroke
507 grestore
508 % 18->17
509 gsave
510 1 setlinewidth
511 0.000 0.000 0.000 edgecolor
512 newpath 145 37 moveto
513 146 46 146 55 146 65 curveto
514 stroke
515 0.000 0.000 0.000 edgecolor
516 newpath 142.512 64.7013 moveto
517 145 75 lineto
518 149.478 65.3979 lineto
519 closepath fill
520 1 setlinewidth
521 solid
522 0.000 0.000 0.000 edgecolor
523 newpath 142.512 64.7013 moveto
524 145 75 lineto
525 149.478 65.3979 lineto
526 closepath stroke
527 grestore
528 % carre->16
529 gsave
530 1 setlinewidth
531 0.000 0.000 0.000 edgecolor
532 newpath 107 225 moveto
533 116 215 127 201 137 191 curveto
534 stroke
535 0.000 0.000 0.000 edgecolor
536 newpath 140.049 192.831 moveto
537 144 183 lineto
538 134.781 188.221 lineto
539 closepath fill
540 1 setlinewidth
541 solid
542 0.000 0.000 0.000 edgecolor
543 newpath 140.049 192.831 moveto
544 144 183 lineto
545 134.781 188.221 lineto
546 closepath stroke
547 grestore
548 % carre->17
549 gsave
550 1 setlinewidth
551 0.000 0.000 0.000 edgecolor
552 newpath 99 223 moveto
553 107 197 122 151 130 121 curveto
554 stroke
555 0.000 0.000 0.000 edgecolor
556 newpath 133.479 121.584 moveto
557 133 111 lineto
558 126.774 119.573 lineto
559 closepath fill
560 1 setlinewidth
561 solid
562 0.000 0.000 0.000 edgecolor
563 newpath 133.479 121.584 moveto
564 133 111 lineto
565 126.774 119.573 lineto
566 closepath stroke
567 grestore
568 % carre->19
569 gsave
570 1 setlinewidth
571 0.000 0.000 0.000 edgecolor
572 newpath 87 222 moveto
573 76 183 49 93 35 47 curveto
574 stroke
575 0.000 0.000 0.000 edgecolor
576 newpath 38.2259 45.5725 moveto
577 32 37 lineto
578 31.5212 47.584 lineto
579 closepath fill
580 1 setlinewidth
581 solid
582 0.000 0.000 0.000 edgecolor
583 newpath 38.2259 45.5725 moveto
584 32 37 lineto
585 31.5212 47.584 lineto
586 closepath stroke
587 grestore
588 % carre->18
589 gsave
590 1 setlinewidth
591 0.000 0.000 0.000 edgecolor
592 newpath 91 223 moveto
593 88 191 85 125 103 74 curveto
594 107 64 113 52 119 43 curveto
595 stroke
596 0.000 0.000 0.000 edgecolor
597 newpath 121.8 45.1 moveto
598 125 35 lineto
599 116.2 40.9 lineto
600 closepath fill
601 1 setlinewidth
602 solid
603 0.000 0.000 0.000 edgecolor
604 newpath 121.8 45.1 moveto
605 125 35 lineto
606 116.2 40.9 lineto
607 closepath stroke
608 grestore
609 % carre->carre
610 gsave
611 1 setlinewidth
612 dashed
613 0.000 0.000 0.000 edgecolor
614 newpath 114 254 moveto
615 128 256 140 252 140 241 curveto
616 140 233 133 229 124 228 curveto
617 stroke
618 0.000 0.000 0.000 edgecolor
619 newpath 124 224.5 moveto
620 114 228 lineto
621 124 231.5 lineto
622 closepath fill
623 1 setlinewidth
624 solid
625 0.000 0.000 0.000 edgecolor
626 newpath 124 224.5 moveto
627 114 228 lineto
628 124 231.5 lineto
629 closepath stroke
630 grestore
631 endpage
632 showpage
633 grestore
634 %%PageTrailer
635 %%EndPage: 1
636 %%Trailer
637 %%Pages: 1
638 %%BoundingBox: 36 36 287 526
639 end
640 restore
641 %%EOF