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

Private GIT Repository
initiailisation
[14Mons.git] / talk / iter_f0e.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 367 296
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 331 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 % 100
195 gsave
196 0 0 0 nodecolor
197 14 /Times-Roman set_font
198 16.5 14.3 moveto 21 (100) alignedtext
199 grestore
200 % 000->100
201 gsave
202 1 setlinewidth
203 dashed
204 0.66667 1 1 edgecolor
205 newpath 27 143.76 moveto
206 27 119.2 27 75.25 27 46.35 curveto
207 stroke
208 0.66667 1 1 edgecolor
209 newpath 30.5 46.09 moveto
210 27 36.09 lineto
211 23.5 46.09 lineto
212 closepath fill
213 1 setlinewidth
214 solid
215 0.66667 1 1 edgecolor
216 newpath 30.5 46.09 moveto
217 27 36.09 lineto
218 23.5 46.09 lineto
219 closepath stroke
220 grestore
221 % 001
222 gsave
223 0 0 0 nodecolor
224 14 /Times-Roman set_font
225 141.21 230.3 moveto 21 (001) alignedtext
226 grestore
227 % 011
228 gsave
229 0 0 0 nodecolor
230 14 /Times-Roman set_font
231 285.21 230.3 moveto 21 (011) alignedtext
232 grestore
233 % 001->011
234 gsave
235 1 setlinewidth
236 dashed
237 0.66667 1 1 edgecolor
238 newpath 178.79 234 moveto
239 201.18 234 233.2 234 258.08 234 curveto
240 stroke
241 0.66667 1 1 edgecolor
242 newpath 258.25 237.5 moveto
243 268.25 234 lineto
244 258.25 230.5 lineto
245 closepath fill
246 1 setlinewidth
247 solid
248 0.66667 1 1 edgecolor
249 newpath 258.25 237.5 moveto
250 268.25 234 lineto
251 258.25 230.5 lineto
252 closepath stroke
253 grestore
254 % 010
255 gsave
256 0 0 0 nodecolor
257 14 /Times-Roman set_font
258 160.5 158.3 moveto 21 (010) alignedtext
259 grestore
260 % 010->000
261 gsave
262 1 setlinewidth
263 dashed
264 0.66667 1 1 edgecolor
265 newpath 143.91 162 moveto
266 121.53 162 89.5 162 64.63 162 curveto
267 stroke
268 0.66667 1 1 edgecolor
269 newpath 64.45 158.5 moveto
270 54.45 162 lineto
271 64.45 165.5 lineto
272 closepath fill
273 1 setlinewidth
274 solid
275 0.66667 1 1 edgecolor
276 newpath 64.45 158.5 moveto
277 54.45 162 lineto
278 64.45 165.5 lineto
279 closepath stroke
280 grestore
281 % 111
282 gsave
283 0 0 0 nodecolor
284 14 /Times-Roman set_font
285 285.21 86.3 moveto 21 (111) alignedtext
286 grestore
287 % 011->111
288 gsave
289 1 setlinewidth
290 dashed
291 0.66667 1 1 edgecolor
292 newpath 295.71 215.76 moveto
293 295.71 191.2 295.71 147.25 295.71 118.35 curveto
294 stroke
295 0.66667 1 1 edgecolor
296 newpath 299.21 118.09 moveto
297 295.71 108.09 lineto
298 292.21 118.09 lineto
299 closepath fill
300 1 setlinewidth
301 solid
302 0.66667 1 1 edgecolor
303 newpath 299.21 118.09 moveto
304 295.71 108.09 lineto
305 292.21 118.09 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 % 100->101
315 gsave
316 1 setlinewidth
317 dashed
318 0.66667 1 1 edgecolor
319 newpath 54.06 33.62 moveto
320 72.2 44.1 96.28 58 115.99 69.38 curveto
321 stroke
322 0.66667 1 1 edgecolor
323 newpath 114.29 72.44 moveto
324 124.7 74.41 lineto
325 117.79 66.38 lineto
326 closepath fill
327 1 setlinewidth
328 solid
329 0.66667 1 1 edgecolor
330 newpath 114.29 72.44 moveto
331 124.7 74.41 lineto
332 117.79 66.38 lineto
333 closepath stroke
334 grestore
335 % 101->001
336 gsave
337 1 setlinewidth
338 dashed
339 0.66667 1 1 edgecolor
340 newpath 151.71 108.24 moveto
341 151.71 132.8 151.71 176.75 151.71 205.65 curveto
342 stroke
343 0.66667 1 1 edgecolor
344 newpath 148.21 205.91 moveto
345 151.71 215.91 lineto
346 155.21 205.91 lineto
347 closepath fill
348 1 setlinewidth
349 solid
350 0.66667 1 1 edgecolor
351 newpath 148.21 205.91 moveto
352 151.71 215.91 lineto
353 155.21 205.91 lineto
354 closepath stroke
355 grestore
356 % 110
357 gsave
358 0 0 0 nodecolor
359 14 /Times-Roman set_font
360 160.5 14.3 moveto 21 (110) alignedtext
361 grestore
362 % 110->010
363 gsave
364 1 setlinewidth
365 dashed
366 0.66667 1 1 edgecolor
367 newpath 171 36.24 moveto
368 171 60.8 171 104.75 171 133.65 curveto
369 stroke
370 0.66667 1 1 edgecolor
371 newpath 167.5 133.91 moveto
372 171 143.91 lineto
373 174.5 133.91 lineto
374 closepath fill
375 1 setlinewidth
376 solid
377 0.66667 1 1 edgecolor
378 newpath 167.5 133.91 moveto
379 171 143.91 lineto
380 174.5 133.91 lineto
381 closepath stroke
382 grestore
383 % 111->110
384 gsave
385 1 setlinewidth
386 dashed
387 0.66667 1 1 edgecolor
388 newpath 268.65 74.38 moveto
389 250.51 63.9 226.43 50 206.72 38.62 curveto
390 stroke
391 0.66667 1 1 edgecolor
392 newpath 208.42 35.56 moveto
393 198.01 33.59 lineto
394 204.92 41.62 lineto
395 closepath fill
396 1 setlinewidth
397 solid
398 0.66667 1 1 edgecolor
399 newpath 208.42 35.56 moveto
400 198.01 33.59 lineto
401 204.92 41.62 lineto
402 closepath stroke
403 grestore
404 endpage
405 showpage
406 grestore
407 %%PageTrailer
408 %%EndPage: 1
409 %%Trailer
410 %%Pages: 1
411 %%BoundingBox: 36 36 367 296
412 end
413 restore
414 %%EOF