COIN-OR::LEMON - Graph Library

Changeset 2560:635e7985be46 in lemon-0.x


Ignore:
Timestamp:
02/05/08 12:03:55 (16 years ago)
Author:
Peter Kovacs
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3441
Message:

Fix the rename script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/rename-graphs

    r2558 r2560  
    77        -e "s/undirected graph/_gr_aph_label_/g"\
    88        -e "s/undirected edge/_ed_ge_label_/g"\
    9         -e "s/graph_/_gr_aph_label__"\
    10         -e "s/_graph/__gr_aph_label_"\
     9        -e "s/graph_/_gr_aph_label__/g"\
     10        -e "s/_graph/__gr_aph_label_/g"\
    1111        -e "s/UGraph/_Gr_aph_label_/g"\
    1212        -e "s/uGraph/_gr_aph_label_/g"\
     
    1717        -e "s/uEdge/_ed_ge_label_/g"\
    1818        -e "s/uedge/_ed_ge_label_/g"\
     19        -e "s/IncEdgeIt/_In_cEd_geIt_label_/g"\
    1920        -e "s/Edge/_Ar_c_label_/g"\
    2021        -e "s/edge/_ar_c_label_/g"\
     
    3536        -e "s/_Ed_ge_label_/Edge/g"\
    3637        -e "s/_ed_ge_label_/edge/g"\
     38        -e "s/_In_cEd_geIt_label_/IncEdgeIt/g"\
    3739        -e "s/_Re_d_label_/Red/g"\
    3840        -e "s/_Blu_e_label_/Blue/g"\
Note: See TracChangeset for help on using the changeset viewer.