]> AND Private Git Repository - rairo15.git/blob - images/g.eps
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
initialisation
[rairo15.git] / images / g.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 265 245
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 229 209 boxprim clip newpath
187 1 1 set_scale 0 rotate 40 40 translate
188 % 00
189 gsave
190 0 0 0 nodecolor
191 14 /Times-Roman set_font
192 38 24.89 moveto 14 (00) alignedtext
193 grestore
194 % 00->00
195 gsave
196 1 setlinewidth
197 0 0 0 edgecolor
198 newpath 27 46.59 moveto
199 12 55.59 0 55.59 0 28.59 curveto
200 0 7.5 7.32 2.88 17.68 6.17 curveto
201 stroke
202 0 0 0 edgecolor
203 newpath 16.47 9.46 moveto
204 27 10.59 lineto
205 19.47 3.14 lineto
206 closepath fill
207 1 setlinewidth
208 solid
209 0 0 0 edgecolor
210 newpath 16.47 9.46 moveto
211 27 10.59 lineto
212 19.47 3.14 lineto
213 closepath stroke
214 0 0 0 edgecolor
215 14 /Times-Roman set_font
216 3.63 33.99 moveto 21 ({2}) alignedtext
217 grestore
218 % 10
219 gsave
220 0 0 0 nodecolor
221 14 /Times-Roman set_font
222 182 24.89 moveto 14 (10) alignedtext
223 grestore
224 % 00->10
225 gsave
226 1 setlinewidth
227 0 0 0 edgecolor
228 newpath 72.09 34 moveto
229 94.47 35.56 126.5 35.76 151.37 34.6 curveto
230 stroke
231 0 0 0 edgecolor
232 newpath 151.76 38.09 moveto
233 161.55 34.03 lineto
234 151.36 31.1 lineto
235 closepath fill
236 1 setlinewidth
237 solid
238 0 0 0 edgecolor
239 newpath 151.76 38.09 moveto
240 161.55 34.03 lineto
241 151.36 31.1 lineto
242 closepath stroke
243 0 0 0 edgecolor
244 14 /Times-Roman set_font
245 86.56 45.98 moveto 55 ({1},{1,2}) alignedtext
246 grestore
247 % 01
248 gsave
249 0 0 0 nodecolor
250 14 /Times-Roman set_font
251 38 168.89 moveto 14 (01) alignedtext
252 grestore
253 % 01->00
254 gsave
255 1 setlinewidth
256 0 0 0 edgecolor
257 newpath 45 154.35 moveto
258 45 129.79 45 85.84 45 56.95 curveto
259 stroke
260 0 0 0 edgecolor
261 newpath 48.5 56.68 moveto
262 45 46.68 lineto
263 41.5 56.68 lineto
264 closepath fill
265 1 setlinewidth
266 solid
267 0 0 0 edgecolor
268 newpath 48.5 56.68 moveto
269 45 46.68 lineto
270 41.5 56.68 lineto
271 closepath stroke
272 0 0 0 edgecolor
273 14 /Times-Roman set_font
274 21.56 91.28 moveto 21 ({2}) alignedtext
275 grestore
276 % 01->10
277 gsave
278 1 setlinewidth
279 0 0 0 edgecolor
280 newpath 70.08 154.56 moveto
281 98.7 129.24 144.65 83.32 170.31 54.41 curveto
282 stroke
283 0 0 0 edgecolor
284 newpath 173.06 56.58 moveto
285 176.98 46.74 lineto
286 167.78 51.99 lineto
287 closepath fill
288 1 setlinewidth
289 solid
290 0 0 0 edgecolor
291 newpath 173.06 56.58 moveto
292 176.98 46.74 lineto
293 167.78 51.99 lineto
294 closepath stroke
295 0 0 0 edgecolor
296 14 /Times-Roman set_font
297 139.56 87.98 moveto 31 ({1,2}) alignedtext
298 grestore
299 % 11
300 gsave
301 0 0 0 nodecolor
302 14 /Times-Roman set_font
303 182 168.89 moveto 14 (11) alignedtext
304 grestore
305 % 01->11
306 gsave
307 1 setlinewidth
308 0 0 0 edgecolor
309 newpath 72.09 178 moveto
310 94.47 179.56 126.5 179.76 151.37 178.6 curveto
311 stroke
312 0 0 0 edgecolor
313 newpath 151.76 182.09 moveto
314 161.55 178.03 lineto
315 151.36 175.1 lineto
316 closepath fill
317 1 setlinewidth
318 solid
319 0 0 0 edgecolor
320 newpath 151.76 182.09 moveto
321 161.55 178.03 lineto
322 151.36 175.1 lineto
323 closepath stroke
324 0 0 0 edgecolor
325 14 /Times-Roman set_font
326 103.56 189.98 moveto 21 ({1}) alignedtext
327 grestore
328 % 10->00
329 gsave
330 1 setlinewidth
331 0 0 0 edgecolor
332 newpath 161.91 23.18 moveto
333 139.53 21.63 107.5 21.42 82.63 22.58 curveto
334 stroke
335 0 0 0 edgecolor
336 newpath 82.24 19.09 moveto
337 72.45 23.15 lineto
338 82.64 26.08 lineto
339 closepath fill
340 1 setlinewidth
341 solid
342 0 0 0 edgecolor
343 newpath 82.24 19.09 moveto
344 72.45 23.15 lineto
345 82.64 26.08 lineto
346 closepath stroke
347 0 0 0 edgecolor
348 14 /Times-Roman set_font
349 109.44 3.8 moveto 21 ({1}) alignedtext
350 grestore
351 % 10->01
352 gsave
353 1 setlinewidth
354 0 0 0 edgecolor
355 newpath 163.92 46.63 moveto
356 135.3 71.94 89.35 117.86 63.69 146.77 curveto
357 stroke
358 0 0 0 edgecolor
359 newpath 60.94 144.6 moveto
360 57.02 154.44 lineto
361 66.22 149.19 lineto
362 closepath fill
363 1 setlinewidth
364 solid
365 0 0 0 edgecolor
366 newpath 60.94 144.6 moveto
367 57.02 154.44 lineto
368 66.22 149.19 lineto
369 closepath stroke
370 0 0 0 edgecolor
371 14 /Times-Roman set_font
372 63.44 105.8 moveto 31 ({1,2}) alignedtext
373 grestore
374 % 10->11
375 gsave
376 1 setlinewidth
377 0 0 0 edgecolor
378 newpath 184.33 46.83 moveto
379 181.87 71.39 181.59 115.34 183.5 144.24 curveto
380 stroke
381 0 0 0 edgecolor
382 newpath 180.04 144.82 moveto
383 184.34 154.5 lineto
384 187.02 144.25 lineto
385 closepath fill
386 1 setlinewidth
387 solid
388 0 0 0 edgecolor
389 newpath 180.04 144.82 moveto
390 184.34 154.5 lineto
391 187.02 144.25 lineto
392 closepath stroke
393 0 0 0 edgecolor
394 14 /Times-Roman set_font
395 157.01 103.72 moveto 21 ({2}) alignedtext
396 grestore
397 % 11->00
398 gsave
399 1 setlinewidth
400 0 0 0 edgecolor
401 newpath 170.76 154.35 moveto
402 145.34 128.93 99.13 82.72 70.36 53.95 curveto
403 stroke
404 0 0 0 edgecolor
405 newpath 72.64 51.28 moveto
406 63.09 46.68 lineto
407 67.69 56.23 lineto
408 closepath fill
409 1 setlinewidth
410 solid
411 0 0 0 edgecolor
412 newpath 72.64 51.28 moveto
413 63.09 46.68 lineto
414 67.69 56.23 lineto
415 closepath stroke
416 0 0 0 edgecolor
417 14 /Times-Roman set_font
418 90.89 67.98 moveto 31 ({1,2}) alignedtext
419 grestore
420 % 11->01
421 gsave
422 1 setlinewidth
423 0 0 0 edgecolor
424 newpath 161.91 167.18 moveto
425 139.53 165.63 107.5 165.42 82.63 166.58 curveto
426 stroke
427 0 0 0 edgecolor
428 newpath 82.24 163.09 moveto
429 72.45 167.15 lineto
430 82.64 170.08 lineto
431 closepath fill
432 1 setlinewidth
433 solid
434 0 0 0 edgecolor
435 newpath 82.24 163.09 moveto
436 72.45 167.15 lineto
437 82.64 170.08 lineto
438 closepath stroke
439 0 0 0 edgecolor
440 14 /Times-Roman set_font
441 109.44 147.8 moveto 21 ({1}) alignedtext
442 grestore
443 % 11->10
444 gsave
445 1 setlinewidth
446 0 0 0 edgecolor
447 newpath 193.67 154.35 moveto
448 196.13 129.79 196.41 85.84 194.5 56.95 curveto
449 stroke
450 0 0 0 edgecolor
451 newpath 197.96 56.36 moveto
452 193.66 46.68 lineto
453 190.98 56.93 lineto
454 closepath fill
455 1 setlinewidth
456 solid
457 0 0 0 edgecolor
458 newpath 197.96 56.36 moveto
459 193.66 46.68 lineto
460 190.98 56.93 lineto
461 closepath stroke
462 0 0 0 edgecolor
463 14 /Times-Roman set_font
464 199.99 90.06 moveto 21 ({2}) alignedtext
465 grestore
466 endpage
467 showpage
468 grestore
469 %%PageTrailer
470 %%EndPage: 1
471 %%Trailer
472 %%Pages: 1
473 %%BoundingBox: 36 36 265 245
474 end
475 restore
476 %%EOF