Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -l
    
    ...
    }   
    
    print $graph;
    
  2. or download this
    $ cat pm_graph_undirected.txt
    R1#C01+ C02 <=> C03 + C04
    R2#C01 + C04 + C05 <=> C07 + C08 + C09
    
  3. or download this
    $ pm_graph_undirected.pl
    C01=C03,C01=C04,C01=C07,C01=C08,C01=C09,C02=C03,C02=C04,C04=C07,C04=C0
    +8,C04=C09,C05=C07,C05=C08,C05=C09