]> AND Private Git Repository - cours-maths-dis.git/blob - partiels/090525/graph.eps
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
t
[cours-maths-dis.git] / partiels / 090525 / graph.eps
1 %!PS-Adobe-3.0 EPSF-3.0
2 %%Creator: Graphviz version 2.20.2 (Mon Mar 30 10:11:53 UTC 2009)
3 %%For: (couchot) couchot,,,
4 %%Title: _anonymous_0
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 183 368
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 147 332 boxprim clip newpath
187 1 1 set_scale 0 rotate 40 40 translate
188 % a
189 gsave
190 1 setlinewidth
191 0.000 0.000 0.000 nodecolor
192 67 306 27 18 ellipse_path stroke
193 0.000 0.000 0.000 nodecolor
194 14 /Times-Roman set_font
195 63 301.9 moveto 8 (a) alignedtext
196 grestore
197 % b
198 gsave
199 1 setlinewidth
200 0.000 0.000 0.000 nodecolor
201 67 234 27 18 ellipse_path stroke
202 0.000 0.000 0.000 nodecolor
203 14 /Times-Roman set_font
204 63 229.9 moveto 8 (b) alignedtext
205 grestore
206 % a->b
207 gsave
208 1 setlinewidth
209 0.000 0.000 0.000 edgecolor
210 newpath 67 288 moveto
211 67 280 67 271 67 262 curveto
212 stroke
213 0.000 0.000 0.000 edgecolor
214 newpath 70.5 262 moveto
215 67 252 lineto
216 63.5 262 lineto
217 closepath fill
218 1 setlinewidth
219 solid
220 0.000 0.000 0.000 edgecolor
221 newpath 70.5 262 moveto
222 67 252 lineto
223 63.5 262 lineto
224 closepath stroke
225 grestore
226 % d
227 gsave
228 1 setlinewidth
229 0.000 0.000 0.000 nodecolor
230 27 90 27 18 ellipse_path stroke
231 0.000 0.000 0.000 nodecolor
232 14 /Times-Roman set_font
233 23 85.9 moveto 8 (d) alignedtext
234 grestore
235 % b->d
236 gsave
237 1 setlinewidth
238 0.000 0.000 0.000 edgecolor
239 newpath 62 216 moveto
240 55 191 43 147 35 118 curveto
241 stroke
242 0.000 0.000 0.000 edgecolor
243 newpath 38.23 116.57 moveto
244 32 108 lineto
245 31.52 118.58 lineto
246 closepath fill
247 1 setlinewidth
248 solid
249 0.000 0.000 0.000 edgecolor
250 newpath 38.23 116.57 moveto
251 32 108 lineto
252 31.52 118.58 lineto
253 closepath stroke
254 grestore
255 % c
256 gsave
257 1 setlinewidth
258 0.000 0.000 0.000 nodecolor
259 99 162 27 18 ellipse_path stroke
260 0.000 0.000 0.000 nodecolor
261 14 /Times-Roman set_font
262 95.5 157.9 moveto 7 (c) alignedtext
263 grestore
264 % b->c
265 gsave
266 1 setlinewidth
267 0.000 0.000 0.000 edgecolor
268 newpath 75 217 moveto
269 79 208 83 198 87 188 curveto
270 stroke
271 0.000 0.000 0.000 edgecolor
272 newpath 90.14 189.56 moveto
273 91 179 lineto
274 83.74 186.72 lineto
275 closepath fill
276 1 setlinewidth
277 solid
278 0.000 0.000 0.000 edgecolor
279 newpath 90.14 189.56 moveto
280 91 179 lineto
281 83.74 186.72 lineto
282 closepath stroke
283 grestore
284 % f
285 gsave
286 1 setlinewidth
287 0.000 0.000 0.000 nodecolor
288 99 18 27 18 ellipse_path stroke
289 0.000 0.000 0.000 nodecolor
290 14 /Times-Roman set_font
291 96.5 13.9 moveto 5 (f) alignedtext
292 grestore
293 % d->f
294 gsave
295 1 setlinewidth
296 0.000 0.000 0.000 edgecolor
297 newpath 42 75 moveto
298 52 65 65 52 77 40 curveto
299 stroke
300 0.000 0.000 0.000 edgecolor
301 newpath 79.4 42.55 moveto
302 84 33 lineto
303 74.45 37.6 lineto
304 closepath fill
305 1 setlinewidth
306 solid
307 0.000 0.000 0.000 edgecolor
308 newpath 79.4 42.55 moveto
309 84 33 lineto
310 74.45 37.6 lineto
311 closepath stroke
312 grestore
313 % e
314 gsave
315 1 setlinewidth
316 0.000 0.000 0.000 nodecolor
317 99 90 27 18 ellipse_path stroke
318 0.000 0.000 0.000 nodecolor
319 14 /Times-Roman set_font
320 95 85.9 moveto 8 (e) alignedtext
321 grestore
322 % c->e
323 gsave
324 1 setlinewidth
325 0.000 0.000 0.000 edgecolor
326 newpath 99 144 moveto
327 99 136 99 127 99 118 curveto
328 stroke
329 0.000 0.000 0.000 edgecolor
330 newpath 102.5 118 moveto
331 99 108 lineto
332 95.5 118 lineto
333 closepath fill
334 1 setlinewidth
335 solid
336 0.000 0.000 0.000 edgecolor
337 newpath 102.5 118 moveto
338 99 108 lineto
339 95.5 118 lineto
340 closepath stroke
341 grestore
342 % c->f
343 gsave
344 1 setlinewidth
345 0.000 0.000 0.000 edgecolor
346 newpath 113 146 moveto
347 121 136 130 122 135 108 curveto
348 139 92 139 87 135 72 curveto
349 131 62 125 51 119 42 curveto
350 stroke
351 0.000 0.000 0.000 edgecolor
352 newpath 121.8 39.9 moveto
353 113 34 lineto
354 116.2 44.1 lineto
355 closepath fill
356 1 setlinewidth
357 solid
358 0.000 0.000 0.000 edgecolor
359 newpath 121.8 39.9 moveto
360 113 34 lineto
361 116.2 44.1 lineto
362 closepath stroke
363 grestore
364 % e->f
365 gsave
366 1 setlinewidth
367 0.000 0.000 0.000 edgecolor
368 newpath 99 72 moveto
369 99 64 99 55 99 46 curveto
370 stroke
371 0.000 0.000 0.000 edgecolor
372 newpath 102.5 46 moveto
373 99 36 lineto
374 95.5 46 lineto
375 closepath fill
376 1 setlinewidth
377 solid
378 0.000 0.000 0.000 edgecolor
379 newpath 102.5 46 moveto
380 99 36 lineto
381 95.5 46 lineto
382 closepath stroke
383 grestore
384 endpage
385 showpage
386 grestore
387 %%PageTrailer
388 %%EndPage: 1
389 %%Trailer
390 %%Pages: 1
391 %%BoundingBox: 36 36 183 368
392 end
393 restore
394 %%EOF