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

Private GIT Repository
rairo
[hdrcouchot.git] / images / xplgraphmix.eps
1 %!PS-Adobe-3.0
2 %%Creator: graphviz version 2.36.0 (20140111.2315)
3 %%Title: G
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 235 344
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 199 308 boxprim clip newpath
187 1 1 set_scale 0 rotate 40 40 translate
188 % 1
189 gsave
190 1 setlinewidth
191 0 0 0 nodecolor
192 63 282 27 18 ellipse_path stroke
193 0 0 0 nodecolor
194 14 /Times-Roman set_font
195 59.5 278.3 moveto 7 (1) alignedtext
196 grestore
197 % 1->1
198 gsave
199 1 setlinewidth
200 0 0 0 edgecolor
201 newpath 87.53 290.12 moveto
202 98.51 290.89 108 288.19 108 282 curveto
203 108 277.84 103.72 275.26 97.57 274.24 curveto
204 stroke
205 0 0 0 edgecolor
206 newpath 97.65 270.74 moveto
207 87.53 273.88 lineto
208 97.4 277.74 lineto
209 closepath fill
210 1 setlinewidth
211 solid
212 0 0 0 edgecolor
213 newpath 97.65 270.74 moveto
214 87.53 273.88 lineto
215 97.4 277.74 lineto
216 closepath stroke
217 0 0 0 edgecolor
218 14 /Times-Roman set_font
219 108 278.3 moveto 25 ( +/- ) alignedtext
220 grestore
221 % 2
222 gsave
223 1 setlinewidth
224 0 0 0 nodecolor
225 27 194 27 18 ellipse_path stroke
226 0 0 0 nodecolor
227 14 /Times-Roman set_font
228 23.5 190.3 moveto 7 (2) alignedtext
229 grestore
230 % 1->2
231 gsave
232 1 setlinewidth
233 0 0 0 edgecolor
234 newpath 45.45 268.32 moveto
235 38.69 262.38 31.7 254.7 28 246 curveto
236 24.9 238.72 23.84 230.3 23.78 222.44 curveto
237 stroke
238 0 0 0 edgecolor
239 newpath 27.29 222.34 moveto
240 24.21 212.2 lineto
241 20.29 222.05 lineto
242 closepath fill
243 1 setlinewidth
244 solid
245 0 0 0 edgecolor
246 newpath 27.29 222.34 moveto
247 24.21 212.2 lineto
248 20.29 222.05 lineto
249 closepath stroke
250 0 0 0 edgecolor
251 14 /Times-Roman set_font
252 28 234.3 moveto 13 ( - ) alignedtext
253 grestore
254 % 3
255 gsave
256 1 setlinewidth
257 0 0 0 nodecolor
258 130 194 27 18 ellipse_path stroke
259 0 0 0 nodecolor
260 14 /Times-Roman set_font
261 126.5 190.3 moveto 7 (3) alignedtext
262 grestore
263 % 1->3
264 gsave
265 1 setlinewidth
266 0 0 0 edgecolor
267 newpath 74.98 265.62 moveto
268 85.17 252.54 99.98 233.54 111.66 218.54 curveto
269 stroke
270 0 0 0 edgecolor
271 newpath 114.74 220.28 moveto
272 118.13 210.24 lineto
273 109.22 215.98 lineto
274 closepath fill
275 1 setlinewidth
276 solid
277 0 0 0 edgecolor
278 newpath 114.74 220.28 moveto
279 118.13 210.24 lineto
280 109.22 215.98 lineto
281 closepath stroke
282 0 0 0 edgecolor
283 14 /Times-Roman set_font
284 102 234.3 moveto 13 ( - ) alignedtext
285 grestore
286 % 2->1
287 gsave
288 1 setlinewidth
289 0 0 0 edgecolor
290 newpath 33.92 211.53 moveto
291 39.09 223.89 46.27 241.03 52.19 255.19 curveto
292 stroke
293 0 0 0 edgecolor
294 newpath 48.97 256.55 moveto
295 56.06 264.42 lineto
296 55.43 253.84 lineto
297 closepath fill
298 1 setlinewidth
299 solid
300 0 0 0 edgecolor
301 newpath 48.97 256.55 moveto
302 56.06 264.42 lineto
303 55.43 253.84 lineto
304 closepath stroke
305 0 0 0 edgecolor
306 14 /Times-Roman set_font
307 48 234.3 moveto 25 ( +/- ) alignedtext
308 grestore
309 % 2->2
310 gsave
311 1 setlinewidth
312 0 0 0 edgecolor
313 newpath 51.53 202.12 moveto
314 62.51 202.89 72 200.19 72 194 curveto
315 72 189.84 67.72 187.26 61.57 186.24 curveto
316 stroke
317 0 0 0 edgecolor
318 newpath 61.65 182.74 moveto
319 51.53 185.88 lineto
320 61.4 189.74 lineto
321 closepath fill
322 1 setlinewidth
323 solid
324 0 0 0 edgecolor
325 newpath 61.65 182.74 moveto
326 51.53 185.88 lineto
327 61.4 189.74 lineto
328 closepath stroke
329 0 0 0 edgecolor
330 14 /Times-Roman set_font
331 72 190.3 moveto 13 ( - ) alignedtext
332 grestore
333 % 3->3
334 gsave
335 1 setlinewidth
336 0 0 0 edgecolor
337 newpath 154.53 202.12 moveto
338 165.51 202.89 175 200.19 175 194 curveto
339 175 189.84 170.72 187.26 164.57 186.24 curveto
340 stroke
341 0 0 0 edgecolor
342 newpath 164.65 182.74 moveto
343 154.53 185.88 lineto
344 164.4 189.74 lineto
345 closepath fill
346 1 setlinewidth
347 solid
348 0 0 0 edgecolor
349 newpath 164.65 182.74 moveto
350 154.53 185.88 lineto
351 164.4 189.74 lineto
352 closepath stroke
353 0 0 0 edgecolor
354 14 /Times-Roman set_font
355 175 190.3 moveto 16 ( + ) alignedtext
356 grestore
357 % 5
358 gsave
359 1 setlinewidth
360 0 0 0 nodecolor
361 130 106 27 18 ellipse_path stroke
362 0 0 0 nodecolor
363 14 /Times-Roman set_font
364 126.5 102.3 moveto 7 (5) alignedtext
365 grestore
366 % 3->5
367 gsave
368 1 setlinewidth
369 0 0 0 edgecolor
370 newpath 130 175.6 moveto
371 130 163.75 130 147.82 130 134.29 curveto
372 stroke
373 0 0 0 edgecolor
374 newpath 133.5 134.08 moveto
375 130 124.08 lineto
376 126.5 134.08 lineto
377 closepath fill
378 1 setlinewidth
379 solid
380 0 0 0 edgecolor
381 newpath 133.5 134.08 moveto
382 130 124.08 lineto
383 126.5 134.08 lineto
384 closepath stroke
385 0 0 0 edgecolor
386 14 /Times-Roman set_font
387 130 146.3 moveto 13 ( - ) alignedtext
388 grestore
389 % 4
390 gsave
391 1 setlinewidth
392 0 0 0 nodecolor
393 130 18 27 18 ellipse_path stroke
394 0 0 0 nodecolor
395 14 /Times-Roman set_font
396 126.5 14.3 moveto 7 (4) alignedtext
397 grestore
398 % 5->4
399 gsave
400 1 setlinewidth
401 0 0 0 edgecolor
402 newpath 118.77 89.38 moveto
403 115.24 83.58 111.8 76.76 110 70 curveto
404 108.17 63.13 108.17 60.87 110 54 curveto
405 110.93 50.51 112.29 47.01 113.88 43.64 curveto
406 stroke
407 0 0 0 edgecolor
408 newpath 117.08 45.07 moveto
409 118.77 34.62 lineto
410 110.93 41.74 lineto
411 closepath fill
412 1 setlinewidth
413 solid
414 0 0 0 edgecolor
415 newpath 117.08 45.07 moveto
416 118.77 34.62 lineto
417 110.93 41.74 lineto
418 closepath stroke
419 0 0 0 edgecolor
420 14 /Times-Roman set_font
421 110 58.3 moveto 16 ( + ) alignedtext
422 grestore
423 % 4->5
424 gsave
425 1 setlinewidth
426 0 0 0 edgecolor
427 newpath 130 36.08 moveto
428 130 47.86 130 63.77 130 77.34 curveto
429 stroke
430 0 0 0 edgecolor
431 newpath 126.5 77.6 moveto
432 130 87.6 lineto
433 133.5 77.6 lineto
434 closepath fill
435 1 setlinewidth
436 solid
437 0 0 0 edgecolor
438 newpath 126.5 77.6 moveto
439 130 87.6 lineto
440 133.5 77.6 lineto
441 closepath stroke
442 0 0 0 edgecolor
443 14 /Times-Roman set_font
444 130 58.3 moveto 16 ( + ) alignedtext
445 grestore
446 endpage
447 showpage
448 grestore
449 %%PageTrailer
450 %%EndPage: 1
451 %%Trailer
452 %%Pages: 1
453 %%BoundingBox: 36 36 235 344
454 end
455 restore
456 %%EOF