Bug fixes in the rename script.
1.1 --- a/scripts/rename-graphs Tue Dec 04 14:08:27 2007 +0000
1.2 +++ b/scripts/rename-graphs Tue Dec 04 18:51:35 2007 +0000
1.3 @@ -6,36 +6,36 @@
1.4 sed -e "s/bipartite undirected graph/_bigr_aph_label_/g"\
1.5 -e "s/bipartite graph/_bigr_aph_label_/g"\
1.6 -e "s/undirected graph/_gr_aph_label_/g"\
1.7 + -e "s/undirected edge/_ed_ge_label_/g"\
1.8 + -e "s/BpUGraph/_Bigr_aph_label_/g"\
1.9 + -e "s/BpUgraph/_Bigr_aph_label_/g"\
1.10 + -e "s/bpUGraph/_bigr_aph_label_/g"\
1.11 + -e "s/bpUgraph/_bigr_aph_label_/g"\
1.12 + -e "s/bpugraph/_bigr_aph_label_/g"\
1.13 -e "s/UGraph/_Gr_aph_label_/g"\
1.14 - -e "s/ugraph/_gr_aph_label/g"\
1.15 - -e "s/BpUgraph/_Bigr_aph_label_/g"\
1.16 - -e "s/bpugraph/_bigr_aph_label_/g"\
1.17 + -e "s/uGraph/_gr_aph_label_/g"\
1.18 + -e "s/ugraph/_gr_aph_label_/g"\
1.19 + -e "s/Graph/_Digr_aph_label_/g"\
1.20 -e "s/graph/_digr_aph_label_/g"\
1.21 - -e "s/Graph/_Digr_aph_label_/g"\
1.22 - -e "s/BpUGraph/_Bigr_aph_label_/g"\
1.23 - -e "s/UGraph/_Gr_aph_label_/g"\
1.24 - -e "s/_Digr_aph_label_/Digraph/g"\
1.25 - -e "s/_digr_aph_label_/digraph/g"\
1.26 -e "s/UEdge/_Ed_ge_label_/g"\
1.27 + -e "s/uEdge/_ed_ge_label_/g"\
1.28 -e "s/uedge/_ed_ge_label_/g"\
1.29 - -e "s/uEdge/_ed_ge_label_/g"\
1.30 - -e "s/undirected edge/_ed_ge_label_/g"\
1.31 -e "s/Edge/_Ar_c_label_/g"\
1.32 -e "s/edge/_ar_c_label_/g"\
1.33 -e "s/ANode/_Re_d_label_/g"\
1.34 -e "s/BNode/_Blu_e_label_/g"\
1.35 -e "s/A-Node/_Re_d_label_/g"\
1.36 - -e "s/B-Node/_Re_d_label_/g"\
1.37 + -e "s/B-Node/_Blu_e_label_/g"\
1.38 -e "s/anode/_re_d_label_/g"\
1.39 -e "s/bnode/_blu_e_label_/g"\
1.40 -e "s/aNode/_re_d_label_/g"\
1.41 -e "s/bNode/_blu_e_label_/g"\
1.42 + -e "s/_Digr_aph_label_/Digraph/g"\
1.43 + -e "s/_digr_aph_label_/digraph/g"\
1.44 + -e "s/_Gr_aph_label_/Graph/g"\
1.45 + -e "s/_gr_aph_label_/graph/g"\
1.46 -e "s/_Bigr_aph_label_/Bigraph/g"\
1.47 -e "s/_bigr_aph_label_/bigraph/g"\
1.48 - -e "s/_gr_aph_label_/graph/g"\
1.49 - -e "s/_Gr_aph_label_/Graph/g"\
1.50 - -e "s/_Bigr_aph_label_/Bigraph/g"\
1.51 - -e "s/_Gr_aph_label_/Graph/g"\
1.52 -e "s/_Ar_c_label_/Arc/g"\
1.53 -e "s/_ar_c_label_/arc/g"\
1.54 -e "s/_Ed_ge_label_/Edge/g"\