COIN-OR::LEMON - Graph Library

Changeset 2536:0a1a6872855c in lemon-0.x for scripts


Ignore:
Timestamp:
12/07/07 13:00:32 (16 years ago)
Author:
Peter Kovacs
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3413
Message:

Modified rename script (BpGraph? instead of Bigraph).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/rename-graphs

    r2532 r2536  
    44
    55cat $1 | \
    6 sed -e "s/bipartite undirected graph/_bigr_aph_label_/g"\
    7         -e "s/bipartite graph/_bigr_aph_label_/g"\
    8         -e "s/undirected graph/_gr_aph_label_/g"\
     6sed -e "s/bipartite undirected graph/bipartite graph/g"\
    97        -e "s/undirected edge/_ed_ge_label_/g"\
    10         -e "s/BpUGraph/_Bigr_aph_label_/g"\
    11         -e "s/BpUgraph/_Bigr_aph_label_/g"\
    12         -e "s/bpUGraph/_bigr_aph_label_/g"\
    13         -e "s/bpUgraph/_bigr_aph_label_/g"\
    14         -e "s/bpugraph/_bigr_aph_label_/g"\
    158        -e "s/UGraph/_Gr_aph_label_/g"\
    169        -e "s/uGraph/_gr_aph_label_/g"\
     
    3528        -e "s/_Gr_aph_label_/Graph/g"\
    3629        -e "s/_gr_aph_label_/graph/g"\
    37         -e "s/_Bigr_aph_label_/Bigraph/g"\
    38         -e "s/_bigr_aph_label_/bigraph/g"\
    3930        -e "s/_Ar_c_label_/Arc/g"\
    4031        -e "s/_ar_c_label_/arc/g"\
Note: See TracChangeset for help on using the changeset viewer.