diff -r 673cb4d1060b -r e70b52a8cd57 scripts/rename-graphs --- a/scripts/rename-graphs Mon Jan 21 15:35:55 2008 +0000 +++ b/scripts/rename-graphs Mon Jan 28 11:42:46 2008 +0000 @@ -6,6 +6,8 @@ sed -e "s/bipartite undirected graph/bipartite graph/g"\ -e "s/undirected graph/_gr_aph_label_/g"\ -e "s/undirected edge/_ed_ge_label_/g"\ + -e "s/graph_/_gr_aph_label__"\ + -e "s/_graph/__gr_aph_label_"\ -e "s/UGraph/_Gr_aph_label_/g"\ -e "s/uGraph/_gr_aph_label_/g"\ -e "s/ugraph/_gr_aph_label_/g"\