]> mj.ucw.cz Git - ads2.git/blob - 2-dinic/dinic-cestashranouzpet.eps
Jeste obrazky.
[ads2.git] / 2-dinic / dinic-cestashranouzpet.eps
1 %!PS-Adobe-2.0 EPSF-2.0
2 %%Title: Diagram1.dia
3 %%Creator: Dia v0.94
4 %%CreationDate: Sun Mar 26 18:45:50 2006
5 %%For: bernard
6 %%Orientation: Portrait
7 %%Magnification: 1.0000
8 %%BoundingBox: 0 0 539 219
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 -5.000000 -8.493600 translate
122 %%EndProlog
123
124
125 1.000000 1.000000 1.000000 srgb
126 n 9.362500 4.500000 0.950000 3.650000 0 360 ellipse f
127 0.100000 slw
128 [] 0 sd
129 [] 0 sd
130 0.000000 0.000000 0.000000 srgb
131 n 9.362500 4.500000 0.950000 3.650000 0 360 ellipse cp s
132 1.000000 1.000000 1.000000 srgb
133 n 12.962500 4.564000 0.950000 3.650000 0 360 ellipse f
134 0.100000 slw
135 [] 0 sd
136 [] 0 sd
137 0.000000 0.000000 0.000000 srgb
138 n 12.962500 4.564000 0.950000 3.650000 0 360 ellipse cp s
139 1.000000 1.000000 1.000000 srgb
140 n 16.481600 4.793600 0.950000 3.650000 0 360 ellipse f
141 0.100000 slw
142 [] 0 sd
143 [] 0 sd
144 0.000000 0.000000 0.000000 srgb
145 n 16.481600 4.793600 0.950000 3.650000 0 360 ellipse cp s
146 1.000000 1.000000 1.000000 srgb
147 n 20.080500 4.632000 0.950000 3.650000 0 360 ellipse f
148 0.100000 slw
149 [] 0 sd
150 [] 0 sd
151 0.000000 0.000000 0.000000 srgb
152 n 20.080500 4.632000 0.950000 3.650000 0 360 ellipse cp s
153 1.000000 1.000000 1.000000 srgb
154 n 5.587500 4.400000 0.462500 0.450000 0 360 ellipse f
155 0.100000 slw
156 [] 0 sd
157 [] 0 sd
158 0.000000 0.000000 0.000000 srgb
159 n 5.587500 4.400000 0.462500 0.450000 0 360 ellipse cp s
160 1.000000 1.000000 1.000000 srgb
161 n 23.497500 4.760000 0.450000 0.450000 0 360 ellipse f
162 0.100000 slw
163 [] 0 sd
164 [] 0 sd
165 0.000000 0.000000 0.000000 srgb
166 n 23.497500 4.760000 0.450000 0.450000 0 360 ellipse cp s
167 0.100000 slw
168 [] 0 sd
169 [] 0 sd
170 0 slc
171 n 6.050000 4.400000 m 8.875918 4.485311 l s
172 [] 0 sd
173 0 slj
174 0 slc
175 n 9.250748 4.496626 m 8.743431 4.731425 l 8.875918 4.485311 l 8.758519 4.231653 l ef
176 n 9.250748 4.496626 m 8.743431 4.731425 l 8.875918 4.485311 l 8.758519 4.231653 l cp s
177 0.100000 slw
178 [] 0 sd
179 [] 0 sd
180 0 slc
181 n 9.697600 4.601600 m 12.796832 6.404790 l s
182 [] 0 sd
183 0 slj
184 0 slc
185 n 13.120963 6.593375 m 12.563065 6.558015 l 12.796832 6.404790 l 12.814512 6.125841 l ef
186 n 13.120963 6.593375 m 12.563065 6.558015 l 12.796832 6.404790 l 12.814512 6.125841 l cp s
187 0.100000 slw
188 [] 0 sd
189 [] 0 sd
190 0 slc
191 n 16.481600 2.297600 m 19.672090 4.367088 l s
192 [] 0 sd
193 0 slj
194 0 slc
195 n 19.986701 4.571158 m 19.431172 4.508805 l 19.672090 4.367088 l 19.703266 4.089323 l ef
196 n 19.986701 4.571158 m 19.431172 4.508805 l 19.672090 4.367088 l 19.703266 4.089323 l cp s
197 0.100000 slw
198 [] 0 sd
199 [] 0 sd
200 0 slc
201 n 20.513600 4.729600 m 22.560732 4.754160 l s
202 [] 0 sd
203 0 slj
204 0 slc
205 n 22.935705 4.758659 m 22.432742 5.002643 l 22.560732 4.754160 l 22.438740 4.502679 l ef
206 n 22.935705 4.758659 m 22.432742 5.002643 l 22.560732 4.754160 l 22.438740 4.502679 l cp s
207 gsave 5.000000 6.562500 translate 0.035278 -0.035278 scale
208 start_ol
209 5729 6016 moveto
210 5533 5056 lineto
211 5124 5280 4670 5392 conicto
212 4216 5504 3734 5504 conicto
213 2921 5504 2452 5229 conicto
214 1984 4954 1984 4482 conicto
215 1984 3933 3088 3639 conicto
216 3172 3617 3213 3606 conicto
217 3548 3506 lineto
218 4567 3221 4907 2908 conicto
219 5248 2595 5248 2053 conicto
220 5248 1059 4456 433 conicto
221 3665 -192 2384 -192 conicto
222 1886 -192 1338 -98 conicto
223 790 -5 130 192 conicto
224 331 1280 lineto
225 896 997 1444 850 conicto
226 1992 704 2496 704 conicto
227 3263 704 3743 1023 conicto
228 4224 1343 4224 1833 conicto
229 4224 2361 2963 2686 conicto
230 2854 2714 lineto
231 2496 2802 lineto
232 1700 3010 1330 3349 conicto
233 960 3689 960 4217 conicto
234 960 5221 1716 5810 conicto
235 2472 6400 3771 6400 conicto
236 4283 6400 4769 6304 conicto
237 5256 6208 5729 6016 conicto
238 end_ol grestore 
239 gsave 23.440000 6.827500 translate 0.035278 -0.035278 scale
240 start_ol
241 4867 6272 moveto
242 4711 5440 lineto
243 2658 5440 lineto
244 1992 2036 lineto
245 1958 1846 1941 1717 conicto
246 1925 1589 1925 1516 conicto
247 1925 1157 2140 994 conicto
248 2356 832 2831 832 conicto
249 3872 832 lineto
250 3698 0 lineto
251 2714 0 lineto
252 1796 0 1346 353 conicto
253 896 706 896 1423 conicto
254 896 1551 912 1702 conicto
255 929 1854 963 2036 conicto
256 1628 5440 lineto
257 752 5440 lineto
258 918 6272 lineto
259 1774 6272 lineto
260 2121 8064 lineto
261 3150 8064 lineto
262 2809 6272 lineto
263 4867 6272 lineto
264 end_ol grestore 
265 0.100000 slw
266 [] 0 sd
267 [] 0 sd
268 0 slc
269 0.975875 0.112764 0.032090 srgb
270 n 16.163919 1.258881 3.439993 3.439993 87.657866 147.036577 ellipse s
271 [] 0 sd
272 0 slj
273 0 slc
274 n 13.132801 2.784720 m 13.556586 3.149283 l 13.277703 3.130593 l 13.095421 3.342485 l ef
275 n 13.132801 2.784720 m 13.556586 3.149283 l 13.277703 3.130593 l 13.095421 3.342485 l cp s
276 0.100000 slw
277 [] 0 sd
278 [] 0 sd
279 0 slc
280 0.000000 0.000000 0.000000 srgb
281 n 13.388362 6.692362 m 15.935649 5.171189 l s
282 [] 0 sd
283 0 slj
284 0 slc
285 n 16.257610 4.978923 m 15.956507 5.449918 l 15.935649 5.171189 l 15.700151 5.020638 l ef
286 n 16.257610 4.978923 m 15.956507 5.449918 l 15.935649 5.171189 l 15.700151 5.020638 l cp s
287 0.100000 slw
288 [] 0 sd
289 [] 0 sd
290 0 slc
291 n 13.025600 2.425600 m 15.802797 2.425600 l s
292 [] 0 sd
293 0 slj
294 0 slc
295 n 16.177797 2.425600 m 15.677797 2.675600 l 15.802797 2.425600 l 15.677797 2.175600 l ef
296 n 16.177797 2.425600 m 15.677797 2.675600 l 15.802797 2.425600 l 15.677797 2.175600 l cp s
297 showpage