↑ Collapse diff ↑
Ignore white space 6 line context
1 1
EXTRA_DIST += \
2 2
	doc/Doxyfile.in \
3 3
	doc/DoxygenLayout.xml \
4 4
	doc/coding_style.dox \
5 5
	doc/dirs.dox \
6 6
	doc/groups.dox \
7 7
	doc/lgf.dox \
8 8
	doc/license.dox \
9 9
	doc/mainpage.dox \
10 10
	doc/migration.dox \
11 11
	doc/named-param.dox \
12 12
	doc/namespaces.dox \
13 13
	doc/html \
14 14
	doc/CMakeLists.txt
15 15

	
16 16
DOC_EPS_IMAGES18 = \
17
	grid_graph.eps \
18
	nodeshape_0.eps \
19
	nodeshape_1.eps \
20
	nodeshape_2.eps \
21
	nodeshape_3.eps \
22
	nodeshape_4.eps
23

	
24
DOC_EPS_IMAGES27 = \
17 25
	bipartite_matching.eps \
18 26
	bipartite_partitions.eps \
19 27
	connected_components.eps \
20 28
	edge_biconnected_components.eps \
21
	grid_graph.eps \
22 29
	node_biconnected_components.eps \
23
	nodeshape_0.eps \
24
	nodeshape_1.eps \
25
	nodeshape_2.eps \
26
	nodeshape_3.eps \
27
	nodeshape_4.eps \
28 30
	strongly_connected_components.eps
29 31

	
30 32
DOC_EPS_IMAGES = \
31
	$(DOC_EPS_IMAGES18)
33
	$(DOC_EPS_IMAGES18) \
34
	$(DOC_EPS_IMAGES27)
32 35

	
33 36
DOC_PNG_IMAGES = \
34 37
	$(DOC_EPS_IMAGES:%.eps=doc/gen-images/%.png)
35 38

	
36 39
EXTRA_DIST += $(DOC_EPS_IMAGES:%=doc/images/%)
37 40

	
38 41
doc/html:
39 42
	$(MAKE) $(AM_MAKEFLAGS) html
40 43

	
41 44
GS_COMMAND=gs -dNOPAUSE -dBATCH -q -dEPSCrop -dTextAlphaBits=4 -dGraphicsAlphaBits=4
42 45

	
43 46
$(DOC_EPS_IMAGES18:%.eps=doc/gen-images/%.png): doc/gen-images/%.png: doc/images/%.eps
44 47
	-mkdir doc/gen-images
45 48
	if test ${gs_found} = yes; then \
46 49
	  $(GS_COMMAND) -sDEVICE=pngalpha -r18 -sOutputFile=$@ $<; \
47 50
	else \
48 51
	  echo; \
49 52
	  echo "Ghostscript not found."; \
50 53
	  echo; \
51 54
	  exit 1; \
52 55
	fi
53 56

	
57
$(DOC_EPS_IMAGES27:%.eps=doc/gen-images/%.png): doc/gen-images/%.png: doc/images/%.eps
58
	-mkdir doc/gen-images
59
	if test ${gs_found} = yes; then \
60
	  $(GS_COMMAND) -sDEVICE=pngalpha -r27 -sOutputFile=$@ $<; \
61
	else \
62
	  echo; \
63
	  echo "Ghostscript not found."; \
64
	  echo; \
65
	  exit 1; \
66
	fi
67

	
54 68
html-local: $(DOC_PNG_IMAGES)
55 69
	if test ${doxygen_found} = yes; then \
56 70
	  cd doc; \
57 71
	  doxygen Doxyfile; \
58 72
	  cd ..; \
59 73
	else \
60 74
	  echo; \
61 75
	  echo "Doxygen not found."; \
62 76
	  echo; \
63 77
	  exit 1; \
64 78
	fi
65 79

	
66 80
clean-local:
67 81
	-rm -rf doc/html
68 82
	-rm -f doc/doxygen.log
69 83
	-rm -f $(DOC_PNG_IMAGES)
70 84
	-rm -rf doc/gen-images
71 85

	
72 86
update-external-tags:
73 87
	wget -O doc/libstdc++.tag.tmp http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag && \
74 88
	mv doc/libstdc++.tag.tmp doc/libstdc++.tag || \
75 89
	rm doc/libstdc++.tag.tmp
76 90

	
77 91
install-html-local: doc/html
78 92
	@$(NORMAL_INSTALL)
79 93
	$(mkinstalldirs) $(DESTDIR)$(htmldir)/docs
80 94
	for p in doc/html/*.{html,css,png,map,gif,tag} ; do \
81 95
	  f="`echo $$p | sed -e 's|^.*/||'`"; \
82 96
	  echo " $(INSTALL_DATA) $$p $(DESTDIR)$(htmldir)/docs/$$f"; \
83 97
	  $(INSTALL_DATA) $$p $(DESTDIR)$(htmldir)/docs/$$f; \
84 98
	done
85 99

	
86 100
uninstall-local:
87 101
	@$(NORMAL_UNINSTALL)
88 102
	for p in doc/html/*.{html,css,png,map,gif,tag} ; do \
89 103
	  f="`echo $$p | sed -e 's|^.*/||'`"; \
90 104
	  echo " rm -f $(DESTDIR)$(htmldir)/docs/$$f"; \
91 105
	  rm -f $(DESTDIR)$(htmldir)/docs/$$f; \
92 106
	done
93 107

	
94 108
.PHONY: update-external-tags
1 1
%!PS-Adobe-2.0 EPSF-2.0
2 2
%%Creator: LEMON, graphToEps()
3 3
%%CreationDate: Tue Nov 15 16:51:43 2005
4
%%BoundingBox: 0 0 596 842
5
%%DocumentPaperSizes: a4
4
%%BoundingBox: 0 0 842 596
6 5
%%EndComments
7 6
/lb { setlinewidth setrgbcolor newpath moveto
8 7
      4 2 roll 1 index 1 index curveto stroke } bind def
9 8
/l { setlinewidth setrgbcolor newpath moveto lineto stroke } bind def
10 9
/c { newpath dup 3 index add 2 index moveto 0 360 arc closepath } bind def
11 10
/sq { newpath 2 index 1 index add 2 index 2 index add moveto
12 11
      2 index 1 index sub 2 index 2 index add lineto
13 12
      2 index 1 index sub 2 index 2 index sub lineto
14 13
      2 index 1 index add 2 index 2 index sub lineto
15 14
      closepath pop pop pop} bind def
16 15
/di { newpath 2 index 1 index add 2 index moveto
17 16
      2 index             2 index 2 index add lineto
18 17
      2 index 1 index sub 2 index             lineto
19 18
      2 index             2 index 2 index sub lineto
20 19
      closepath pop pop pop} bind def
21 20
/nc { 0 0 0 setrgbcolor 5 index 5 index 5 index c fill
22 21
     setrgbcolor 1.1 div c fill
23 22
   } bind def
24 23
/nsq { 0 0 0 setrgbcolor 5 index 5 index 5 index sq fill
25 24
     setrgbcolor 1.1 div sq fill
26 25
   } bind def
27 26
/ndi { 0 0 0 setrgbcolor 5 index 5 index 5 index di fill
28 27
     setrgbcolor 1.1 div di fill
29 28
   } bind def
30 29
/arrl 1 def
31 30
/arrw 0.3 def
32 31
/lrl { 2 index mul exch 2 index mul exch rlineto pop} bind def
33 32
/arr { setrgbcolor /y1 exch def /x1 exch def /dy exch def /dx exch def
34 33
       /w exch def /len exch def
35 34
       newpath x1 dy w 2 div mul add y1 dx w 2 div mul sub moveto
36 35
       len w sub arrl sub dx dy lrl
37 36
       arrw dy dx neg lrl
38 37
       dx arrl w add mul dy w 2 div arrw add mul sub
39 38
       dy arrl w add mul dx w 2 div arrw add mul add rlineto
40 39
       dx arrl w add mul neg dy w 2 div arrw add mul sub
41 40
       dy arrl w add mul neg dx w 2 div arrw add mul add rlineto
42 41
       arrw dy dx neg lrl
43 42
       len w sub arrl sub neg dx dy lrl
44 43
       closepath fill } bind def
45 44
/cshow { 2 index 2 index moveto dup stringwidth pop
46 45
         neg 2 div fosi .35 mul neg rmoveto show pop pop} def
47 46

	
48 47
gsave
48
90 rotate
49
0 -842 translate
49 50
71.6378 15 translate
50 51
0.389093 dup scale
51 52
90 rotate
52 53
1197.47 -613.138 translate
53 54
%Edges:
54 55
gsave
55 56
513.857 -446.322 296.569 -487.43 79.2808 -528.539 0 0 0 2 lb
56 57
513.857 -446.322 575.52 -315.655 637.183 -184.989 0 0 0 2 lb
57 58
393.468 566.711 494.771 434.577 596.074 302.442 0 0 0 2 lb
58 59
393.468 566.711 155.625 579.925 -82.2171 593.138 0 0 0 2 lb
59 60
393.468 566.711 251.056 450.726 108.644 334.741 0 0 0 2 lb
60 61
869.153 52.8539 732.613 177.648 596.074 302.442 0 0 0 2 lb
61 62
869.153 52.8539 753.168 -66.0676 637.183 -184.989 0 0 0 2 lb
62 63
-82.2171 593.138 -91.0261 346.487 -99.8351 99.8351 0 0 0 2 lb
63 64
-663.61 546.157 -753.168 394.936 -842.726 243.715 0 0 0 2 lb
64 65
-663.61 546.157 -574.052 437.513 -484.494 328.869 0 0 0 2 lb
65 66
-1077.63 161.498 -960.178 202.606 -842.726 243.715 0 0 0 2 lb
66 67
-1077.63 161.498 -968.987 66.0674 -860.344 -29.3633 0 0 0 2 lb
67 68
-1177.47 -234.906 -1029.18 -381.722 -880.898 -528.539 0 0 0 2 lb
68 69
-1177.47 -234.906 -1018.91 -132.135 -860.344 -29.3633 0 0 0 2 lb
69 70
-880.898 -528.539 -744.359 -387.595 -607.82 -246.651 0 0 0 2 lb
70 71
-499.175 -499.175 -355.295 -475.685 -211.415 -452.194 0 0 0 2 lb
71 72
-499.175 -499.175 -553.498 -372.913 -607.82 -246.651 0 0 0 2 lb
72 73
-499.175 -499.175 -386.587 -315.087 -274 -131 0 0 0 2 lb
73 74
79.2808 -528.539 -66.0671 -490.366 -211.415 -452.194 0 0 0 2 lb
74 75
637.183 -184.989 421.363 -253.993 205.543 -322.996 0 0 0 2 lb
75 76
205.543 -322.996 162.966 -226.097 120.389 -129.198 0 0 0 2 lb
76 77
399.34 88.0898 259.865 -20.5541 120.389 -129.198 0 0 0 2 lb
77 78
399.34 88.0898 253.992 211.415 108.644 334.741 0 0 0 2 lb
78 79
-842.726 243.715 -471.281 171.775 -99.8351 99.8351 0 0 0 2 lb
79 80
-842.726 243.715 -558.363 56.3575 -274 -131 0 0 0 2 lb
80 81
-860.344 -29.3633 -734.082 -138.007 -607.82 -246.651 0 0 0 2 lb
81 82
-211.415 -452.194 -45.513 -290.696 120.389 -129.198 0 0 0 2 lb
82 83
-99.8351 99.8351 4.40445 217.288 108.644 334.741 0 0 0 2 lb
83 84
-99.8351 99.8351 -292.165 214.352 -484.494 328.869 0 0 0 2 lb
84 85
120.389 -129.198 -76.8055 -130.099 -274 -131 0 0 0 2 lb
85 86
grestore
86 87
%Nodes:
87 88
gsave
88 89
-274 -131 20 1 0 0 nc
89 90
-607.82 -246.651 20 1 0 0 nc
90 91
-484.494 328.869 20 0 0 1 nc
91 92
108.644 334.741 20 0 0 1 nc
92 93
120.389 -129.198 20 0 0 1 nc
93 94
-99.8351 99.8351 20 1 0 0 nc
94 95
-211.415 -452.194 20 1 0 0 nc
95 96
-860.344 -29.3633 20 0 0 1 nc
96 97
-842.726 243.715 20 0 0 1 nc
97 98
399.34 88.0898 20 1 0 0 nc
98 99
205.543 -322.996 20 1 0 0 nc
99 100
637.183 -184.989 20 0 0 1 nc
100 101
79.2808 -528.539 20 0 0 1 nc
101 102
-499.175 -499.175 20 0 0 1 nc
102 103
-880.898 -528.539 20 0 0 1 nc
103 104
-1177.47 -234.906 20 1 0 0 nc
104 105
-1077.63 161.498 20 1 0 0 nc
105 106
-663.61 546.157 20 1 0 0 nc
106 107
-82.2171 593.138 20 0 0 1 nc
107 108
596.074 302.442 20 0 0 1 nc
108 109
869.153 52.8539 20 1 0 0 nc
109 110
393.468 566.711 20 1 0 0 nc
110 111
513.857 -446.322 20 1 0 0 nc
111 112
grestore
112 113
grestore
113 114
showpage
1 1
%!PS-Adobe-2.0 EPSF-2.0
2 2
%%Creator: LEMON, graphToEps()
3 3
%%CreationDate: Fri Nov  4 13:47:12 2005
4
%%BoundingBox: 0 0 596 842
5
%%DocumentPaperSizes: a4
4
%%BoundingBox: 0 0 842 596
6 5
%%EndComments
7 6
/lb { setlinewidth setrgbcolor newpath moveto
8 7
      4 2 roll 1 index 1 index curveto stroke } bind def
9 8
/l { setlinewidth setrgbcolor newpath moveto lineto stroke } bind def
10 9
/c { newpath dup 3 index add 2 index moveto 0 360 arc closepath } bind def
11 10
/sq { newpath 2 index 1 index add 2 index 2 index add moveto
12 11
      2 index 1 index sub 2 index 2 index add lineto
13 12
      2 index 1 index sub 2 index 2 index sub lineto
14 13
      2 index 1 index add 2 index 2 index sub lineto
15 14
      closepath pop pop pop} bind def
16 15
/di { newpath 2 index 1 index add 2 index moveto
17 16
      2 index             2 index 2 index add lineto
18 17
      2 index 1 index sub 2 index             lineto
19 18
      2 index             2 index 2 index sub lineto
20 19
      closepath pop pop pop} bind def
21 20
/nc { 0 0 0 setrgbcolor 5 index 5 index 5 index c fill
22 21
     setrgbcolor 1.1 div c fill
23 22
   } bind def
24 23
/nsq { 0 0 0 setrgbcolor 5 index 5 index 5 index sq fill
25 24
     setrgbcolor 1.1 div sq fill
26 25
   } bind def
27 26
/ndi { 0 0 0 setrgbcolor 5 index 5 index 5 index di fill
28 27
     setrgbcolor 1.1 div di fill
29 28
   } bind def
30 29
/arrl 1 def
31 30
/arrw 0.3 def
32 31
/lrl { 2 index mul exch 2 index mul exch rlineto pop} bind def
33 32
/arr { setrgbcolor /y1 exch def /x1 exch def /dy exch def /dx exch def
34 33
       /w exch def /len exch def
35 34
       newpath x1 dy w 2 div mul add y1 dx w 2 div mul sub moveto
36 35
       len w sub arrl sub dx dy lrl
37 36
       arrw dy dx neg lrl
38 37
       dx arrl w add mul dy w 2 div arrw add mul sub
39 38
       dy arrl w add mul dx w 2 div arrw add mul add rlineto
40 39
       dx arrl w add mul neg dy w 2 div arrw add mul sub
41 40
       dy arrl w add mul neg dx w 2 div arrw add mul add rlineto
42 41
       arrw dy dx neg lrl
43 42
       len w sub arrl sub neg dx dy lrl
44 43
       closepath fill } bind def
45 44
/cshow { 2 index 2 index moveto dup stringwidth pop
46 45
         neg 2 div fosi .35 mul neg rmoveto show pop pop} def
47 46

	
48 47
gsave
48
90 rotate
49
0 -842 translate
49 50
71.0944 15 translate
50 51
0.434694 dup scale
51 52
90 rotate
52 53
860.856 -588.349 translate
53 54
%Edges:
54 55
gsave
55 56
574.035 177.301 622.149 225.748 670.264 274.195 0 0 0 2 lb
56 57
694.579 115.483 682.421 194.839 670.264 274.195 0 0 0 2 lb
57 58
280.402 10.3938 246.402 -6.60595 212.403 -23.6057 0 0 0 2 lb
58 59
280.402 10.3938 283.493 -18.9695 286.584 -48.3327 0 0 0 2 lb
59 60
212.403 -23.6057 249.493 -35.9692 286.584 -48.3327 0 0 0 2 lb
60 61
286.584 -48.3327 326.765 -79.2414 366.947 -110.15 0 0 0 2 lb
61 62
286.584 -48.3327 278.857 -111.695 271.13 -175.058 0 0 0 2 lb
62 63
438.037 -88.514 417.946 -142.604 397.855 -196.694 0 0 0 2 lb
63 64
438.037 -88.514 402.492 -99.332 366.947 -110.15 0 0 0 2 lb
64 65
397.855 -196.694 382.401 -153.422 366.947 -110.15 0 0 0 2 lb
65 66
366.947 -110.15 319.038 -142.604 271.13 -175.058 0 0 0 2 lb
66 67
271.13 -175.058 274.221 -213.694 277.311 -252.33 0 0 0 2 lb
67 68
271.13 -175.058 238.675 -190.512 206.221 -205.967 0 0 0 2 lb
68 69
277.311 -252.33 241.766 -229.149 206.221 -205.967 0 0 0 2 lb
69 70
-840.856 -246.718 -804.351 -66.7145 -767.847 113.289 0 0 0 2 lb
70 71
-579.033 445.603 -673.44 279.446 -767.847 113.289 0 0 0 2 lb
71 72
-579.033 445.603 -524.906 302.104 -470.779 158.605 0 0 0 2 lb
72 73
-767.847 113.289 -619.313 135.947 -470.779 158.605 0 0 0 2 lb
73 74
906.312 201.403 946.592 42.798 986.873 -115.807 0 0 0 2 lb
74 75
906.312 201.403 834.562 91.8901 762.812 -17.6227 0 0 0 2 lb
75 76
986.873 -115.807 874.842 -66.7148 762.812 -17.6227 0 0 0 2 lb
76 77
-470.779 158.605 -390.218 50.3508 -309.657 -57.9033 0 0 0 2 lb
77 78
422.945 521.129 208.955 541.269 -5.03507 561.41 0 0 0 2 lb
78 79
422.945 521.129 376.371 417.911 329.797 314.692 0 0 0 2 lb
79 80
422.945 521.129 474.554 276.928 526.164 32.7279 0 0 0 2 lb
80 81
-5.03507 561.41 -36.5042 440.568 -67.9734 319.727 0 0 0 2 lb
81 82
329.797 314.692 130.912 317.209 -67.9734 319.727 0 0 0 2 lb
82 83
-67.9734 319.727 229.095 176.227 526.164 32.7279 0 0 0 2 lb
83 84
762.812 -17.6227 644.488 7.5526 526.164 32.7279 0 0 0 2 lb
84 85
762.812 -17.6227 746.448 -162.381 730.084 -307.139 0 0 0 2 lb
85 86
526.164 32.7279 470.779 -128.394 415.393 -289.516 0 0 0 2 lb
86 87
730.084 -307.139 572.738 -298.327 415.393 -289.516 0 0 0 2 lb
87 88
415.393 -289.516 173.71 -318.468 -67.9734 -347.42 0 0 0 2 lb
88 89
-67.9734 -347.42 -188.815 -202.662 -309.657 -57.9033 0 0 0 2 lb
89 90
-67.9734 -347.42 -195.758 -390.692 -323.543 -433.964 0 0 0 2 lb
90 91
-309.657 -57.9033 -424.775 -160.272 -539.894 -262.64 0 0 0 2 lb
91 92
-323.543 -433.964 -431.719 -348.302 -539.894 -262.64 0 0 0 2 lb
92 93
-26.6953 -19.9585 44.8558 -96.8093 116.407 -173.66 0 0 0 2 lb
93 94
-26.6953 -19.9585 87.2563 9.19185 201.208 38.3422 0 0 0 2 lb
94 95
-26.6953 -19.9585 -144.622 43.6422 -262.548 107.243 0 0 0 2 lb
95 96
-26.6953 -19.9585 -20.0703 56.8923 -13.4452 133.743 0 0 0 2 lb
96 97
116.407 -173.66 158.808 -67.6589 201.208 38.3422 0 0 0 2 lb
97 98
-262.548 107.243 -137.997 120.493 -13.4452 133.743 0 0 0 2 lb
98 99
-262.548 107.243 -221.472 176.144 -180.397 245.045 0 0 0 2 lb
99 100
-13.4452 133.743 -96.9211 189.394 -180.397 245.045 0 0 0 2 lb
100 101
-180.397 245.045 -142.256 345.099 -132.697 451.748 0 0 0 2 lb
101 102
-180.397 245.045 -170.838 351.694 -132.697 451.748 0 0 0 2 lb
102 103
-416.25 345.746 -274.474 398.747 -132.697 451.748 0 0 0 2 lb
103 104
-416.25 345.746 -393.725 457.048 -371.2 568.349 0 0 0 2 lb
104 105
-132.697 451.748 -251.948 510.048 -371.2 568.349 0 0 0 2 lb
105 106
670.264 274.195 629.188 409.347 588.113 544.499 0 0 0 2 lb
106 107
670.264 274.195 797.466 341.771 924.667 409.347 0 0 0 2 lb
107 108
588.113 544.499 756.39 476.923 924.667 409.347 0 0 0 2 lb
108 109
-689.204 -237.261 -614.799 -102.648 -567.302 43.6423 0 0 0 2 lb
109 110
-689.204 -237.261 -641.707 -90.9706 -567.302 43.6423 0 0 0 2 lb
110 111
grestore
111 112
%Nodes:
112 113
gsave
113 114
-567.302 43.6423 20 0 0 0 nc
114 115
-689.204 -237.261 20 0 0 0 nc
115 116
924.667 409.347 20 1 0 0 nc
116 117
588.113 544.499 20 1 0 0 nc
117 118
670.264 274.195 20 1 0 0 nc
118 119
-371.2 568.349 20 0 1 0 nc
119 120
-132.697 451.748 20 0 1 0 nc
120 121
-416.25 345.746 20 0 1 0 nc
121 122
-180.397 245.045 20 0 1 0 nc
122 123
-13.4452 133.743 20 0 1 0 nc
123 124
-262.548 107.243 20 0 1 0 nc
124 125
201.208 38.3422 20 0 1 0 nc
125 126
116.407 -173.66 20 0 1 0 nc
126 127
-26.6953 -19.9585 20 0 1 0 nc
127 128
-539.894 -262.64 20 0 0 1 nc
128 129
-323.543 -433.964 20 0 0 1 nc
129 130
-309.657 -57.9033 20 0 0 1 nc
130 131
-67.9734 -347.42 20 0 0 1 nc
131 132
415.393 -289.516 20 0 0 1 nc
132 133
730.084 -307.139 20 0 0 1 nc
133 134
526.164 32.7279 20 0 0 1 nc
134 135
762.812 -17.6227 20 0 0 1 nc
135 136
-67.9734 319.727 20 0 0 1 nc
136 137
329.797 314.692 20 0 0 1 nc
137 138
-5.03507 561.41 20 0 0 1 nc
138 139
422.945 521.129 20 0 0 1 nc
139 140
-470.779 158.605 20 0 0 1 nc
140 141
986.873 -115.807 20 0 0 1 nc
141 142
906.312 201.403 20 0 0 1 nc
142 143
-767.847 113.289 20 0 0 1 nc
143 144
-579.033 445.603 20 0 0 1 nc
144 145
-840.856 -246.718 20 0 0 1 nc
145 146
206.221 -205.967 20 1 1 0 nc
146 147
277.311 -252.33 20 1 1 0 nc
147 148
271.13 -175.058 20 1 1 0 nc
148 149
366.947 -110.15 20 1 1 0 nc
149 150
397.855 -196.694 20 1 1 0 nc
150 151
438.037 -88.514 20 1 1 0 nc
151 152
286.584 -48.3327 20 1 1 0 nc
152 153
212.403 -23.6057 20 1 1 0 nc
153 154
280.402 10.3938 20 1 1 0 nc
154 155
694.579 115.483 20 1 0 0 nc
155 156
574.035 177.301 20 1 0 0 nc
156 157
grestore
157 158
grestore
158 159
showpage
1 1
%!PS-Adobe-2.0 EPSF-2.0
2 2
%%Creator: LEMON, graphToEps()
3 3
%%CreationDate: Fri Nov  4 13:47:12 2005
4
%%BoundingBox: 0 0 596 842
5
%%DocumentPaperSizes: a4
4
%%BoundingBox: 0 0 842 596
6 5
%%EndComments
7 6
/lb { setlinewidth setrgbcolor newpath moveto
8 7
      4 2 roll 1 index 1 index curveto stroke } bind def
9 8
/l { setlinewidth setrgbcolor newpath moveto lineto stroke } bind def
10 9
/c { newpath dup 3 index add 2 index moveto 0 360 arc closepath } bind def
11 10
/sq { newpath 2 index 1 index add 2 index 2 index add moveto
12 11
      2 index 1 index sub 2 index 2 index add lineto
13 12
      2 index 1 index sub 2 index 2 index sub lineto
14 13
      2 index 1 index add 2 index 2 index sub lineto
15 14
      closepath pop pop pop} bind def
16 15
/di { newpath 2 index 1 index add 2 index moveto
17 16
      2 index             2 index 2 index add lineto
18 17
      2 index 1 index sub 2 index             lineto
19 18
      2 index             2 index 2 index sub lineto
20 19
      closepath pop pop pop} bind def
21 20
/nc { 0 0 0 setrgbcolor 5 index 5 index 5 index c fill
22 21
     setrgbcolor 1.1 div c fill
23 22
   } bind def
24 23
/nsq { 0 0 0 setrgbcolor 5 index 5 index 5 index sq fill
25 24
     setrgbcolor 1.1 div sq fill
26 25
   } bind def
27 26
/ndi { 0 0 0 setrgbcolor 5 index 5 index 5 index di fill
28 27
     setrgbcolor 1.1 div di fill
29 28
   } bind def
30 29
/arrl 1 def
31 30
/arrw 0.3 def
32 31
/lrl { 2 index mul exch 2 index mul exch rlineto pop} bind def
33 32
/arr { setrgbcolor /y1 exch def /x1 exch def /dy exch def /dx exch def
34 33
       /w exch def /len exch def
35 34
       newpath x1 dy w 2 div mul add y1 dx w 2 div mul sub moveto
36 35
       len w sub arrl sub dx dy lrl
37 36
       arrw dy dx neg lrl
38 37
       dx arrl w add mul dy w 2 div arrw add mul sub
39 38
       dy arrl w add mul dx w 2 div arrw add mul add rlineto
40 39
       dx arrl w add mul neg dy w 2 div arrw add mul sub
41 40
       dy arrl w add mul neg dx w 2 div arrw add mul add rlineto
42 41
       arrw dy dx neg lrl
43 42
       len w sub arrl sub neg dx dy lrl
44 43
       closepath fill } bind def
45 44
/cshow { 2 index 2 index moveto dup stringwidth pop
46 45
         neg 2 div fosi .35 mul neg rmoveto show pop pop} def
47 46

	
48 47
gsave
48
90 rotate
49
0 -842 translate
49 50
71.0944 15 translate
50 51
0.434694 dup scale
51 52
90 rotate
52 53
860.856 -588.349 translate
53 54
%Edges:
54 55
gsave
55 56
574.035 177.301 622.149 225.748 670.264 274.195 1 0 0 2 lb
56 57
694.579 115.483 682.421 194.839 670.264 274.195 1 0 0 2 lb
57 58
280.402 10.3938 246.402 -6.60595 212.403 -23.6057 0 0 1 2 lb
58 59
280.402 10.3938 283.493 -18.9695 286.584 -48.3327 0 0 1 2 lb
59 60
212.403 -23.6057 249.493 -35.9692 286.584 -48.3327 0 0 1 2 lb
60 61
286.584 -48.3327 326.765 -79.2414 366.947 -110.15 0 0 1 2 lb
61 62
286.584 -48.3327 278.857 -111.695 271.13 -175.058 0 0 1 2 lb
62 63
438.037 -88.514 417.946 -142.604 397.855 -196.694 0 0 1 2 lb
63 64
438.037 -88.514 402.492 -99.332 366.947 -110.15 0 0 1 2 lb
64 65
397.855 -196.694 382.401 -153.422 366.947 -110.15 0 0 1 2 lb
65 66
366.947 -110.15 319.038 -142.604 271.13 -175.058 0 0 1 2 lb
66 67
271.13 -175.058 274.221 -213.694 277.311 -252.33 0 0 1 2 lb
67 68
271.13 -175.058 238.675 -190.512 206.221 -205.967 0 0 1 2 lb
68 69
277.311 -252.33 241.766 -229.149 206.221 -205.967 0 0 1 2 lb
69 70
-840.856 -246.718 -804.351 -66.7145 -767.847 113.289 1 0 0 2 lb
70 71
-579.033 445.603 -673.44 279.446 -767.847 113.289 0 0 1 2 lb
71 72
-579.033 445.603 -524.906 302.104 -470.779 158.605 0 0 1 2 lb
72 73
-767.847 113.289 -619.313 135.947 -470.779 158.605 0 0 1 2 lb
73 74
906.312 201.403 946.592 42.798 986.873 -115.807 0 0 1 2 lb
74 75
906.312 201.403 834.562 91.8901 762.812 -17.6227 0 0 1 2 lb
75 76
986.873 -115.807 874.842 -66.7148 762.812 -17.6227 0 0 1 2 lb
76 77
-470.779 158.605 -390.218 50.3508 -309.657 -57.9033 1 0 0 2 lb
77 78
422.945 521.129 208.955 541.269 -5.03507 561.41 0 0 1 2 lb
78 79
422.945 521.129 376.371 417.911 329.797 314.692 0 0 1 2 lb
79 80
422.945 521.129 474.554 276.928 526.164 32.7279 0 0 1 2 lb
80 81
-5.03507 561.41 -36.5042 440.568 -67.9734 319.727 0 0 1 2 lb
81 82
329.797 314.692 130.912 317.209 -67.9734 319.727 0 0 1 2 lb
82 83
-67.9734 319.727 229.095 176.227 526.164 32.7279 0 0 1 2 lb
83 84
762.812 -17.6227 644.488 7.5526 526.164 32.7279 0 0 1 2 lb
84 85
762.812 -17.6227 746.448 -162.381 730.084 -307.139 0 0 1 2 lb
85 86
526.164 32.7279 470.779 -128.394 415.393 -289.516 0 0 1 2 lb
86 87
730.084 -307.139 572.738 -298.327 415.393 -289.516 0 0 1 2 lb
87 88
415.393 -289.516 173.71 -318.468 -67.9734 -347.42 1 0 0 2 lb
88 89
-67.9734 -347.42 -188.815 -202.662 -309.657 -57.9033 0 0 1 2 lb
89 90
-67.9734 -347.42 -195.758 -390.692 -323.543 -433.964 0 0 1 2 lb
90 91
-309.657 -57.9033 -424.775 -160.272 -539.894 -262.64 0 0 1 2 lb
91 92
-323.543 -433.964 -431.719 -348.302 -539.894 -262.64 0 0 1 2 lb
92 93
-26.6953 -19.9585 44.8558 -96.8093 116.407 -173.66 0 0 1 2 lb
93 94
-26.6953 -19.9585 87.2563 9.19185 201.208 38.3422 0 0 1 2 lb
94 95
-26.6953 -19.9585 -144.622 43.6422 -262.548 107.243 0 0 1 2 lb
95 96
-26.6953 -19.9585 -20.0703 56.8923 -13.4452 133.743 0 0 1 2 lb
96 97
116.407 -173.66 158.808 -67.6589 201.208 38.3422 0 0 1 2 lb
97 98
-262.548 107.243 -137.997 120.493 -13.4452 133.743 0 0 1 2 lb
98 99
-262.548 107.243 -221.472 176.144 -180.397 245.045 0 0 1 2 lb
99 100
-13.4452 133.743 -96.9211 189.394 -180.397 245.045 0 0 1 2 lb
100 101
-180.397 245.045 -142.256 345.099 -132.697 451.748 0 0 1 2 lb
101 102
-180.397 245.045 -170.838 351.694 -132.697 451.748 0 0 1 2 lb
102 103
-416.25 345.746 -274.474 398.747 -132.697 451.748 0 0 1 2 lb
103 104
-416.25 345.746 -393.725 457.048 -371.2 568.349 0 0 1 2 lb
104 105
-132.697 451.748 -251.948 510.048 -371.2 568.349 0 0 1 2 lb
105 106
670.264 274.195 629.188 409.347 588.113 544.499 0 0 1 2 lb
106 107
670.264 274.195 797.466 341.771 924.667 409.347 0 0 1 2 lb
107 108
588.113 544.499 756.39 476.923 924.667 409.347 0 0 1 2 lb
108 109
-689.204 -237.261 -614.799 -102.648 -567.302 43.6423 0 0 1 2 lb
109 110
-689.204 -237.261 -641.707 -90.9706 -567.302 43.6423 0 0 1 2 lb
110 111
grestore
111 112
%Nodes:
112 113
gsave
113 114
-567.302 43.6423 20 0 0 0 nc
114 115
-689.204 -237.261 20 0 0 0 nc
115 116
924.667 409.347 20 0 0 1 nc
116 117
588.113 544.499 20 0 0 1 nc
117 118
670.264 274.195 20 0 0 1 nc
118 119
-371.2 568.349 20 1 1 0 nc
119 120
-132.697 451.748 20 1 1 0 nc
120 121
-416.25 345.746 20 1 1 0 nc
121 122
-180.397 245.045 20 1 1 0 nc
122 123
-13.4452 133.743 20 1 1 0 nc
123 124
-262.548 107.243 20 1 1 0 nc
124 125
201.208 38.3422 20 1 1 0 nc
125 126
116.407 -173.66 20 1 1 0 nc
126 127
-26.6953 -19.9585 20 1 1 0 nc
127 128
-539.894 -262.64 20 0 0.5 0 nc
128 129
-323.543 -433.964 20 0 0.5 0 nc
129 130
-309.657 -57.9033 20 0 0.5 0 nc
130 131
-67.9734 -347.42 20 0 0.5 0 nc
131 132
415.393 -289.516 20 0.5 0 0 nc
132 133
730.084 -307.139 20 0.5 0 0 nc
133 134
526.164 32.7279 20 0.5 0 0 nc
134 135
762.812 -17.6227 20 0.5 0 0 nc
135 136
-67.9734 319.727 20 0.5 0 0 nc
136 137
329.797 314.692 20 0.5 0 0 nc
137 138
-5.03507 561.41 20 0.5 0 0 nc
138 139
422.945 521.129 20 0.5 0 0 nc
139 140
-470.779 158.605 20 0 1 1 nc
140 141
986.873 -115.807 20 0.5 0 0 nc
141 142
906.312 201.403 20 0.5 0 0 nc
142 143
-767.847 113.289 20 0 1 1 nc
143 144
-579.033 445.603 20 0 1 1 nc
144 145
-840.856 -246.718 20 1 0 1 nc
145 146
206.221 -205.967 20 0 0 0.5 nc
146 147
277.311 -252.33 20 0 0 0.5 nc
147 148
271.13 -175.058 20 0 0 0.5 nc
148 149
366.947 -110.15 20 0 0 0.5 nc
149 150
397.855 -196.694 20 0 0 0.5 nc
150 151
438.037 -88.514 20 0 0 0.5 nc
151 152
286.584 -48.3327 20 0 0 0.5 nc
152 153
212.403 -23.6057 20 0 0 0.5 nc
153 154
280.402 10.3938 20 0 0 0.5 nc
154 155
694.579 115.483 20 1 0 0 nc
155 156
574.035 177.301 20 0 1 0 nc
156 157
grestore
157 158
grestore
158 159
showpage
1 1
%!PS-Adobe-2.0 EPSF-2.0
2 2
%%Creator: LEMON, graphToEps()
3 3
%%CreationDate: Fri Nov  4 13:47:12 2005
4
%%BoundingBox: 0 0 596 842
5
%%DocumentPaperSizes: a4
4
%%BoundingBox: 0 0 842 596
6 5
%%EndComments
7 6
/lb { setlinewidth setrgbcolor newpath moveto
8 7
      4 2 roll 1 index 1 index curveto stroke } bind def
9 8
/l { setlinewidth setrgbcolor newpath moveto lineto stroke } bind def
10 9
/c { newpath dup 3 index add 2 index moveto 0 360 arc closepath } bind def
11 10
/sq { newpath 2 index 1 index add 2 index 2 index add moveto
12 11
      2 index 1 index sub 2 index 2 index add lineto
13 12
      2 index 1 index sub 2 index 2 index sub lineto
14 13
      2 index 1 index add 2 index 2 index sub lineto
15 14
      closepath pop pop pop} bind def
16 15
/di { newpath 2 index 1 index add 2 index moveto
17 16
      2 index             2 index 2 index add lineto
18 17
      2 index 1 index sub 2 index             lineto
19 18
      2 index             2 index 2 index sub lineto
20 19
      closepath pop pop pop} bind def
21 20
/nc { 0 0 0 setrgbcolor 5 index 5 index 5 index c fill
22 21
     setrgbcolor 1.1 div c fill
23 22
   } bind def
24 23
/nsq { 0 0 0 setrgbcolor 5 index 5 index 5 index sq fill
25 24
     setrgbcolor 1.1 div sq fill
26 25
   } bind def
27 26
/ndi { 0 0 0 setrgbcolor 5 index 5 index 5 index di fill
28 27
     setrgbcolor 1.1 div di fill
29 28
   } bind def
30 29
/arrl 1 def
31 30
/arrw 0.3 def
32 31
/lrl { 2 index mul exch 2 index mul exch rlineto pop} bind def
33 32
/arr { setrgbcolor /y1 exch def /x1 exch def /dy exch def /dx exch def
34 33
       /w exch def /len exch def
35 34
       newpath x1 dy w 2 div mul add y1 dx w 2 div mul sub moveto
36 35
       len w sub arrl sub dx dy lrl
37 36
       arrw dy dx neg lrl
38 37
       dx arrl w add mul dy w 2 div arrw add mul sub
39 38
       dy arrl w add mul dx w 2 div arrw add mul add rlineto
40 39
       dx arrl w add mul neg dy w 2 div arrw add mul sub
41 40
       dy arrl w add mul neg dx w 2 div arrw add mul add rlineto
42 41
       arrw dy dx neg lrl
43 42
       len w sub arrl sub neg dx dy lrl
44 43
       closepath fill } bind def
45 44
/cshow { 2 index 2 index moveto dup stringwidth pop
46 45
         neg 2 div fosi .35 mul neg rmoveto show pop pop} def
47 46

	
48 47
gsave
48
90 rotate
49
0 -842 translate
49 50
71.0944 15 translate
50 51
0.434694 dup scale
51 52
90 rotate
52 53
860.856 -588.349 translate
53 54
%Edges:
54 55
gsave
55 56
574.035 177.301 622.149 225.748 670.264 274.195 0 1 0 5 lb
56 57
694.579 115.483 682.421 194.839 670.264 274.195 1 0 0 5 lb
57 58
280.402 10.3938 246.402 -6.60595 212.403 -23.6057 1 1 0.5 5 lb
58 59
280.402 10.3938 283.493 -18.9695 286.584 -48.3327 1 1 0.5 5 lb
59 60
212.403 -23.6057 249.493 -35.9692 286.584 -48.3327 1 1 0.5 5 lb
60 61
286.584 -48.3327 326.765 -79.2414 366.947 -110.15 1 0.5 1 5 lb
61 62
286.584 -48.3327 278.857 -111.695 271.13 -175.058 1 0.5 1 5 lb
62 63
438.037 -88.514 417.946 -142.604 397.855 -196.694 0.5 0.5 1 5 lb
63 64
438.037 -88.514 402.492 -99.332 366.947 -110.15 0.5 0.5 1 5 lb
64 65
397.855 -196.694 382.401 -153.422 366.947 -110.15 0.5 0.5 1 5 lb
65 66
366.947 -110.15 319.038 -142.604 271.13 -175.058 1 0.5 1 5 lb
66 67
271.13 -175.058 274.221 -213.694 277.311 -252.33 0.5 1 1 5 lb
67 68
271.13 -175.058 238.675 -190.512 206.221 -205.967 0.5 1 1 5 lb
68 69
277.311 -252.33 241.766 -229.149 206.221 -205.967 0.5 1 1 5 lb
69 70
-840.856 -246.718 -804.351 -66.7145 -767.847 113.289 0 0.5 0 5 lb
70 71
-579.033 445.603 -673.44 279.446 -767.847 113.289 0 0 0.5 5 lb
71 72
-579.033 445.603 -524.906 302.104 -470.779 158.605 0 0 0.5 5 lb
72 73
-767.847 113.289 -619.313 135.947 -470.779 158.605 0 0 0.5 5 lb
73 74
906.312 201.403 946.592 42.798 986.873 -115.807 0 0.5 0.5 5 lb
74 75
906.312 201.403 834.562 91.8901 762.812 -17.6227 0 0.5 0.5 5 lb
75 76
986.873 -115.807 874.842 -66.7148 762.812 -17.6227 0 0.5 0.5 5 lb
76 77
-470.779 158.605 -390.218 50.3508 -309.657 -57.9033 0.5 0.5 0 5 lb
77 78
422.945 521.129 208.955 541.269 -5.03507 561.41 0.5 0 0.5 5 lb
78 79
422.945 521.129 376.371 417.911 329.797 314.692 0.5 0 0.5 5 lb
79 80
422.945 521.129 474.554 276.928 526.164 32.7279 0.5 0 0.5 5 lb
80 81
-5.03507 561.41 -36.5042 440.568 -67.9734 319.727 0.5 0 0.5 5 lb
81 82
329.797 314.692 130.912 317.209 -67.9734 319.727 0.5 0 0.5 5 lb
82 83
-67.9734 319.727 229.095 176.227 526.164 32.7279 0.5 0 0.5 5 lb
83 84
762.812 -17.6227 644.488 7.5526 526.164 32.7279 0.5 0.5 0.5 5 lb
84 85
762.812 -17.6227 746.448 -162.381 730.084 -307.139 0.5 0.5 0.5 5 lb
85 86
526.164 32.7279 470.779 -128.394 415.393 -289.516 0.5 0.5 0.5 5 lb
86 87
730.084 -307.139 572.738 -298.327 415.393 -289.516 0.5 0.5 0.5 5 lb
87 88
415.393 -289.516 173.71 -318.468 -67.9734 -347.42 1 0.5 0.5 5 lb
88 89
-67.9734 -347.42 -188.815 -202.662 -309.657 -57.9033 0.5 1 0.5 5 lb
89 90
-67.9734 -347.42 -195.758 -390.692 -323.543 -433.964 0.5 1 0.5 5 lb
90 91
-309.657 -57.9033 -424.775 -160.272 -539.894 -262.64 0.5 1 0.5 5 lb
91 92
-323.543 -433.964 -431.719 -348.302 -539.894 -262.64 0.5 1 0.5 5 lb
92 93
-26.6953 -19.9585 44.8558 -96.8093 116.407 -173.66 1 1 0 5 lb
93 94
-26.6953 -19.9585 87.2563 9.19185 201.208 38.3422 1 1 0 5 lb
94 95
-26.6953 -19.9585 -144.622 43.6422 -262.548 107.243 1 0 1 5 lb
95 96
-26.6953 -19.9585 -20.0703 56.8923 -13.4452 133.743 1 0 1 5 lb
96 97
116.407 -173.66 158.808 -67.6589 201.208 38.3422 1 1 0 5 lb
97 98
-262.548 107.243 -137.997 120.493 -13.4452 133.743 1 0 1 5 lb
98 99
-262.548 107.243 -221.472 176.144 -180.397 245.045 1 0 1 5 lb
99 100
-13.4452 133.743 -96.9211 189.394 -180.397 245.045 1 0 1 5 lb
100 101
-180.397 245.045 -140.307 344.649 -132.697 451.748 0 1 1 5 lb
101 102
-180.397 245.045 -172.787 352.144 -132.697 451.748 0 1 1 5 lb
102 103
-416.25 345.746 -274.474 398.747 -132.697 451.748 0.5 0 0 5 lb
103 104
-416.25 345.746 -393.725 457.048 -371.2 568.349 0.5 0 0 5 lb
104 105
-132.697 451.748 -251.948 510.048 -371.2 568.349 0.5 0 0 5 lb
105 106
670.264 274.195 629.188 409.347 588.113 544.499 0 0 1 5 lb
106 107
670.264 274.195 797.466 341.771 924.667 409.347 0 0 1 5 lb
107 108
588.113 544.499 756.39 476.923 924.667 409.347 0 0 1 5 lb
108 109
-689.204 -237.261 -612.964 -103.444 -567.302 43.6423 0 0 0 5 lb
109 110
-689.204 -237.261 -643.542 -90.1744 -567.302 43.6423 0 0 0 5 lb
110 111
grestore
111 112
%Nodes:
112 113
gsave
113 114
-567.302 43.6423 20 0 0 1 nc
114 115
-689.204 -237.261 20 0 0 1 nc
115 116
924.667 409.347 20 0 0 1 nc
116 117
588.113 544.499 20 0 0 1 nc
117 118
670.264 274.195 20 1 0 0 nc
118 119
-371.2 568.349 20 0 0 1 nc
119 120
-132.697 451.748 20 1 0 0 nc
120 121
-416.25 345.746 20 0 0 1 nc
121 122
-180.397 245.045 20 1 0 0 nc
122 123
-13.4452 133.743 20 0 0 1 nc
123 124
-262.548 107.243 20 0 0 1 nc
124 125
201.208 38.3422 20 0 0 1 nc
125 126
116.407 -173.66 20 0 0 1 nc
126 127
-26.6953 -19.9585 20 1 0 0 nc
127 128
-539.894 -262.64 20 0 0 1 nc
128 129
-323.543 -433.964 20 0 0 1 nc
129 130
-309.657 -57.9033 20 1 0 0 nc
130 131
-67.9734 -347.42 20 1 0 0 nc
131 132
415.393 -289.516 20 1 0 0 nc
132 133
730.084 -307.139 20 0 0 1 nc
133 134
526.164 32.7279 20 1 0 0 nc
134 135
762.812 -17.6227 20 1 0 0 nc
135 136
-67.9734 319.727 20 0 0 1 nc
136 137
329.797 314.692 20 0 0 1 nc
137 138
-5.03507 561.41 20 0 0 1 nc
138 139
422.945 521.129 20 0 0 1 nc
139 140
-470.779 158.605 20 1 0 0 nc
140 141
986.873 -115.807 20 0 0 1 nc
141 142
906.312 201.403 20 0 0 1 nc
142 143
-767.847 113.289 20 1 0 0 nc
143 144
-579.033 445.603 20 0 0 1 nc
144 145
-840.856 -246.718 20 0 0 1 nc
145 146
206.221 -205.967 20 0 0 1 nc
146 147
277.311 -252.33 20 0 0 1 nc
147 148
271.13 -175.058 20 1 0 0 nc
148 149
366.947 -110.15 20 1 0 0 nc
149 150
397.855 -196.694 20 0 0 1 nc
150 151
438.037 -88.514 20 0 0 1 nc
151 152
286.584 -48.3327 20 1 0 0 nc
152 153
212.403 -23.6057 20 0 0 1 nc
153 154
280.402 10.3938 20 0 0 1 nc
154 155
694.579 115.483 20 0 0 1 nc
155 156
574.035 177.301 20 0 0 1 nc
156 157
grestore
157 158
grestore
158 159
showpage
1 1
%!PS-Adobe-2.0 EPSF-2.0
2 2
%%Creator: LEMON, graphToEps()
3 3
%%CreationDate: Fri Nov  4 13:47:12 2005
4
%%BoundingBox: 0 0 596 842
5
%%DocumentPaperSizes: a4
4
%%BoundingBox: 0 0 842 596
6 5
%%EndComments
7 6
/lb { setlinewidth setrgbcolor newpath moveto
8 7
      4 2 roll 1 index 1 index curveto stroke } bind def
9 8
/l { setlinewidth setrgbcolor newpath moveto lineto stroke } bind def
10 9
/c { newpath dup 3 index add 2 index moveto 0 360 arc closepath } bind def
11 10
/sq { newpath 2 index 1 index add 2 index 2 index add moveto
12 11
      2 index 1 index sub 2 index 2 index add lineto
13 12
      2 index 1 index sub 2 index 2 index sub lineto
14 13
      2 index 1 index add 2 index 2 index sub lineto
15 14
      closepath pop pop pop} bind def
16 15
/di { newpath 2 index 1 index add 2 index moveto
17 16
      2 index             2 index 2 index add lineto
18 17
      2 index 1 index sub 2 index             lineto
19 18
      2 index             2 index 2 index sub lineto
20 19
      closepath pop pop pop} bind def
21 20
/nc { 0 0 0 setrgbcolor 5 index 5 index 5 index c fill
22 21
     setrgbcolor 1.1 div c fill
23 22
   } bind def
24 23
/nsq { 0 0 0 setrgbcolor 5 index 5 index 5 index sq fill
25 24
     setrgbcolor 1.1 div sq fill
26 25
   } bind def
27 26
/ndi { 0 0 0 setrgbcolor 5 index 5 index 5 index di fill
28 27
     setrgbcolor 1.1 div di fill
29 28
   } bind def
30 29
/arrl 10 def
31 30
/arrw 3 def
32 31
/lrl { 2 index mul exch 2 index mul exch rlineto pop} bind def
33 32
/arr { setrgbcolor /y1 exch def /x1 exch def /dy exch def /dx exch def
34 33
       /w exch def /len exch def
35 34
       newpath x1 dy w 2 div mul add y1 dx w 2 div mul sub moveto
36 35
       len w sub arrl sub dx dy lrl
37 36
       arrw dy dx neg lrl
38 37
       dx arrl w add mul dy w 2 div arrw add mul sub
39 38
       dy arrl w add mul dx w 2 div arrw add mul add rlineto
40 39
       dx arrl w add mul neg dy w 2 div arrw add mul sub
41 40
       dy arrl w add mul neg dx w 2 div arrw add mul add rlineto
42 41
       arrw dy dx neg lrl
43 42
       len w sub arrl sub neg dx dy lrl
44 43
       closepath fill } bind def
45 44
/cshow { 2 index 2 index moveto dup stringwidth pop
46 45
         neg 2 div fosi .35 mul neg rmoveto show pop pop} def
47 46

	
48 47
gsave
48
90 rotate
49
0 -842 translate
49 50
77.1122 15 translate
50 51
0.585745 dup scale
51 52
90 rotate
52 53
695.963 -397.916 translate
53 54
%Edges:
54 55
gsave
55 56
2 setlinewidth 0 0 1 setrgbcolor newpath
56 57
218.178 27.2723 moveto
57 58
192.373 -40.1551 188.622 -49.9556 169.228 -100.631 curveto stroke
58 59
newpath 164.939 -111.838 moveto 165.492 -99.2013 lineto 172.964 -102.061 lineto closepath fill
59 60
2 setlinewidth 0 0 1 setrgbcolor newpath
60 61
44.8044 15.5841 moveto
61 62
119.293 20.6059 129.775 21.3125 186.25 25.1199 curveto stroke
62 63
newpath 198.223 25.927 moveto 186.519 21.1289 lineto 185.981 29.1108 lineto closepath fill
63 64
2 setlinewidth 1 0 0 setrgbcolor newpath
64 65
218.178 27.2723 moveto
65 66
285.395 -87.4449 290.763 -96.6058 348.102 -194.464 curveto stroke
66 67
newpath 354.169 -204.818 moveto 344.651 -196.487 lineto 351.554 -192.442 lineto closepath fill
67 68
2 setlinewidth 0 0 1 setrgbcolor newpath
68 69
157.79 -130.517 moveto
69 70
108.71 -67.0521 102.27 -58.7243 64.3804 -9.72954 curveto stroke
70 71
newpath 57.0394 -0.236898 moveto 67.5446 -7.28254 lineto 61.2162 -12.1765 lineto closepath fill
71 72
2 setlinewidth 1 0 0 setrgbcolor newpath
72 73
-105.193 -261.035 moveto
73 74
-35.6576 -132.801 -30.5923 -123.459 29.5506 -12.5464 curveto stroke
74 75
newpath 35.2708 -1.99743 moveto 33.0669 -14.4531 lineto 26.0343 -10.6397 lineto closepath fill
75 76
2 setlinewidth 0 0 1 setrgbcolor newpath
76 77
-465.576 -42.8564 moveto
77 78
-559.078 -25.5413 -569.47 -23.6169 -644.498 -9.72286 curveto stroke
78 79
newpath -656.297 -7.5378 moveto -643.77 -5.78973 lineto -645.226 -13.656 lineto closepath fill
79 80
2 setlinewidth 0 0 1 setrgbcolor newpath
80 81
-574.666 -153.893 moveto
81 82
-528.842 -107.252 -521.515 -99.794 -488.002 -65.683 curveto stroke
82 83
newpath -479.592 -57.123 moveto -485.149 -68.4863 lineto -490.856 -62.8797 lineto closepath fill
83 84
2 setlinewidth 1 0 0 setrgbcolor newpath
84 85
-490.901 120.777 moveto
85 86
-480.122 51.1328 -478.519 40.7713 -470.47 -11.2329 curveto stroke
86 87
newpath -468.635 -23.0917 moveto -474.423 -11.8447 lineto -466.517 -10.6212 lineto closepath fill
87 88
2 setlinewidth 0 0 1 setrgbcolor newpath
88 89
-675.963 -3.89604 moveto
89 90
-632.116 -68.8235 -626.228 -77.5422 -592.575 -127.374 curveto stroke
90 91
newpath -585.859 -137.319 moveto -595.89 -129.612 lineto -589.26 -125.135 lineto closepath fill
91 92
2 setlinewidth 0 0 1 setrgbcolor newpath
92 93
-490.901 120.777 moveto
93 94
-435.445 215.844 -430.107 224.995 -384.3 303.522 curveto stroke
94 95
newpath -378.253 313.887 moveto -380.845 301.507 lineto -387.755 305.537 lineto closepath fill
95 96
2 setlinewidth 0 0 1 setrgbcolor newpath
96 97
-266.879 114.933 moveto
97 98
-367.067 117.547 -377.642 117.822 -458.912 119.943 curveto stroke
98 99
newpath -470.908 120.255 moveto -458.807 123.941 lineto -459.016 115.944 lineto closepath fill
99 100
2 setlinewidth 0 0 1 setrgbcolor newpath
100 101
-368.176 331.163 moveto
101 102
-322.511 233.685 -318.018 224.095 -280.454 143.911 curveto stroke
102 103
newpath -275.364 133.044 moveto -284.076 142.214 lineto -276.832 145.608 lineto closepath fill
103 104
2 setlinewidth 1 0 0 setrgbcolor newpath
104 105
-266.879 114.933 moveto
105 106
-224.004 235.52 -220.448 245.52 -184.094 347.765 curveto stroke
106 107
newpath -180.074 359.072 moveto -180.325 346.425 lineto -187.863 349.105 lineto closepath fill
107 108
2 setlinewidth 0 0 1 setrgbcolor newpath
108 109
-251.294 -335.059 moveto
109 110
-189.25 -303.624 -179.902 -298.887 -133.738 -275.498 curveto stroke
110 111
newpath -123.034 -270.074 moveto -131.93 -279.066 lineto -135.546 -271.93 lineto closepath fill
111 112
2 setlinewidth 0 0 1 setrgbcolor newpath
112 113
-389.604 -136.361 moveto
113 114
-327.15 -226.083 -321.098 -234.777 -269.576 -308.795 curveto stroke
114 115
newpath -262.72 -318.644 moveto -272.859 -311.081 lineto -266.293 -306.51 lineto closepath fill
115 116
2 setlinewidth 1 0 0 setrgbcolor newpath
116 117
5.84406 175.322 moveto
117 118
-76.0754 267.926 -83.1051 275.873 -152.172 353.948 curveto stroke
118 119
newpath -160.122 362.936 moveto -149.176 356.598 lineto -155.168 351.298 lineto closepath fill
119 120
2 setlinewidth 0 0 1 setrgbcolor newpath
120 121
169.478 311.683 moveto
121 122
96.8003 251.119 88.6819 244.353 30.4273 195.808 curveto stroke
122 123
newpath 21.2086 188.126 moveto 27.8666 198.881 lineto 32.988 192.735 lineto closepath fill
123 124
2 setlinewidth 0 0 1 setrgbcolor newpath
124 125
342.851 111.037 moveto
125 126
263.766 202.563 256.831 210.589 190.4 287.47 curveto stroke
126 127
newpath 182.554 296.55 moveto 193.427 290.085 lineto 187.373 284.855 lineto closepath fill
127 128
2 setlinewidth 0 0 1 setrgbcolor newpath
128 129
5.84406 175.322 moveto
129 130
163.16 145.314 173.605 143.321 311.418 117.033 curveto stroke
130 131
newpath 323.205 114.784 moveto 310.668 113.104 lineto 312.167 120.962 lineto closepath fill
131 132
2 setlinewidth 0 0 1 setrgbcolor newpath
132 133
342.851 111.037 moveto
133 134
497.255 2.58683 505.964 -3.53033 643.932 -100.436 curveto stroke
134 135
newpath 653.752 -107.334 moveto 641.633 -103.71 lineto 646.231 -97.163 lineto closepath fill
135 136
2 setlinewidth 0 0 1 setrgbcolor newpath
136 137
364.28 -222.074 moveto
137 138
354.298 -66.9063 353.616 -56.2971 344.905 79.1029 curveto stroke
138 139
newpath 344.135 91.0781 moveto 348.897 79.3597 lineto 340.914 78.8461 lineto closepath fill
139 140
2 setlinewidth 0 0 1 setrgbcolor newpath
140 141
670.118 -118.829 moveto
141 142
528.037 -166.793 517.967 -170.192 394.599 -211.839 curveto stroke
142 143
newpath 383.229 -215.677 moveto 393.32 -208.049 lineto 395.878 -215.629 lineto closepath fill
143 144
2 setlinewidth 1 0 0 setrgbcolor newpath
144 145
-105.193 -261.035 moveto
145 146
118.401 -242.479 129.015 -241.598 332.39 -224.721 curveto stroke
146 147
newpath 344.348 -223.728 moveto 332.72 -228.707 lineto 332.059 -220.734 lineto closepath fill
147 148
2 setlinewidth 0 0 1 setrgbcolor newpath
148 149
-105.193 -261.035 moveto
149 150
-160.867 -161.176 -166.028 -151.918 -212.336 -68.858 curveto stroke
150 151
newpath -218.179 -58.3769 moveto -208.842 -66.9102 lineto -215.829 -70.8058 lineto closepath fill
151 152
2 setlinewidth 0 0 1 setrgbcolor newpath
152 153
-227.918 -40.9084 moveto
153 154
-298.35 -82.4884 -307.42 -87.8432 -362.048 -120.093 curveto stroke
154 155
newpath -372.381 -126.193 moveto -364.081 -116.648 lineto -360.014 -123.537 lineto closepath fill
155 156
grestore
156 157
%Nodes:
157 158
gsave
158 159
-389.604 -136.361 20 0 1 0 nc
159 160
-227.918 -40.9084 20 0 1 0 nc
160 161
-105.193 -261.035 20 0 1 0 nc
161 162
364.28 -222.074 20 1 1 0 nc
162 163
670.118 -118.829 20 1 1 0 nc
163 164
342.851 111.037 20 1 1 0 nc
164 165
5.84406 175.322 20 1 1 0 nc
165 166
169.478 311.683 20 1 1 0 nc
166 167
-173.374 377.916 20 1 0 1 nc
167 168
-251.294 -335.059 20 0 1 0 nc
168 169
-266.879 114.933 20 0 0 0 nc
169 170
-368.176 331.163 20 0 0 0 nc
170 171
-490.901 120.777 20 0 0 0 nc
171 172
-574.666 -153.893 20 1 0 0 nc
172 173
-675.963 -3.89604 20 1 0 0 nc
173 174
-465.576 -42.8564 20 1 0 0 nc
174 175
44.8044 15.5841 20 0 0 1 nc
175 176
157.79 -130.517 20 0 0 1 nc
176 177
218.178 27.2723 20 0 0 1 nc
0 comments (0 inline)