]> mj.ucw.cz Git - ga.git/blob - 5-mst/03.eps
Zjednoduseni formulace lemmatu.
[ga.git] / 5-mst / 03.eps
1 %!PS-Adobe-2.0 EPSF-2.0
2 %%Title: /win_d/project/mff/Grafove algoritmy/03 - cervena hrana.dia
3 %%Creator: Dia v0.94
4 %%CreationDate: Mon Apr 17 10:31:09 2006
5 %%For: beaver
6 %%Orientation: Portrait
7 %%Magnification: 1.0000
8 %%BoundingBox: 0 0 372 444
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 -14.327500 -20.322542 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 25.000000 12.000000 m 24.000000 12.000000 23.000000 11.000000 22.000000 12.000000 c s
132 0.100000 slw
133 [] 0 sd
134 [] 0 sd
135 0 slj
136 0 slc
137 n 22.000000 13.000000 m 23.000000 13.000000 23.000000 14.000000 25.000000 13.000000 c s
138 0.100000 slw
139 [] 0 sd
140 [] 0 sd
141 0 slc
142 n 23.500000 14.500000 m 21.500000 16.500000 l s
143 0.100000 slw
144 [] 0 sd
145 [] 0 sd
146 0 slc
147 n 17.500000 16.500000 m 21.500000 16.500000 l s
148 0.100000 slw
149 [] 0 sd
150 [] 0 sd
151 0 slc
152 n 17.500000 16.500000 m 15.500000 14.500000 l s
153 0.200000 slw
154 [0.200000] 0 sd
155 [0.200000] 0 sd
156 0 slc
157 n 15.500000 14.500000 m 15.500000 10.500000 l s
158 0.100000 slw
159 [] 0 sd
160 [] 0 sd
161 0 slc
162 n 15.500000 10.500000 m 17.500000 8.500000 l s
163 0.100000 slw
164 [] 0 sd
165 [] 0 sd
166 0 slc
167 n 17.500000 8.500000 m 21.500000 8.500000 l s
168 0.100000 slw
169 [] 0 sd
170 [] 0 sd
171 0 slc
172 n 21.500000 8.500000 m 23.500000 10.500000 l s
173 0.300000 slw
174 [1.000000] 0 sd
175 [0.300000] 0 sd
176 0 slc
177 0.600000 0.000000 0.000000 srgb
178 n 23.500000 10.500000 m 23.500000 14.500000 l s
179 0.100000 slw
180 [] 0 sd
181 [] 0 sd
182 0 slj
183 0 slc
184 0.000000 0.000000 0.000000 srgb
185 n 22.000000 5.000000 m 23.000000 5.000000 23.000000 6.000000 25.000000 5.000000 c s
186 0.100000 slw
187 [] 0 sd
188 [] 0 sd
189 0 slj
190 0 slc
191 n 25.000000 5.000000 m 27.000000 4.000000 28.000000 6.000000 27.000000 7.000000 c s
192 0.100000 slw
193 [] 0 sd
194 [] 0 sd
195 0 slj
196 0 slc
197 n 22.000000 12.000000 m 21.000000 13.000000 19.000000 11.000000 20.000000 10.000000 c s
198 0.100000 slw
199 [] 0 sd
200 [] 0 sd
201 0 slj
202 0 slc
203 n 27.000000 10.000000 m 28.000000 11.000000 26.000000 12.000000 25.000000 12.000000 c s
204 0.100000 slw
205 [] 0 sd
206 [] 0 sd
207 0 slj
208 0 slc
209 n 20.000000 7.000000 m 20.000000 6.000000 21.000000 5.000000 22.000000 5.000000 c s
210 0.100000 slw
211 [] 0 sd
212 [] 0 sd
213 0 slj
214 0 slc
215 n 20.000000 7.000000 m 20.000000 8.000000 21.000000 9.000000 20.000000 10.000000 c s
216 0.100000 slw
217 [] 0 sd
218 [] 0 sd
219 0 slj
220 0 slc
221 n 27.000000 7.000000 m 26.000000 8.000000 26.000000 9.000000 27.000000 10.000000 c s
222 0.100000 slw
223 [] 0 sd
224 [] 0 sd
225 0 slj
226 0 slc
227 n 25.000000 13.000000 m 27.000000 12.000000 28.000000 14.000000 27.000000 15.000000 c s
228 0.100000 slw
229 [] 0 sd
230 [] 0 sd
231 0 slj
232 0 slc
233 n 22.000000 20.000000 m 21.000000 21.000000 19.000000 19.000000 20.000000 18.000000 c s
234 0.100000 slw
235 [] 0 sd
236 [] 0 sd
237 0 slj
238 0 slc
239 n 27.000000 18.000000 m 28.000000 19.000000 26.000000 20.000000 25.000000 20.000000 c s
240 0.100000 slw
241 [] 0 sd
242 [] 0 sd
243 0 slj
244 0 slc
245 n 25.000000 20.000000 m 24.000000 20.000000 23.000000 19.000000 22.000000 20.000000 c s
246 0.100000 slw
247 [] 0 sd
248 [] 0 sd
249 0 slj
250 0 slc
251 n 20.000000 15.000000 m 20.000000 14.000000 21.000000 13.000000 22.000000 13.000000 c s
252 0.100000 slw
253 [] 0 sd
254 [] 0 sd
255 0 slj
256 0 slc
257 n 20.000000 15.000000 m 20.000000 16.000000 21.000000 17.000000 20.000000 18.000000 c s
258 0.100000 slw
259 [] 0 sd
260 [] 0 sd
261 0 slj
262 0 slc
263 n 27.000000 15.000000 m 26.000000 16.000000 26.000000 17.000000 27.000000 18.000000 c s
264 1.000000 1.000000 1.000000 srgb
265 n 23.500000 10.500000 0.500000 0.500000 0 360 ellipse f
266 0.100000 slw
267 [] 0 sd
268 [] 0 sd
269 0.600000 0.000000 0.000000 srgb
270 n 23.500000 10.500000 0.500000 0.500000 0 360 ellipse cp s
271 1.000000 1.000000 1.000000 srgb
272 n 23.500000 14.500000 0.500000 0.500000 0 360 ellipse f
273 0.100000 slw
274 [] 0 sd
275 [] 0 sd
276 0.600000 0.000000 0.000000 srgb
277 n 23.500000 14.500000 0.500000 0.500000 0 360 ellipse cp s
278 1.000000 1.000000 1.000000 srgb
279 n 21.500000 16.500000 0.500000 0.500000 0 360 ellipse f
280 0.100000 slw
281 [] 0 sd
282 [] 0 sd
283 0.000000 0.000000 0.000000 srgb
284 n 21.500000 16.500000 0.500000 0.500000 0 360 ellipse cp s
285 1.000000 1.000000 1.000000 srgb
286 n 21.500000 8.500000 0.500000 0.500000 0 360 ellipse f
287 0.100000 slw
288 [] 0 sd
289 [] 0 sd
290 0.000000 0.000000 0.000000 srgb
291 n 21.500000 8.500000 0.500000 0.500000 0 360 ellipse cp s
292 1.000000 1.000000 1.000000 srgb
293 n 17.500000 8.500000 0.500000 0.500000 0 360 ellipse f
294 0.100000 slw
295 [] 0 sd
296 [] 0 sd
297 0.000000 0.000000 0.000000 srgb
298 n 17.500000 8.500000 0.500000 0.500000 0 360 ellipse cp s
299 1.000000 1.000000 1.000000 srgb
300 n 17.500000 16.500000 0.500000 0.500000 0 360 ellipse f
301 0.100000 slw
302 [] 0 sd
303 [] 0 sd
304 0.000000 0.000000 0.000000 srgb
305 n 17.500000 16.500000 0.500000 0.500000 0 360 ellipse cp s
306 1.000000 1.000000 1.000000 srgb
307 n 15.500000 14.500000 0.500000 0.500000 0 360 ellipse f
308 0.100000 slw
309 [] 0 sd
310 [] 0 sd
311 0.000000 0.000000 0.000000 srgb
312 n 15.500000 14.500000 0.500000 0.500000 0 360 ellipse cp s
313 1.000000 1.000000 1.000000 srgb
314 n 15.500000 10.500000 0.500000 0.500000 0 360 ellipse f
315 0.100000 slw
316 [] 0 sd
317 [] 0 sd
318 0.000000 0.000000 0.000000 srgb
319 n 15.500000 10.500000 0.500000 0.500000 0 360 ellipse cp s
320 gsave 23.300000 9.750000 translate 0.035278 -0.035278 scale
321 start_ol
322 3200 3136 moveto
323 2065 1610 lineto
324 3264 0 lineto
325 2654 0 lineto
326 1738 1232 lineto
327 810 0 lineto
328 192 0 lineto
329 1435 1641 lineto
330 320 3136 lineto
331 927 3136 lineto
332 1760 2019 lineto
333 2592 3136 lineto
334 3200 3136 lineto
335 end_ol grestore 
336 gsave 15.300000 9.650000 translate 0.035278 -0.035278 scale
337 start_ol
338 3200 3136 moveto
339 2065 1610 lineto
340 3264 0 lineto
341 2654 0 lineto
342 1738 1232 lineto
343 810 0 lineto
344 192 0 lineto
345 1435 1641 lineto
346 320 3136 lineto
347 927 3136 lineto
348 1760 2019 lineto
349 2592 3136 lineto
350 3200 3136 lineto
351 end_ol grestore 
352 gsave 15.748733 9.650000 translate 0.035278 -0.035278 scale
353 start_ol
354 960 4224 moveto
355 960 2688 lineto
356 512 2688 lineto
357 512 4224 lineto
358 960 4224 lineto
359 end_ol grestore 
360 gsave 23.300000 15.800000 translate 0.035278 -0.035278 scale
361 start_ol
362 1863 -297 moveto
363 1641 -868 1430 -1042 conicto
364 1220 -1216 866 -1216 conicto
365 448 -1216 lineto
366 448 -768 lineto
367 755 -768 lineto
368 972 -768 1091 -666 conicto
369 1210 -565 1356 -187 conicto
370 1450 49 lineto
371 192 3136 lineto
372 715 3136 lineto
373 1712 683 lineto
374 2709 3136 lineto
375 3264 3136 lineto
376 1863 -297 lineto
377 end_ol grestore 
378 gsave 15.405000 15.910000 translate 0.035278 -0.035278 scale
379 start_ol
380 1863 -297 moveto
381 1641 -868 1430 -1042 conicto
382 1220 -1216 866 -1216 conicto
383 448 -1216 lineto
384 448 -768 lineto
385 755 -768 lineto
386 972 -768 1091 -666 conicto
387 1210 -565 1356 -187 conicto
388 1450 49 lineto
389 192 3136 lineto
390 715 3136 lineto
391 1712 683 lineto
392 2709 3136 lineto
393 3264 3136 lineto
394 1863 -297 lineto
395 end_ol grestore 
396 gsave 15.853733 15.910000 translate 0.035278 -0.035278 scale
397 start_ol
398 960 4224 moveto
399 960 2688 lineto
400 512 2688 lineto
401 512 4224 lineto
402 960 4224 lineto
403 end_ol grestore 
404 gsave 23.850000 12.800000 translate 0.035278 -0.035278 scale
405 start_ol
406 3904 2111 moveto
407 3904 1792 lineto
408 1024 1792 lineto
409 1066 1104 1417 744 conicto
410 1768 384 2394 384 conicto
411 2758 384 3099 464 conicto
412 3440 544 3776 704 conicto
413 3776 128 lineto
414 3438 4 3083 -62 conicto
415 2729 -128 2364 -128 conicto
416 1451 -128 917 407 conicto
417 384 942 384 1854 conicto
418 384 2797 888 3350 conicto
419 1392 3904 2245 3904 conicto
420 3012 3904 3458 3422 conicto
421 3904 2940 3904 2111 conicto
422 3264 2304 moveto
423 3257 2800 2978 3096 conicto
424 2699 3392 2239 3392 conicto
425 1718 3392 1405 3105 conicto
426 1092 2819 1045 2300 conicto
427 3264 2304 lineto
428 end_ol grestore 
429 gsave 14.355000 12.910000 translate 0.035278 -0.035278 scale
430 start_ol
431 3904 2111 moveto
432 3904 1792 lineto
433 1024 1792 lineto
434 1066 1104 1417 744 conicto
435 1768 384 2394 384 conicto
436 2758 384 3099 464 conicto
437 3440 544 3776 704 conicto
438 3776 128 lineto
439 3438 4 3083 -62 conicto
440 2729 -128 2364 -128 conicto
441 1451 -128 917 407 conicto
442 384 942 384 1854 conicto
443 384 2797 888 3350 conicto
444 1392 3904 2245 3904 conicto
445 3012 3904 3458 3422 conicto
446 3904 2940 3904 2111 conicto
447 3264 2304 moveto
448 3257 2800 2978 3096 conicto
449 2699 3392 2239 3392 conicto
450 1718 3392 1405 3105 conicto
451 1092 2819 1045 2300 conicto
452 3264 2304 lineto
453 end_ol grestore 
454 gsave 14.913800 12.910000 translate 0.035278 -0.035278 scale
455 start_ol
456 1216 5056 moveto
457 1216 3200 lineto
458 640 3200 lineto
459 640 5056 lineto
460 1216 5056 lineto
461 end_ol grestore 
462 gsave 25.300000 6.300000 translate 0.035278 -0.035278 scale
463 start_ol
464 0 5056 moveto
465 4288 5056 lineto
466 4288 4480 lineto
467 2496 4480 lineto
468 2496 0 lineto
469 1792 0 lineto
470 1792 4480 lineto
471 0 4480 lineto
472 0 5056 lineto
473 end_ol grestore 
474 gsave 25.105000 19.110000 translate 0.035278 -0.035278 scale
475 start_ol
476 0 5056 moveto
477 4288 5056 lineto
478 4288 4480 lineto
479 2496 4480 lineto
480 2496 0 lineto
481 1792 0 lineto
482 1792 4480 lineto
483 0 4480 lineto
484 0 5056 lineto
485 end_ol grestore 
486 gsave 25.775000 6.450000 translate 0.035278 -0.035278 scale
487 start_ol
488 2496 2496 moveto
489 1589 1282 lineto
490 2560 0 lineto
491 2067 0 lineto
492 1327 981 lineto
493 607 0 lineto
494 128 0 lineto
495 1085 1306 lineto
496 192 2496 lineto
497 678 2496 lineto
498 1344 1607 lineto
499 2010 2496 lineto
500 2496 2496 lineto
501 end_ol grestore 
502 gsave 25.575000 19.212500 translate 0.035278 -0.035278 scale
503 start_ol
504 1477 -262 moveto
505 1305 -695 1142 -827 conicto
506 980 -960 707 -960 conicto
507 384 -960 lineto
508 384 -640 lineto
509 622 -640 lineto
510 789 -640 881 -555 conicto
511 974 -471 1085 -156 conicto
512 1159 33 lineto
513 128 2496 lineto
514 590 2496 lineto
515 1361 544 lineto
516 2131 2496 lineto
517 2560 2496 lineto
518 1477 -262 lineto
519 end_ol grestore 
520 showpage