]> AND Private Git Repository - GMRES_For_Journal.git/blob - Figures/weak.ps
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Remove duplicated ref.
[GMRES_For_Journal.git] / Figures / weak.ps
1 %!PS-Adobe-3.0
2 %Produced by poppler pdftops version: 0.18.4 (http://poppler.freedesktop.org)
3 %%Creator: gnuplot 4.4 patchlevel 0
4 %%LanguageLevel: 2
5 %%DocumentSuppliedResources: (atend)
6 %%DocumentMedia: plain 360 252 0 () ()
7 %%BoundingBox: 0 0 360 252
8 %%Pages: 1
9 %%EndComments
10 %%BeginDefaults
11 %%PageMedia: plain
12 %%EndDefaults
13 %%BeginProlog
14 %%BeginResource: procset xpdf 3.00 0
15 %%Copyright: Copyright 1996-2004 Glyph & Cog, LLC
16 /xpdf 75 dict def xpdf begin
17 % PDF special state
18 /pdfDictSize 15 def
19 /pdfSetup {
20   3 1 roll 2 array astore
21   /setpagedevice where {
22     pop 3 dict begin
23       /PageSize exch def
24       /ImagingBBox null def
25       /Policies 1 dict dup begin /PageSize 3 def end def
26       { /Duplex true def } if
27     currentdict end setpagedevice
28   } {
29     pop pop
30   } ifelse
31 } def
32 /pdfStartPage {
33   pdfDictSize dict begin
34   /pdfFillCS [] def
35   /pdfFillXform {} def
36   /pdfStrokeCS [] def
37   /pdfStrokeXform {} def
38   /pdfFill [0] def
39   /pdfStroke [0] def
40   /pdfFillOP false def
41   /pdfStrokeOP false def
42   /pdfLastFill false def
43   /pdfLastStroke false def
44   /pdfTextMat [1 0 0 1 0 0] def
45   /pdfFontSize 0 def
46   /pdfCharSpacing 0 def
47   /pdfTextRender 0 def
48   /pdfPatternCS false def
49   /pdfTextRise 0 def
50   /pdfWordSpacing 0 def
51   /pdfHorizScaling 1 def
52   /pdfTextClipPath [] def
53 } def
54 /pdfEndPage { end } def
55 % PDF color state
56 /cs { /pdfFillXform exch def dup /pdfFillCS exch def
57       setcolorspace } def
58 /CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
59       setcolorspace } def
60 /sc { pdfLastFill not { pdfFillCS setcolorspace } if
61       dup /pdfFill exch def aload pop pdfFillXform setcolor
62      /pdfLastFill true def /pdfLastStroke false def } def
63 /SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
64       dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
65      /pdfLastStroke true def /pdfLastFill false def } def
66 /op { /pdfFillOP exch def
67       pdfLastFill { pdfFillOP setoverprint } if } def
68 /OP { /pdfStrokeOP exch def
69       pdfLastStroke { pdfStrokeOP setoverprint } if } def
70 /fCol {
71   pdfLastFill not {
72     pdfFillCS setcolorspace
73     pdfFill aload pop pdfFillXform setcolor
74     pdfFillOP setoverprint
75     /pdfLastFill true def /pdfLastStroke false def
76   } if
77 } def
78 /sCol {
79   pdfLastStroke not {
80     pdfStrokeCS setcolorspace
81     pdfStroke aload pop pdfStrokeXform setcolor
82     pdfStrokeOP setoverprint
83     /pdfLastStroke true def /pdfLastFill false def
84   } if
85 } def
86 % build a font
87 /pdfMakeFont {
88   4 3 roll findfont
89   4 2 roll matrix scale makefont
90   dup length dict begin
91     { 1 index /FID ne { def } { pop pop } ifelse } forall
92     /Encoding exch def
93     currentdict
94   end
95   definefont pop
96 } def
97 /pdfMakeFont16 {
98   exch findfont
99   dup length dict begin
100     { 1 index /FID ne { def } { pop pop } ifelse } forall
101     /WMode exch def
102     currentdict
103   end
104   definefont pop
105 } def
106 % graphics state operators
107 /q { gsave pdfDictSize dict begin } def
108 /Q {
109   end grestore
110   /pdfLastFill where {
111     pop
112     pdfLastFill {
113       pdfFillOP setoverprint
114     } {
115       pdfStrokeOP setoverprint
116     } ifelse
117   } if
118 } def
119 /cm { concat } def
120 /d { setdash } def
121 /i { setflat } def
122 /j { setlinejoin } def
123 /J { setlinecap } def
124 /M { setmiterlimit } def
125 /w { setlinewidth } def
126 % path segment operators
127 /m { moveto } def
128 /l { lineto } def
129 /c { curveto } def
130 /re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
131       neg 0 rlineto closepath } def
132 /h { closepath } def
133 % path painting operators
134 /S { sCol stroke } def
135 /Sf { fCol stroke } def
136 /f { fCol fill } def
137 /f* { fCol eofill } def
138 % clipping operators
139 /W { clip newpath } def
140 /W* { eoclip newpath } def
141 /Ws { strokepath clip newpath } def
142 % text state operators
143 /Tc { /pdfCharSpacing exch def } def
144 /Tf { dup /pdfFontSize exch def
145       dup pdfHorizScaling mul exch matrix scale
146       pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
147       exch findfont exch makefont setfont } def
148 /Tr { /pdfTextRender exch def } def
149 /Tp { /pdfPatternCS exch def } def
150 /Ts { /pdfTextRise exch def } def
151 /Tw { /pdfWordSpacing exch def } def
152 /Tz { /pdfHorizScaling exch def } def
153 % text positioning operators
154 /Td { pdfTextMat transform moveto } def
155 /Tm { /pdfTextMat exch def } def
156 % text string operators
157 /cshow where {
158   pop
159   /cshow2 {
160     dup {
161       pop pop
162       1 string dup 0 3 index put 3 index exec
163     } exch cshow
164     pop pop
165   } def
166 }{
167   /cshow2 {
168     currentfont /FontType get 0 eq {
169       0 2 2 index length 1 sub {
170         2 copy get exch 1 add 2 index exch get
171         2 copy exch 256 mul add
172         2 string dup 0 6 5 roll put dup 1 5 4 roll put
173         3 index exec
174       } for
175     } {
176       dup {
177         1 string dup 0 3 index put 3 index exec
178       } forall
179     } ifelse
180     pop pop
181   } def
182 } ifelse
183 /awcp {
184   exch {
185     false charpath
186     5 index 5 index rmoveto
187     6 index eq { 7 index 7 index rmoveto } if
188   } exch cshow2
189   6 {pop} repeat
190 } def
191 /Tj {
192   fCol
193   1 index stringwidth pdfTextMat idtransform pop
194   sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
195   pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
196   4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
197   pdfTextMat dtransform
198   6 5 roll Tj1
199 } def
200 /Tj16 {
201   fCol
202   2 index stringwidth pdfTextMat idtransform pop
203   sub exch div
204   pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
205   4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
206   pdfTextMat dtransform
207   6 5 roll Tj1
208 } def
209 /Tj16V {
210   fCol
211   2 index stringwidth pdfTextMat idtransform exch pop
212   sub exch div
213   0 pdfWordSpacing pdfTextMat dtransform 32
214   4 3 roll pdfCharSpacing add 0 exch
215   pdfTextMat dtransform
216   6 5 roll Tj1
217 } def
218 /Tj1 {
219   0 pdfTextRise pdfTextMat dtransform rmoveto
220   currentpoint 8 2 roll
221   pdfTextRender 1 and 0 eq pdfPatternCS not and {
222     6 copy awidthshow
223   } if
224   pdfTextRender 3 and dup 1 eq exch 2 eq or {
225     7 index 7 index moveto
226     6 copy
227     currentfont /FontType get 3 eq { fCol } { sCol } ifelse
228     false awcp currentpoint stroke moveto
229   } if
230   pdfTextRender 4 and 0 ne pdfPatternCS or {
231     8 6 roll moveto
232     false awcp
233     /pdfTextClipPath [ pdfTextClipPath aload pop
234       {/moveto cvx}
235       {/lineto cvx}
236       {/curveto cvx}
237       {/closepath cvx}
238     pathforall ] def
239     currentpoint newpath moveto
240   } {
241     8 {pop} repeat
242   } ifelse
243   0 pdfTextRise neg pdfTextMat dtransform rmoveto
244 } def
245 /TJm { pdfFontSize 0.001 mul mul neg 0
246        pdfTextMat dtransform rmoveto } def
247 /TJmV { pdfFontSize 0.001 mul mul neg 0 exch
248         pdfTextMat dtransform rmoveto } def
249 /Tclip { pdfTextClipPath cvx exec clip newpath
250          /pdfTextClipPath [] def } def
251 /Tclip* { pdfTextClipPath cvx exec eoclip newpath
252          /pdfTextClipPath [] def } def
253 % Level 2 image operators
254 /pdfImBuf 100 string def
255 /pdfIm {
256   image
257   { currentfile pdfImBuf readline
258     not { pop exit } if
259     (%-EOD-) eq { exit } if } loop
260 } def
261 /pdfImM {
262   fCol imagemask
263   { currentfile pdfImBuf readline
264     not { pop exit } if
265     (%-EOD-) eq { exit } if } loop
266 } def
267 /pr { 2 index 2 index 3 2 roll putinterval 4 add } def
268 /pdfImClip {
269   gsave
270   0 2 4 index length 1 sub {
271     dup 4 index exch 2 copy
272     get 5 index div put
273     1 add 3 index exch 2 copy
274     get 3 index div put
275   } for
276   pop pop rectclip
277 } def
278 /pdfImClipEnd { grestore } def
279 % shading operators
280 /colordelta {
281   false 0 1 3 index length 1 sub {
282     dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
283       pop true
284     } if
285   } for
286   exch pop exch pop
287 } def
288 /funcCol { func n array astore } def
289 /funcSH {
290   dup 0 eq {
291     true
292   } {
293     dup 6 eq {
294       false
295     } {
296       4 index 4 index funcCol dup
297       6 index 4 index funcCol dup
298       3 1 roll colordelta 3 1 roll
299       5 index 5 index funcCol dup
300       3 1 roll colordelta 3 1 roll
301       6 index 8 index funcCol dup
302       3 1 roll colordelta 3 1 roll
303       colordelta or or or
304     } ifelse
305   } ifelse
306   {
307     1 add
308     4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
309     6 index 6 index 4 index 4 index 4 index funcSH
310     2 index 6 index 6 index 4 index 4 index funcSH
311     6 index 2 index 4 index 6 index 4 index funcSH
312     5 3 roll 3 2 roll funcSH pop pop
313   } {
314     pop 3 index 2 index add 0.5 mul 3 index  2 index add 0.5 mul
315     funcCol sc
316     dup 4 index exch mat transform m
317     3 index 3 index mat transform l
318     1 index 3 index mat transform l
319     mat transform l pop pop h f*
320   } ifelse
321 } def
322 /axialCol {
323   dup 0 lt {
324     pop t0
325   } {
326     dup 1 gt {
327       pop t1
328     } {
329       dt mul t0 add
330     } ifelse
331   } ifelse
332   func n array astore
333 } def
334 /axialSH {
335   dup 0 eq {
336     true
337   } {
338     dup 8 eq {
339       false
340     } {
341       2 index axialCol 2 index axialCol colordelta
342     } ifelse
343   } ifelse
344   {
345     1 add 3 1 roll 2 copy add 0.5 mul
346     dup 4 3 roll exch 4 index axialSH
347     exch 3 2 roll axialSH
348   } {
349     pop 2 copy add 0.5 mul
350     axialCol sc
351     exch dup dx mul x0 add exch dy mul y0 add
352     3 2 roll dup dx mul x0 add exch dy mul y0 add
353     dx abs dy abs ge {
354       2 copy yMin sub dy mul dx div add yMin m
355       yMax sub dy mul dx div add yMax l
356       2 copy yMax sub dy mul dx div add yMax l
357       yMin sub dy mul dx div add yMin l
358       h f*
359     } {
360       exch 2 copy xMin sub dx mul dy div add xMin exch m
361       xMax sub dx mul dy div add xMax exch l
362       exch 2 copy xMax sub dx mul dy div add xMax exch l
363       xMin sub dx mul dy div add xMin exch l
364       h f*
365     } ifelse
366   } ifelse
367 } def
368 /radialCol {
369   dup t0 lt {
370     pop t0
371   } {
372     dup t1 gt {
373       pop t1
374     } if
375   } ifelse
376   func n array astore
377 } def
378 /radialSH {
379   dup 0 eq {
380     true
381   } {
382     dup 8 eq {
383       false
384     } {
385       2 index dt mul t0 add radialCol
386       2 index dt mul t0 add radialCol colordelta
387     } ifelse
388   } ifelse
389   {
390     1 add 3 1 roll 2 copy add 0.5 mul
391     dup 4 3 roll exch 4 index radialSH
392     exch 3 2 roll radialSH
393   } {
394     pop 2 copy add 0.5 mul dt mul t0 add
395     radialCol sc
396     encl {
397       exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
398       0 360 arc h
399       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
400       360 0 arcn h f
401     } {
402       2 copy
403       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
404       a1 a2 arcn
405       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
406       a2 a1 arcn h
407       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
408       a1 a2 arc
409       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
410       a2 a1 arc h f
411     } ifelse
412   } ifelse
413 } def
414 end
415 %%EndResource
416 %%EndProlog
417 %%BeginSetup
418 xpdf begin
419 %%BeginResource: font VEPGAF+Helvetica
420 %!FontType1-1.0: VEPGAF+Helvetica
421 12 dict begin
422 /FontInfo 10 dict dup begin
423 /Notice (Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development; Cyrillic glyphs added by Valek Filippov (C) 2001-2005) readonly def
424 /FullName (Nimbus Sans L Regular) readonly def
425 /FamilyName (Nimbus Sans L) readonly def
426 /isFixedPitch false def
427 /ItalicAngle 0 def
428 /UnderlinePosition 0 def
429 /UnderlineThickness 0 def
430 end readonly def
431 /FontName /VEPGAF+Helvetica def
432 /PaintType 0 def
433 /FontType 1 def
434 /FontMatrix [0.001 0 0 0.001 0 0] readonly def
435 /FontBBox [0 -218 762 741] readonly def
436 /StrokeWidth 0 def
437 /UniqueID 5020902 def
438 /Encoding 256 array
439 0 1 255 {1 index exch /.notdef put} for
440 dup 32 /space put
441 dup 40 /parenleft put
442 dup 41 /parenright put
443 dup 48 /zero put
444 dup 49 /one put
445 dup 50 /two put
446 dup 52 /four put
447 dup 54 /six put
448 dup 56 /eight put
449 dup 69 /E put
450 dup 71 /G put
451 dup 78 /N put
452 dup 80 /P put
453 dup 85 /U put
454 dup 97 /a put
455 dup 98 /b put
456 dup 99 /c put
457 dup 100 /d put
458 dup 101 /e put
459 dup 102 /f put
460 dup 103 /g put
461 dup 104 /h put
462 dup 105 /i put
463 dup 109 /m put
464 dup 110 /n put
465 dup 111 /o put
466 dup 112 /p put
467 dup 114 /r put
468 dup 115 /s put
469 dup 116 /t put
470 dup 117 /u put
471 dup 118 /v put
472 dup 119 /w put
473 dup 120 /x put
474 dup 121 /y put
475 readonly def
476 currentdict end
477 currentfile eexec
478 5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
479 BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
480 368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
481 BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
482 1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
483 1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
484 7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6
485 FB39B30D1F8747CF3029BA9CDC574CE92C96CB7F7EB09200A6B1EDB6E92C5D4E
486 A60D07DF489BED2B34E84D9F993E34182B0ACA4851CDBD352659242F9BAE94A9
487 CF3902B79F3D036CD8910627BD9899627BA6EA8F2987DB12373189C36BB091BB
488 E1FDEC7555721801651068DBE178BF0FB10CE961AAE763822D13FD26873F196D
489 472190BF3D143B19FCE3A22CF6828695CC81961A0C91B33CB909A6D9B6D2FCFB
490 8C2E5CA98622D2166A00AE682BC468909676943426CA4E5FBBCEBDEEF8384EBE
491 0BDDFE214DD2C93A0884104EA540CC1997BEC79D1FEA6E30A0192D45A3014F16
492 DAB6ACBAEF2CA1AFD8CCE3D5281A322EF2A3F3E2FE3E6D7F673B109CFDD51972
493 9182CE667F5400AEFEAF1D40833896B7195D0BECBF3BC3386F6114A51489AA1F
494 88EA71489A9307BF0437EC029B576AC8F7D88B97EAB5376EA0C64FFA8E00C90E
495 30092C34FEED4B8F633251DD0E41825BEE238672C2A4EE597A85769F3DB4F8A9
496 42B8ED4251D2F1054093E379740E69F3B72B7AB199958EE1E0D2664F1D64F22C
497 23AFA2A175ECAC6E06603F87762F7DE87B0B7D7B56AAD79BF380CB24CE64926A
498 DEA5FAE14934CAD5AB8C872AFE2278276A5F6FA1C687D606AC9B496474922108
499 1D55668991132EC26C654078652C1B821DA0CB43DB8094D7743F3BEF36558C3D
500 7C2322A6A21BD22FB1565AC34385ABC9D8D6321E6739EC045CB3823204CF1A30
501 F0FF5619B4166592000DCB174B82425996F32C20987098FE3938BED8DC79DD2B
502 EA53AAF33E94658252C27A545F1C9576AFC9C310644F79B499C0191D06D2FAD7
503 C3E496DB9911A7D1F991CC583B54D8AE17A819E895DD2DDA0E44CBF7F02FF9A4
504 1072A87CE2A25D065A8C1D35838ECDC3CDD3F653F550C65907310EF45C53B1EB
505 5FABDAF0E817E429389DFC20F9851FBA458695AF2EE2DFCED01EF83B87104AB2
506 29CEFACAA4486CFB2DA79CDA9769C8074F190880A316C0887F8D89CAB17936D2
507 4A8CA59233D5435923D432304C6A2DDE66DEB36FE7C72E920ACA63AFC57BF868
508 097891A09435FDA03D168A4016A5B0BA7669C28FB05FEA626192D3347DA9F2AA
509 25D9FA2FD876B68D51DE816023B4DBE6017745F4A3317C111D87F4AD025D41E5
510 6F382DC14C2A9A22A7851717D7D88FE034189459FB2609667CC6357F886B72C5
511 DF577921A6D16DE9B6772D84DE56FCF12F2A6AB8F3DABBC5B9D29B37802371F9
512 DF884C0687910A97EA5E08C5E48048E9194245F1F3AD9BCC5940CD44182D967B
513 0C1AE11DA87A00ED79BD0DE3881270C5E9BADB2725E0F5AB87ED015AA0712B51
514 144155E655365BBEDE40F291FB668899ACB0AD943398F3DD04DEC0F0ADA32E32
515 239B691D9F5D2F6B905BAD59E9110B688DAEFD81BDA50F8A10D7999CC48A2140
516 F85343BC22088F2498A80DFA94840D0712313A59678C4E64274D80FA45EC09AA
517 DA5777F378CE68FCC5E6DFA7E4FF565638DFA6F12980AE715C1BAB666291B5B6
518 F041B90D868899DB1A5B56B0B0222B83B46F6D2D3C3BA8C2AA1941852379145C
519 763DAA4C87B1AC38C45F6D0A0B663994301C07D62F4B665CBFB2D162C1C347E7
520 08A47426095B706065E2E3E4F374DBC0746F676C0D56C1E8AA98900145D976C7
521 EA40EE53ABACFAF42D0D6AF3124FB1C0A96AE2C60AFAF84E333754FB791A98C2
522 019EC82BAD94C9D1D69ED866CAA50B834B3A60B59AE95AB07667A3C506ED4514
523 1B6B3DFEB6E3B7051BE5B67FD59673312C70445E9804FC894173BE3128FA447D
524 7E1F43E0F6CA9FE933C05F916B7C1C992ADCCE1BA8086EB422BE3C131EF3E318
525 B9CA3C564BD602DD78DAB25FFDF3AA01A38D6C42978ADEE2905FB4FA48994D23
526 6B1729C7B4BD94FD4EE3EB806DD3E942ABA57A97DD95635E18737A535D0B3722
527 17E34CDE375EB5CEC005D75FB3BF503DA11F5929B1A483904B582DE8DA25D48A
528 3CEDA910F91B9B88DC5A0B5B15E0625B1C1820BAB4587FC616D58F1AA0284332
529 98F1E603E0AA26BBEC9755A8804068AD01569EA755131958D0111BAD0F562DE8
530 D7668E92E60D9BEB835F5C093525EB1E06CD258FB4D657EC92446DB20EAE09F3
531 F53B970242DDF447542E48EFE7F4AC4302BD087B4D5F60BB337EFD4EA6120F8F
532 653490277ABD8F27465B24F06912EA32243AB6A7D00F1FA97A596948E094857E
533 2B8D73D4ABAA08B028E1BEF62759AD152CE557C189A4C7694FF5896761A0AE30
534 837172C564ADAE3E2B0B06ECFCD0844D291209A3A11A53E9DA7C6872FC37B8F5
535 881A4DF0E9FDE14F6D89ED4B9BFF3D9EF55BDB5F17A46978A127E942DA7A1F92
536 D485931E1489CE1F941E3C0433E90B94CC117E3C7CE5AC09FD4CF8C3B875624E
537 9B6A50FBCEB1A42C34BCD9CD0BD1351BBFB0214030C4AC9467AEE53EF169C195
538 84547C2A90B1AF60F14BE5E66280ACCCBD7240DB8351D3E066C5088CAD4BDA11
539 0B63B497D564ED4E8DB967465454831ADD17A515474D7F9DDC8E743C37C6DC09
540 B5F95F358D0688941104E824843CCA11088110F65780A3A4D208D3087FDD6682
541 691BD51C869CD0A88B38DC032C61D05723CB689AB68AABBD4A4906EF5359B293
542 61CCD2278464539E2CD4D4E1C5C5CEF65152E0DB59265EA3EAC1437BD67B6230
543 02D43802723116389E57D6D750CA92B2C983A616E515F88DFCB129E8FC5AC8F4
544 5D44AE2783BFAA1E49F202C3C1205648A179328A3D8E60597D634415C14ADEE8
545 E5AE4760E803C4B3635838F4449C6E6FD5CA53FBDCD1BC3163159705DF96A3A0
546 A0D74811BAC2E277305E943E5A5FFA527A91E902C795824074D4909D5C3A97E6
547 75E6307BD88C6EB0A6C9B3D4F9E1789C14857315D8BD17202447C30AA81DB437
548 24ACAE7EEA4DFBAD6CB124A57402A4D836ACFE240DF3B422A8A2423B04248F49
549 1328EA1BF17E534CEF832F9219B139A0B58A16561B1BB8732D5595CDB2EB727A
550 1BD55E6C0044F9278BD2F307465E9EECA8E82532ABD977F3449C0C201FA494C8
551 AF09BB0699C831666CA8DE0F57E357D76009080BD8A7CD13761DBE68A2E09E47
552 5554ACD5247E38F22DDDFBC46A19DEC0885ACFD8465D6D54BC7D445719C1948D
553 A6F2C640539DCCEE9301E33EEF9A834DD1A2D4FB4835BF199C17A5612E336965
554 A554D2923F9082A656442EC1D8B492BCEB966A544394D4A4CCAE125755A2943E
555 E36B35A0859C71612CC91CC00D1C3CF4D4B4AB7AAE7718750732E90430043F92
556 CD5E1DBB9808566FDC1F0483888D9DA06DA8ED7A55657507F46E9B4C4588863A
557 727EE43C97F763A07D27CBEDDD0D9A0EDC75CBD42A9E1DF7B325A115E6227E79
558 195FED93E0CBB1D68F5EA6732DEC3A2C8E195E8C10A3EFF84D197110E9F85373
559 D780A3B85AB57F445B270EE05BDD095B92ED3675C4D574066861A9A0651EB502
560 B81A008EEC0BF7EB1D51F78CE91B0F3C4A142C49C621273D4803BAFEC78E7635
561 71487468A1C60BCE9E0C3B4B29EF01DFEF6B57663706F47B35F587112A66BE81
562 BB2456F48B9DDE541E92F3CDEBFD1725A43A176FA719A4BC05844EBB2542E450
563 656871D2E66A881E035A7A1A5663EF2219EB6AC1913ADA32AF623B509408CA1E
564 CD057E0EE1637E8DB47529CB5B8B9DEC5F3DDD049CAF8FC4CC7411B6F004E87F
565 C106568B2D85725264CFA818A2C0D44CE90AD37C29C0AFC8B28EF1C1E6568656
566 84ACCEFE9FC52EEFBEB50B0C3A3675A5C2A3AB39F41B0591F2B04B307727112F
567 2AC9E4FB942A0D89D592C9A0D77ABB2CCCE119641ADA267ABB8B2FAA7B0188DD
568 9A84A79A8A70E9902C3C7C4F039FC6BFDC6058D896DA2BB2D1D59189911E09DD
569 624DDC335F67C53E8B768DFCA3B3ABF6581531A64CE9531767FEA537C272EDAC
570 F4D4D5A75C28DFAA7440CBBB3930746865EE0DC00ED166F3DB3179B27A5FF44B
571 9677AA08920739964A6A37600632852F16279F94D6432A38B4B7B266E7F89D8A
572 4C69341D999DA6AA57805A9808D495970B1977C3C6B6337472AC73495C47C2A1
573 C1FD0F3FF5F28B99E58DA6D8D41CB433021AC4A480A42ADA1B52CD929F1EB1D0
574 F93563C57397719A11F6A8B5E9EB16D70D96DE8704E2337FC3C8A292A7BCBE35
575 835EBB57463057293E68C86A2821AD580AD10BDB523E0897F55405299BFE7E67
576 8CB7AB025323A575A864CC827EA8215BF27083270BC03BBAB217954FEF53220B
577 593778D019F73FD7CE250D73516DAFB07CFA117FEB0A93711DAF1D93C86A391C
578 A79FB27E8872BDD06E8CE44F1BFACBF049EFE39B29A2ACCC3CF75A62F4899945
579 4F245611F9BB784E5A7011E6B84980ACD1102F541B3FFD6337B6E381F3216ED4
580 9A00D39067A68C29727A2C29C8FD8FBAA9B92439D3C632ADC8397D5C3F9672B5
581 01A02B50B6E3EF78C6D02F488A3C46528791225DCC380B499A75CA3734B848A9
582 7F871C2F296FE9DE1F2B84E5CF162B5CC089CF7C578A8BA16CD761C37339C5B5
583 678E1C784F764360AA772579AFFF93BD36ACA19037AF7903E8ED53669F1DA553
584 3A562490AE06D2A0D706B7288C43E7B4F68258B438FF4BC8D2402E7DAAD8414B
585 016FA43EBAD1F285B95179D3D58485295E28AACA7C8D02AEBC429B4CDA07F99C
586 5E67FBDB95BCD8DE08ABC64A15AE4C5E2AD0FFEF295ECC9D5447EEFA73775E8A
587 728D47A4977CC64A743986AC838059127650630C1DDBD3E025633535E15F75BE
588 3478ED408F631FF38D6433CEEF4C16C25B25F242A2C0C358D9C619A765D56A05
589 B73299BC7C6113B217B2843F8D697F899090CAF9BF8607FFFC510370399234F5
590 4D8F3D841B184E16F5C5B20D222B51257DD8F0D519506CB6E6897BC1FE0CD8E3
591 57ECFAA0CE5267A1BA109110768FE453DE874CDCAAC879990D4490C01DF9F6C3
592 DD9D0BF62D10890D8B40D54901DA20DFD7C89275C5056BBF86ACE46C15682ACF
593 C033945B5F84C514EBA5D03BE522F8B380B81611CBF8DB534884ED5253150033
594 86403BA1BD3CEE28260B518AEEBCE3A336FD31AFEF9278CB088A6D38B25FAA1E
595 8433D3E5B724A0E33D1887AE85967F91167D31404B34DE8B9EE318179D66690E
596 59365E1DF83062B9D90A92014A71F37A18AD00949125F97FEE2B8ED267
597 0000000000000000000000000000000000000000000000000000000000000000
598 0000000000000000000000000000000000000000000000000000000000000000
599 0000000000000000000000000000000000000000000000000000000000000000
600 0000000000000000000000000000000000000000000000000000000000000000
601 0000000000000000000000000000000000000000000000000000000000000000
602 0000000000000000000000000000000000000000000000000000000000000000
603 0000000000000000000000000000000000000000000000000000000000000000
604 0000000000000000000000000000000000000000000000000000000000000000
605 cleartomark
606 %%EndResource
607 /F8_0 /VEPGAF+Helvetica 1 1
608 [ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
609   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
610   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
611   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
612   /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle
613   /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
614   /zero/one/two/three/four/five/six/seven
615   /eight/nine/colon/semicolon/less/equal/greater/question
616   /at/A/B/C/D/E/F/G
617   /H/I/J/K/L/M/N/O
618   /P/Q/R/S/T/U/V/W
619   /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
620   /grave/a/b/c/d/e/f/g
621   /h/i/j/k/l/m/n/o
622   /p/q/r/s/t/u/v/w
623   /x/y/z/braceleft/bar/braceright/asciitilde/bullet
624   /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
625   /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet
626   /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
627   /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis
628   /space/exclamdown/cent/sterling/currency/yen/brokenbar/section
629   /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron
630   /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
631   /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
632   /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
633   /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
634   /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
635   /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
636   /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
637   /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
638   /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
639   /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
640 pdfMakeFont
641 360 252 false pdfSetup
642 %%EndSetup
643 %%Page: 1 1
644 %%BeginPageSetup
645 %%PageOrientation: Portrait
646 pdfStartPage
647 0 0 360 252 re W
648 %%EndPageSetup
649 [] 0 d
650 1 i
651 0 j
652 0 J
653 10 M
654 1 w
655 /DeviceGray {} cs
656 [0] sc
657 /DeviceGray {} CS
658 [0] SC
659 false op
660 false OP
661 {} settransfer
662 q
663 q
664 [0.1 0 0 0.1 0 0] cm
665 [5 10] 0 d
666 1.25 w
667 /DeviceRGB {} CS
668 [0 0 0] SC
669 385 224 m
670 3494.5 224 l
671 S
672 [] 0 d
673 5 w
674 /DeviceGray {} CS
675 [0] SC
676 385 224 m
677 416.5 224 l
678 3494.5 224 m
679 3463 224 l
680 S
681 /DeviceGray {} cs
682 [0] sc
683 q
684 [10 0 0 10 0 0] cm
685 [1 0 0 1 0 0] Tm
686 0 0 Td
687 [1 0 0 1 28.4625 20.0648] Tm
688 0 0 Td
689 /F8_0 7 Tf
690 ( 0) 5.838 Tj
691 Q
692 [5 10] 0 d
693 1.25 w
694 /DeviceRGB {} CS
695 [0 0 0] SC
696 385 592.5 m
697 3494.5 592.5 l
698 S
699 [] 0 d
700 5 w
701 /DeviceGray {} CS
702 [0] SC
703 385 592.5 m
704 416.5 592.5 l
705 3494.5 592.5 m
706 3463 592.5 l
707 S
708 q
709 [10 0 0 10 0 0] cm
710 [1 0 0 1 0 0] Tm
711 0 0 Td
712 [1 0 0 1 24.5707 56.9148] Tm
713 0 0 Td
714 /F8_0 7 Tf
715 ( 20) 9.73 Tj
716 Q
717 [5 10] 0 d
718 1.25 w
719 /DeviceRGB {} CS
720 [0 0 0] SC
721 385 961 m
722 3494.5 961 l
723 S
724 [] 0 d
725 5 w
726 /DeviceGray {} CS
727 [0] SC
728 385 961 m
729 416.5 961 l
730 3494.5 961 m
731 3463 961 l
732 S
733 q
734 [10 0 0 10 0 0] cm
735 [1 0 0 1 0 0] Tm
736 0 0 Td
737 [1 0 0 1 24.5707 93.7648] Tm
738 0 0 Td
739 /F8_0 7 Tf
740 ( 40) 9.73 Tj
741 Q
742 [5 10] 0 d
743 1.25 w
744 /DeviceRGB {} CS
745 [0 0 0] SC
746 385 1330 m
747 3494.5 1330 l
748 S
749 [] 0 d
750 5 w
751 /DeviceGray {} CS
752 [0] SC
753 385 1330 m
754 416.5 1330 l
755 3494.5 1330 m
756 3463 1330 l
757 S
758 q
759 [10 0 0 10 0 0] cm
760 [1 0 0 1 0 0] Tm
761 0 0 Td
762 [1 0 0 1 24.5707 130.665] Tm
763 0 0 Td
764 /F8_0 7 Tf
765 ( 60) 9.73 Tj
766 Q
767 [5 10] 0 d
768 1.25 w
769 /DeviceRGB {} CS
770 [0 0 0] SC
771 385 1698.5 m
772 3494.5 1698.5 l
773 S
774 [] 0 d
775 5 w
776 /DeviceGray {} CS
777 [0] SC
778 385 1698.5 m
779 416.5 1698.5 l
780 3494.5 1698.5 m
781 3463 1698.5 l
782 S
783 q
784 [10 0 0 10 0 0] cm
785 [1 0 0 1 0 0] Tm
786 0 0 Td
787 [1 0 0 1 24.5707 167.515] Tm
788 0 0 Td
789 /F8_0 7 Tf
790 ( 80) 9.73 Tj
791 Q
792 [5 10] 0 d
793 1.25 w
794 /DeviceRGB {} CS
795 [0 0 0] SC
796 385 2067 m
797 3494.5 2067 l
798 S
799 [] 0 d
800 5 w
801 /DeviceGray {} CS
802 [0] SC
803 385 2067 m
804 416.5 2067 l
805 3494.5 2067 m
806 3463 2067 l
807 S
808 q
809 [10 0 0 10 0 0] cm
810 [1 0 0 1 0 0] Tm
811 0 0 Td
812 [1 0 0 1 20.6789 204.365] Tm
813 0 0 Td
814 /F8_0 7 Tf
815 ( 100) 13.622 Tj
816 Q
817 [5 10] 0 d
818 1.25 w
819 /DeviceRGB {} CS
820 [0 0 0] SC
821 385 2435.5 m
822 3494.5 2435.5 l
823 S
824 [] 0 d
825 5 w
826 /DeviceGray {} CS
827 [0] SC
828 385 2435.5 m
829 416.5 2435.5 l
830 3494.5 2435.5 m
831 3463 2435.5 l
832 S
833 q
834 [10 0 0 10 0 0] cm
835 [1 0 0 1 0 0] Tm
836 0 0 Td
837 [1 0 0 1 20.6789 241.215] Tm
838 0 0 Td
839 /F8_0 7 Tf
840 ( 120) 13.622 Tj
841 Q
842 [5 10] 0 d
843 1.25 w
844 /DeviceRGB {} CS
845 [0 0 0] SC
846 385 224 m
847 385 2435.5 l
848 S
849 [] 0 d
850 5 w
851 /DeviceGray {} CS
852 [0] SC
853 385 224 m
854 385 255.5 l
855 385 2435.5 m
856 385 2404 l
857 S
858 q
859 [10 0 0 10 0 0] cm
860 [1 0 0 1 0 0] Tm
861 0 0 Td
862 [1 0 0 1 36.5543 13.0648] Tm
863 0 0 Td
864 /F8_0 7 Tf
865 (1) 3.892 Tj
866 Q
867 [5 10] 0 d
868 1.25 w
869 /DeviceRGB {} CS
870 [0 0 0] SC
871 667.5 224 m
872 667.5 2435.5 l
873 S
874 [] 0 d
875 5 w
876 /DeviceGray {} CS
877 [0] SC
878 667.5 224 m
879 667.5 255.5 l
880 667.5 2435.5 m
881 667.5 2404 l
882 S
883 q
884 [10 0 0 10 0 0] cm
885 [1 0 0 1 0 0] Tm
886 0 0 Td
887 [1 0 0 1 64.8043 13.0648] Tm
888 0 0 Td
889 /F8_0 7 Tf
890 (2) 3.892 Tj
891 Q
892 [5 10] 0 d
893 1.25 w
894 /DeviceRGB {} CS
895 [0 0 0] SC
896 1233 224 m
897 1233 2435.5 l
898 S
899 [] 0 d
900 5 w
901 /DeviceGray {} CS
902 [0] SC
903 1233 224 m
904 1233 255.5 l
905 1233 2435.5 m
906 1233 2404 l
907 S
908 q
909 [10 0 0 10 0 0] cm
910 [1 0 0 1 0 0] Tm
911 0 0 Td
912 [1 0 0 1 121.354 13.0648] Tm
913 0 0 Td
914 /F8_0 7 Tf
915 (4) 3.892 Tj
916 Q
917 [5 10] 0 d
918 1.25 w
919 /DeviceRGB {} CS
920 [0 0 0] SC
921 1798.5 224 m
922 1798.5 2435.5 l
923 S
924 [] 0 d
925 5 w
926 /DeviceGray {} CS
927 [0] SC
928 1798.5 224 m
929 1798.5 255.5 l
930 1798.5 2435.5 m
931 1798.5 2404 l
932 S
933 q
934 [10 0 0 10 0 0] cm
935 [1 0 0 1 0 0] Tm
936 0 0 Td
937 [1 0 0 1 177.904 13.0648] Tm
938 0 0 Td
939 /F8_0 7 Tf
940 (6) 3.892 Tj
941 Q
942 [5 10] 0 d
943 1.25 w
944 /DeviceRGB {} CS
945 [0 0 0] SC
946 2364 224 m
947 2364 2124 l
948 2364 2404 m
949 2364 2435.5 l
950 S
951 [] 0 d
952 5 w
953 /DeviceGray {} CS
954 [0] SC
955 2364 224 m
956 2364 255.5 l
957 2364 2435.5 m
958 2364 2404 l
959 S
960 q
961 [10 0 0 10 0 0] cm
962 [1 0 0 1 0 0] Tm
963 0 0 Td
964 [1 0 0 1 234.454 13.0648] Tm
965 0 0 Td
966 /F8_0 7 Tf
967 (8) 3.892 Tj
968 Q
969 [5 10] 0 d
970 1.25 w
971 /DeviceRGB {} CS
972 [0 0 0] SC
973 2929 224 m
974 2929 2124 l
975 2929 2404 m
976 2929 2435.5 l
977 S
978 [] 0 d
979 5 w
980 /DeviceGray {} CS
981 [0] SC
982 2929 224 m
983 2929 255.5 l
984 2929 2435.5 m
985 2929 2404 l
986 S
987 q
988 [10 0 0 10 0 0] cm
989 [1 0 0 1 0 0] Tm
990 0 0 Td
991 [1 0 0 1 289.008 13.0648] Tm
992 0 0 Td
993 /F8_0 7 Tf
994 (10) 7.784 Tj
995 Q
996 [5 10] 0 d
997 1.25 w
998 /DeviceRGB {} CS
999 [0 0 0] SC
1000 3494.5 224 m
1001 3494.5 2435.5 l
1002 S
1003 [] 0 d
1004 5 w
1005 /DeviceGray {} CS
1006 [0] SC
1007 3494.5 224 m
1008 3494.5 255.5 l
1009 3494.5 2435.5 m
1010 3494.5 2404 l
1011 S
1012 q
1013 [10 0 0 10 0 0] cm
1014 [1 0 0 1 0 0] Tm
1015 0 0 Td
1016 [1 0 0 1 345.558 13.0648] Tm
1017 0 0 Td
1018 /F8_0 7 Tf
1019 (12) 7.784 Tj
1020 Q
1021 385 224 3109.5 2211.5 re
1022 S
1023 /DeviceRGB {} CS
1024 [0 0 0] SC
1025 /DeviceRGB {} cs
1026 [0 0 0] sc
1027 q
1028 [10 0 0 10 0 0] cm
1029 [1 0 0 1 0 0] Tm
1030 0 0 Td
1031 [0 1 -1 0 12.1352 91.7152] Tm
1032 0 0 Td
1033 /F8_0 7 Tf
1034 (Execution time \(secondes\)) 82.474 Tj
1035 [1 0 0 1 167.306 2.56484] Tm
1036 0 0 Td
1037 /F8_0 7 Tf
1038 (Number of GPUs) 53.291 Tj
1039 131.703 232 Td
1040 (Naive) 17.892 Tj
1041 Q
1042 /DeviceGray {} CS
1043 [0] SC
1044 3211 2369 m
1045 3410.5 2369 l
1046 385 247.5 m
1047 667.5 268 l
1048 1233 301 l
1049 1798.5 929.5 l
1050 2364 1413.5 l
1051 2929 1807.5 l
1052 3494.5 2084 l
1053 S
1054 385 231.75 m
1055 385 263.25 l
1056 S
1057 369.25 247.5 m
1058 400.75 247.5 l
1059 S
1060 667.5 252.25 m
1061 667.5 283.75 l
1062 S
1063 651.75 268 m
1064 683.25 268 l
1065 S
1066 1233 285.25 m
1067 1233 316.75 l
1068 S
1069 1217.25 301 m
1070 1248.75 301 l
1071 S
1072 1798.5 913.75 m
1073 1798.5 945.25 l
1074 S
1075 1782.75 929.5 m
1076 1814.25 929.5 l
1077 S
1078 2364 1397.75 m
1079 2364 1429.25 l
1080 S
1081 2348.25 1413.5 m
1082 2379.75 1413.5 l
1083 S
1084 2929 1791.75 m
1085 2929 1823.25 l
1086 S
1087 2913.25 1807.5 m
1088 2944.75 1807.5 l
1089 S
1090 3494.5 2068.25 m
1091 3494.5 2099.75 l
1092 S
1093 3478.75 2084 m
1094 3510.25 2084 l
1095 S
1096 3310.5 2353.25 m
1097 3310.5 2384.75 l
1098 S
1099 3294.75 2369 m
1100 3326.25 2369 l
1101 S
1102 /DeviceRGB {} CS
1103 [0 0 0] SC
1104 q
1105 [10 0 0 10 0 0] cm
1106 [1 0 0 1 0 0] Tm
1107 0 0 Td
1108 [1 0 0 1 262.834 227.565] Tm
1109 0 0 Td
1110 /F8_0 7 Tf
1111 (with compression) 54.068 Tj
1112 Q
1113 [20 10] 0 d
1114 /DeviceGray {} CS
1115 [0] SC
1116 3211 2299 m
1117 3410.5 2299 l
1118 385 247.5 m
1119 667.5 264.5 l
1120 1233 318 l
1121 1798.5 462 l
1122 2364 443 l
1123 2929 443 l
1124 3494.5 444.5 l
1125 S
1126 [] 0 d
1127 369.25 263.25 m
1128 400.75 231.75 l
1129 S
1130 369.25 231.75 m
1131 400.75 263.25 l
1132 S
1133 651.75 280.25 m
1134 683.25 248.75 l
1135 S
1136 651.75 248.75 m
1137 683.25 280.25 l
1138 S
1139 1217.25 333.75 m
1140 1248.75 302.25 l
1141 S
1142 1217.25 302.25 m
1143 1248.75 333.75 l
1144 S
1145 1782.75 477.75 m
1146 1814.25 446.25 l
1147 S
1148 1782.75 446.25 m
1149 1814.25 477.75 l
1150 S
1151 2348.25 458.75 m
1152 2379.75 427.25 l
1153 S
1154 2348.25 427.25 m
1155 2379.75 458.75 l
1156 S
1157 2913.25 458.75 m
1158 2944.75 427.25 l
1159 S
1160 2913.25 427.25 m
1161 2944.75 458.75 l
1162 S
1163 3478.75 460.25 m
1164 3510.25 428.75 l
1165 S
1166 3478.75 428.75 m
1167 3510.25 460.25 l
1168 S
1169 3294.75 2314.75 m
1170 3326.25 2283.25 l
1171 S
1172 3294.75 2283.25 m
1173 3326.25 2314.75 l
1174 S
1175 /DeviceRGB {} CS
1176 [0 0 0] SC
1177 q
1178 [10 0 0 10 0 0] cm
1179 [1 0 0 1 0 0] Tm
1180 0 0 Td
1181 [1 0 0 1 267.105 220.565] Tm
1182 0 0 Td
1183 /F8_0 7 Tf
1184 (with hypergraph) 49.798 Tj
1185 Q
1186 [10 15] 0 d
1187 /DeviceGray {} CS
1188 [0] SC
1189 3211 2229 m
1190 3410.5 2229 l
1191 385 247.5 m
1192 667.5 271.5 l
1193 1233 351 l
1194 1798.5 821 l
1195 2364 996 l
1196 2929 1356.5 l
1197 3494.5 1068.5 l
1198 S
1199 [] 0 d
1200 385 231.75 m
1201 385 263.25 l
1202 S
1203 369.25 247.5 m
1204 400.75 247.5 l
1205 S
1206 369.25 263.25 m
1207 400.75 231.75 l
1208 S
1209 369.25 231.75 m
1210 400.75 263.25 l
1211 S
1212 667.5 255.75 m
1213 667.5 287.25 l
1214 S
1215 651.75 271.5 m
1216 683.25 271.5 l
1217 S
1218 651.75 287.25 m
1219 683.25 255.75 l
1220 S
1221 651.75 255.75 m
1222 683.25 287.25 l
1223 S
1224 1233 335.25 m
1225 1233 366.75 l
1226 S
1227 1217.25 351 m
1228 1248.75 351 l
1229 S
1230 1217.25 366.75 m
1231 1248.75 335.25 l
1232 S
1233 1217.25 335.25 m
1234 1248.75 366.75 l
1235 S
1236 1798.5 805.25 m
1237 1798.5 836.75 l
1238 S
1239 1782.75 821 m
1240 1814.25 821 l
1241 S
1242 1782.75 836.75 m
1243 1814.25 805.25 l
1244 S
1245 1782.75 805.25 m
1246 1814.25 836.75 l
1247 S
1248 2364 980.25 m
1249 2364 1011.75 l
1250 S
1251 2348.25 996 m
1252 2379.75 996 l
1253 S
1254 2348.25 1011.75 m
1255 2379.75 980.25 l
1256 S
1257 2348.25 980.25 m
1258 2379.75 1011.75 l
1259 S
1260 2929 1340.75 m
1261 2929 1372.25 l
1262 S
1263 2913.25 1356.5 m
1264 2944.75 1356.5 l
1265 S
1266 2913.25 1372.25 m
1267 2944.75 1340.75 l
1268 S
1269 2913.25 1340.75 m
1270 2944.75 1372.25 l
1271 S
1272 3494.5 1052.75 m
1273 3494.5 1084.25 l
1274 S
1275 3478.75 1068.5 m
1276 3510.25 1068.5 l
1277 S
1278 3478.75 1084.25 m
1279 3510.25 1052.75 l
1280 S
1281 3478.75 1052.75 m
1282 3510.25 1084.25 l
1283 S
1284 3310.5 2213.25 m
1285 3310.5 2244.75 l
1286 S
1287 3294.75 2229 m
1288 3326.25 2229 l
1289 S
1290 3294.75 2244.75 m
1291 3326.25 2213.25 l
1292 S
1293 3294.75 2213.25 m
1294 3326.25 2244.75 l
1295 S
1296 /DeviceRGB {} CS
1297 [0 0 0] SC
1298 q
1299 [10 0 0 10 0 0] cm
1300 [1 0 0 1 0 0] Tm
1301 0 0 Td
1302 [1 0 0 1 211.863 213.565] Tm
1303 0 0 Td
1304 /F8_0 7 Tf
1305 (with compression and hypergraph) 105.042 Tj
1306 Q
1307 [5 7.5] 0 d
1308 /DeviceGray {} CS
1309 [0] SC
1310 3211 2159 m
1311 3410.5 2159 l
1312 385 247.5 m
1313 667.5 252 l
1314 1233 253 l
1315 1798.5 254 l
1316 2364 252.5 l
1317 2929 258 l
1318 3494.5 255 l
1319 S
1320 [] 0 d
1321 369.25 231.75 31.5 31.5 re
1322 S
1323 1 J
1324 385 247.5 m
1325 385 247.5 l
1326 S
1327 0 J
1328 651.75 236.25 31.5 31.5 re
1329 S
1330 1 J
1331 667.5 252 m
1332 667.5 252 l
1333 S
1334 0 J
1335 1217.25 237.25 31.5 31.5 re
1336 S
1337 1 J
1338 1233 253 m
1339 1233 253 l
1340 S
1341 0 J
1342 1782.75 238.25 31.5 31.5 re
1343 S
1344 1 J
1345 1798.5 254 m
1346 1798.5 254 l
1347 S
1348 0 J
1349 2348.25 236.75 31.5 31.5 re
1350 S
1351 1 J
1352 2364 252.5 m
1353 2364 252.5 l
1354 S
1355 0 J
1356 2913.25 242.25 31.5 31.5 re
1357 S
1358 1 J
1359 2929 258 m
1360 2929 258 l
1361 S
1362 0 J
1363 3478.75 239.25 31.5 31.5 re
1364 S
1365 1 J
1366 3494.5 255 m
1367 3494.5 255 l
1368 S
1369 0 J
1370 3294.75 2143.25 31.5 31.5 re
1371 S
1372 1 J
1373 3310.5 2159 m
1374 3310.5 2159 l
1375 S
1376 0 J
1377 385 224 3109.5 2211.5 re
1378 S
1379 /DeviceGray {} cs
1380 [0] sc
1381 Q
1382 Q
1383 showpage
1384 %%PageTrailer
1385 pdfEndPage
1386 %%Trailer
1387 end
1388 %%DocumentSuppliedResources:
1389 %%+ font VEPGAF+Helvetica
1390 %%EOF