]> mj.ucw.cz Git - ga.git/blob - 5-mst/02.eps
Opravy drobnych chyb.
[ga.git] / 5-mst / 02.eps
1 %!PS-Adobe-2.0 EPSF-2.0
2 %%Title: /win_d/project/mff/Grafove algoritmy/02 - modra hrana.dia
3 %%Creator: Dia v0.94
4 %%CreationDate: Mon Apr 17 10:11:39 2006
5 %%For: beaver
6 %%Orientation: Portrait
7 %%Magnification: 1.0000
8 %%BoundingBox: 0 0 372 298
9 %%BeginSetup
10 %%EndSetup
11 %%EndComments
12 %%BeginProlog
13 [ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
14 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
15 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
16 /.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
17 /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
18 /two /three /four /five /six /seven /eight /nine /colon /semicolon
19 /less /equal /greater /question /at /A /B /C /D /E
20 /F /G /H /I /J /K /L /M /N /O
21 /P /Q /R /S /T /U /V /W /X /Y
22 /Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
23 /d /e /f /g /h /i /j /k /l /m
24 /n /o /p /q /r /s /t /u /v /w
25 /x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
26 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
27 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
28 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
29 /space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
30 /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior
31 /acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf
32 /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
33 /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
34 /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex
35 /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring
36 /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
37 /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
38 /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def
39 /cp {closepath} bind def
40 /c {curveto} bind def
41 /f {fill} bind def
42 /a {arc} bind def
43 /ef {eofill} bind def
44 /ex {exch} bind def
45 /gr {grestore} bind def
46 /gs {gsave} bind def
47 /sa {save} bind def
48 /rs {restore} bind def
49 /l {lineto} bind def
50 /m {moveto} bind def
51 /rm {rmoveto} bind def
52 /n {newpath} bind def
53 /s {stroke} bind def
54 /sh {show} bind def
55 /slc {setlinecap} bind def
56 /slj {setlinejoin} bind def
57 /slw {setlinewidth} bind def
58 /srgb {setrgbcolor} bind def
59 /rot {rotate} bind def
60 /sc {scale} bind def
61 /sd {setdash} bind def
62 /ff {findfont} bind def
63 /sf {setfont} bind def
64 /scf {scalefont} bind def
65 /sw {stringwidth pop} bind def
66 /tr {translate} bind def
67
68 /ellipsedict 8 dict def
69 ellipsedict /mtrx matrix put
70 /ellipse
71 { ellipsedict begin
72    /endangle exch def
73    /startangle exch def
74    /yrad exch def
75    /xrad exch def
76    /y exch def
77    /x exch def   /savematrix mtrx currentmatrix def
78    x y tr xrad yrad sc
79    0 0 1 startangle endangle arc
80    savematrix setmatrix
81    end
82 } def
83
84 /mergeprocs {
85 dup length
86 3 -1 roll
87 dup
88 length
89 dup
90 5 1 roll
91 3 -1 roll
92 add
93 array cvx
94 dup
95 3 -1 roll
96 0 exch
97 putinterval
98 dup
99 4 2 roll
100 putinterval
101 } bind def
102 /dpi_x 300 def
103 /dpi_y 300 def
104 /conicto {
105     /to_y exch def
106     /to_x exch def
107     /conic_cntrl_y exch def
108     /conic_cntrl_x exch def
109     currentpoint
110     /p0_y exch def
111     /p0_x exch def
112     /p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def
113     /p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def
114     /p2_x p1_x to_x p0_x sub 1 3 div mul add def
115     /p2_y p1_y to_y p0_y sub 1 3 div mul add def
116     p1_x p1_y p2_x p2_y to_x to_y curveto
117 } bind def
118 /start_ol { gsave 1.1 dpi_x div dup scale} bind def
119 /end_ol { closepath fill grestore } bind def
120 28.346000 -28.346000 scale
121 -15.950000 -14.460000 translate
122 %%EndProlog
123
124
125 0.100000 slw
126 [] 0 sd
127 [] 0 sd
128 0 slj
129 0 slc
130 0.000000 0.000000 0.000000 srgb
131 n 16.000000 7.000000 m 16.000000 6.000000 17.000000 4.000000 19.000000 4.000000 c s
132 0.100000 slw
133 [] 0 sd
134 [] 0 sd
135 0 slj
136 0 slc
137 n 19.000000 4.000000 m 21.000000 4.000000 22.000000 6.000000 21.000000 7.000000 c s
138 0.100000 slw
139 [] 0 sd
140 [] 0 sd
141 0 slj
142 0 slc
143 n 21.000000 7.000000 m 20.000000 8.000000 20.000000 9.000000 21.000000 10.000000 c s
144 0.100000 slw
145 [] 0 sd
146 [] 0 sd
147 0 slj
148 0 slc
149 n 21.000000 10.000000 m 22.000000 11.000000 21.000000 13.000000 19.000000 13.000000 c s
150 0.100000 slw
151 [] 0 sd
152 [] 0 sd
153 0 slj
154 0 slc
155 n 16.000000 7.000000 m 16.000000 8.000000 16.000000 9.000000 16.000000 10.000000 c s
156 0.100000 slw
157 [] 0 sd
158 [] 0 sd
159 0 slj
160 0 slc
161 n 16.000000 10.000000 m 16.000000 11.000000 17.000000 13.000000 19.000000 13.000000 c s
162 0.100000 slw
163 [] 0 sd
164 [] 0 sd
165 0 slj
166 0 slc
167 n 24.000000 7.000000 m 23.000000 6.000000 24.000000 4.000000 26.000000 4.000000 c s
168 0.100000 slw
169 [] 0 sd
170 [] 0 sd
171 0 slj
172 0 slc
173 n 26.000000 4.000000 m 28.000000 4.000000 29.000000 6.000000 29.000000 7.000000 c s
174 0.100000 slw
175 [] 0 sd
176 [] 0 sd
177 0 slj
178 0 slc
179 n 29.000000 7.000000 m 29.000000 8.000000 29.000000 9.000000 29.000000 10.000000 c s
180 0.100000 slw
181 [] 0 sd
182 [] 0 sd
183 0 slj
184 0 slc
185 n 29.000000 10.000000 m 29.000000 11.000000 28.000000 13.000000 26.000000 13.000000 c s
186 0.100000 slw
187 [] 0 sd
188 [] 0 sd
189 0 slj
190 0 slc
191 n 24.000000 7.000000 m 25.000000 8.000000 25.000000 9.000000 24.000000 10.000000 c s
192 0.100000 slw
193 [] 0 sd
194 [] 0 sd
195 0 slj
196 0 slc
197 n 24.000000 10.000000 m 23.000000 11.000000 24.000000 13.000000 26.000000 13.000000 c s
198 0.100000 slw
199 [] 0 sd
200 [] 0 sd
201 0 slc
202 n 20.550000 6.000000 m 24.450000 6.000000 l s
203 0.100000 slw
204 [] 0 sd
205 0 slj
206 0 slc
207 1.000000 1.000000 1.000000 srgb
208 n 20.050000 6.000000 m 20.050000 5.875000 20.175000 5.750000 20.300000 5.750000 c 20.425000 5.750000 20.550000 5.875000 20.550000 6.000000 c 20.550000 6.125000 20.425000 6.250000 20.300000 6.250000 c 20.175000 6.250000 20.050000 6.125000 20.050000 6.000000 c ef
209 0.000000 0.000000 0.000000 srgb
210 n 20.050000 6.000000 m 20.050000 5.875000 20.175000 5.750000 20.300000 5.750000 c 20.425000 5.750000 20.550000 5.875000 20.550000 6.000000 c 20.550000 6.125000 20.425000 6.250000 20.300000 6.250000 c 20.175000 6.250000 20.050000 6.125000 20.050000 6.000000 c s
211 0.100000 slw
212 [] 0 sd
213 0 slj
214 0 slc
215 1.000000 1.000000 1.000000 srgb
216 n 24.950000 6.000000 m 24.950000 6.125000 24.825000 6.250000 24.700000 6.250000 c 24.575000 6.250000 24.450000 6.125000 24.450000 6.000000 c 24.450000 5.875000 24.575000 5.750000 24.700000 5.750000 c 24.825000 5.750000 24.950000 5.875000 24.950000 6.000000 c ef
217 0.000000 0.000000 0.000000 srgb
218 n 24.950000 6.000000 m 24.950000 6.125000 24.825000 6.250000 24.700000 6.250000 c 24.575000 6.250000 24.450000 6.125000 24.450000 6.000000 c 24.450000 5.875000 24.575000 5.750000 24.700000 5.750000 c 24.825000 5.750000 24.950000 5.875000 24.950000 6.000000 c s
219 0.100000 slw
220 [] 0 sd
221 [] 0 sd
222 0 slc
223 n 20.542517 11.909581 m 25.457483 11.090419 l s
224 0.100000 slw
225 [] 0 sd
226 0 slj
227 0 slc
228 1.000000 1.000000 1.000000 srgb
229 n 20.049320 11.991780 m 20.028770 11.868481 20.131519 11.724632 20.254818 11.704082 c 20.378118 11.683532 20.521967 11.786281 20.542517 11.909581 c 20.563067 12.032880 20.460317 12.176729 20.337018 12.197279 c 20.213719 12.217829 20.069870 12.115079 20.049320 11.991780 c ef
230 0.000000 0.000000 0.000000 srgb
231 n 20.049320 11.991780 m 20.028770 11.868481 20.131519 11.724632 20.254818 11.704082 c 20.378118 11.683532 20.521967 11.786281 20.542517 11.909581 c 20.563067 12.032880 20.460317 12.176729 20.337018 12.197279 c 20.213719 12.217829 20.069870 12.115079 20.049320 11.991780 c s
232 0.100000 slw
233 [] 0 sd
234 0 slj
235 0 slc
236 1.000000 1.000000 1.000000 srgb
237 n 25.950680 11.008220 m 25.971230 11.131519 25.868481 11.275368 25.745182 11.295918 c 25.621882 11.316468 25.478033 11.213719 25.457483 11.090419 c 25.436933 10.967120 25.539683 10.823271 25.662982 10.802721 c 25.786281 10.782171 25.930130 10.884921 25.950680 11.008220 c ef
238 0.000000 0.000000 0.000000 srgb
239 n 25.950680 11.008220 m 25.971230 11.131519 25.868481 11.275368 25.745182 11.295918 c 25.621882 11.316468 25.478033 11.213719 25.457483 11.090419 c 25.436933 10.967120 25.539683 10.823271 25.662982 10.802721 c 25.786281 10.782171 25.930130 10.884921 25.950680 11.008220 c s
240 0.100000 slw
241 [] 0 sd
242 [] 0 sd
243 0 slc
244 n 19.544472 7.077782 m 25.455528 7.922218 l s
245 0.100000 slw
246 [] 0 sd
247 0 slj
248 0 slc
249 1.000000 1.000000 1.000000 srgb
250 n 19.049497 7.007071 m 19.067175 6.883327 19.208597 6.777261 19.332340 6.794939 c 19.456084 6.812617 19.562150 6.954038 19.544472 7.077782 c 19.526795 7.201525 19.385373 7.307591 19.261630 7.289914 c 19.137886 7.272236 19.031820 7.130815 19.049497 7.007071 c ef
251 0.000000 0.000000 0.000000 srgb
252 n 19.049497 7.007071 m 19.067175 6.883327 19.208597 6.777261 19.332340 6.794939 c 19.456084 6.812617 19.562150 6.954038 19.544472 7.077782 c 19.526795 7.201525 19.385373 7.307591 19.261630 7.289914 c 19.137886 7.272236 19.031820 7.130815 19.049497 7.007071 c s
253 0.100000 slw
254 [] 0 sd
255 0 slj
256 0 slc
257 1.000000 1.000000 1.000000 srgb
258 n 25.950503 7.992929 m 25.932825 8.116673 25.791403 8.222739 25.667660 8.205061 c 25.543916 8.187383 25.437850 8.045962 25.455528 7.922218 c 25.473205 7.798475 25.614627 7.692409 25.738370 7.710086 c 25.862114 7.727764 25.968180 7.869185 25.950503 7.992929 c ef
259 0.000000 0.000000 0.000000 srgb
260 n 25.950503 7.992929 m 25.932825 8.116673 25.791403 8.222739 25.667660 8.205061 c 25.543916 8.187383 25.437850 8.045962 25.455528 7.922218 c 25.473205 7.798475 25.614627 7.692409 25.738370 7.710086 c 25.862114 7.727764 25.968180 7.869185 25.950503 7.992929 c s
261 0.300000 slw
262 [0.200000] 0 sd
263 [0.300000] 0 sd
264 0 slc
265 0.000000 0.000000 0.600000 srgb
266 n 19.643467 9.908076 m 25.356533 9.091924 l s
267 0.300000 slw
268 [] 0 sd
269 0 slj
270 0 slc
271 1.000000 1.000000 1.000000 srgb
272 n 19.148492 9.978787 m 19.130815 9.855043 19.236881 9.713622 19.360624 9.695944 c 19.484368 9.678266 19.625790 9.784332 19.643467 9.908076 c 19.661145 10.031820 19.555079 10.173241 19.431335 10.190919 c 19.307591 10.208597 19.166170 10.102530 19.148492 9.978787 c ef
273 0.000000 0.000000 0.600000 srgb
274 n 19.148492 9.978787 m 19.130815 9.855043 19.236881 9.713622 19.360624 9.695944 c 19.484368 9.678266 19.625790 9.784332 19.643467 9.908076 c 19.661145 10.031820 19.555079 10.173241 19.431335 10.190919 c 19.307591 10.208597 19.166170 10.102530 19.148492 9.978787 c s
275 0.300000 slw
276 [] 0 sd
277 0 slj
278 0 slc
279 1.000000 1.000000 1.000000 srgb
280 n 25.851508 9.021213 m 25.869185 9.144957 25.763119 9.286378 25.639376 9.304056 c 25.515632 9.321734 25.374210 9.215668 25.356533 9.091924 c 25.338855 8.968180 25.444921 8.826759 25.568665 8.809081 c 25.692409 8.791403 25.833830 8.897470 25.851508 9.021213 c ef
281 0.000000 0.000000 0.600000 srgb
282 n 25.851508 9.021213 m 25.869185 9.144957 25.763119 9.286378 25.639376 9.304056 c 25.515632 9.321734 25.374210 9.215668 25.356533 9.091924 c 25.338855 8.968180 25.444921 8.826759 25.568665 8.809081 c 25.692409 8.791403 25.833830 8.897470 25.851508 9.021213 c s
283 0.000000 0.000000 0.000000 srgb
284 gsave 18.400000 10.250000 translate 0.035278 -0.035278 scale
285 start_ol
286 3200 3136 moveto
287 2065 1610 lineto
288 3264 0 lineto
289 2654 0 lineto
290 1738 1232 lineto
291 810 0 lineto
292 192 0 lineto
293 1435 1641 lineto
294 320 3136 lineto
295 927 3136 lineto
296 1760 2019 lineto
297 2592 3136 lineto
298 3200 3136 lineto
299 end_ol grestore 
300 gsave 26.300000 9.250000 translate 0.035278 -0.035278 scale
301 start_ol
302 1863 -297 moveto
303 1641 -868 1430 -1042 conicto
304 1220 -1216 866 -1216 conicto
305 448 -1216 lineto
306 448 -768 lineto
307 755 -768 lineto
308 972 -768 1091 -666 conicto
309 1210 -565 1356 -187 conicto
310 1450 49 lineto
311 192 3136 lineto
312 715 3136 lineto
313 1712 683 lineto
314 2709 3136 lineto
315 3264 3136 lineto
316 1863 -297 lineto
317 end_ol grestore 
318 gsave 22.100000 9.250000 translate 0.035278 -0.035278 scale
319 start_ol
320 3904 2111 moveto
321 3904 1792 lineto
322 1024 1792 lineto
323 1066 1104 1417 744 conicto
324 1768 384 2394 384 conicto
325 2758 384 3099 464 conicto
326 3440 544 3776 704 conicto
327 3776 128 lineto
328 3438 4 3083 -62 conicto
329 2729 -128 2364 -128 conicto
330 1451 -128 917 407 conicto
331 384 942 384 1854 conicto
332 384 2797 888 3350 conicto
333 1392 3904 2245 3904 conicto
334 3012 3904 3458 3422 conicto
335 3904 2940 3904 2111 conicto
336 3264 2304 moveto
337 3257 2800 2978 3096 conicto
338 2699 3392 2239 3392 conicto
339 1718 3392 1405 3105 conicto
340 1092 2819 1045 2300 conicto
341 3264 2304 lineto
342 end_ol grestore 
343 gsave 21.450000 13.800000 translate 0.035278 -0.035278 scale
344 start_ol
345 448 3648 moveto
346 448 0 lineto
347 1024 0 lineto
348 1024 1834 lineto
349 1024 2340 1155 2671 1432 2866 curveto
350 1611 2995 1784 3035 2185 3035 curveto
351 2185 3648 lineto
352 2087 3648 2038 3648 1961 3648 curveto
353 1583 3648 1296 3428 960 2893 curveto
354 960 3648 lineto
355 448 3648 lineto
356 1618 4010 moveto
357 2282 5056 lineto
358 1840 5056 lineto
359 1294 4387 lineto
360 727 5056 lineto
361 303 5056 lineto
362 947 4010 lineto
363 1618 4010 lineto
364 end_ol grestore 
365 gsave 21.754800 13.800000 translate 0.035278 -0.035278 scale
366 start_ol
367 3904 2111 moveto
368 3904 1792 lineto
369 1024 1792 lineto
370 1066 1104 1417 744 conicto
371 1768 384 2394 384 conicto
372 2758 384 3099 464 conicto
373 3440 544 3776 704 conicto
374 3776 128 lineto
375 3438 4 3083 -62 conicto
376 2729 -128 2364 -128 conicto
377 1451 -128 917 407 conicto
378 384 942 384 1854 conicto
379 384 2797 888 3350 conicto
380 1392 3904 2245 3904 conicto
381 3012 3904 3458 3422 conicto
382 3904 2940 3904 2111 conicto
383 3264 2304 moveto
384 3257 2800 2978 3096 conicto
385 2699 3392 2239 3392 conicto
386 1718 3392 1405 3105 conicto
387 1092 2819 1045 2300 conicto
388 3264 2304 lineto
389 end_ol grestore 
390 gsave 22.313600 13.800000 translate 0.035278 -0.035278 scale
391 start_ol
392 384 3776 moveto
393 3328 3776 lineto
394 3328 3212 lineto
395 998 512 lineto
396 3328 512 lineto
397 3328 0 lineto
398 320 0 lineto
399 320 564 lineto
400 2631 3264 lineto
401 384 3264 lineto
402 384 3776 lineto
403 end_ol grestore 
404 gsave 22.796200 13.800000 translate 0.035278 -0.035278 scale
405 start_ol
406 end_ol grestore 
407 gsave 23.084067 13.800000 translate 0.035278 -0.035278 scale
408 start_ol
409 4480 4736 moveto
410 4480 4032 lineto
411 4130 4322 3735 4465 conicto
412 3340 4608 2895 4608 conicto
413 2019 4608 1553 4073 conicto
414 1088 3538 1088 2526 conicto
415 1088 1518 1553 983 conicto
416 2019 448 2895 448 conicto
417 3340 448 3735 607 conicto
418 4130 767 4480 1088 conicto
419 4480 384 lineto
420 4119 128 3716 0 conicto
421 3313 -128 2864 -128 conicto
422 1710 -128 1047 584 conicto
423 384 1296 384 2526 conicto
424 384 3760 1047 4472 conicto
425 1710 5184 2864 5184 conicto
426 3320 5184 3723 5072 conicto
427 4126 4960 4480 4736 conicto
428 end_ol grestore 
429 showpage