COIN-OR::LEMON - Graph Library

Changeset 1901:723b2b81d900 in lemon-0.x for test


Ignore:
Timestamp:
01/24/06 17:07:38 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2476
Message:

Lemon Graph Format uses label instead of id named map.

Location:
test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r1847 r1901  
    1111        heap_test.h
    1212
     13
    1314check_PROGRAMS = \
    1415        all_pairs_shortest_path_test \
     
    2122        graph_utils_test \
    2223        kruskal_test \
    23         max_matching_test \
    2424        maps_test \
    2525        matrix_maps_test \
     26        max_matching_test \
    2627        min_cost_flow_test \
    2728        suurballe_test \
  • test/dijkstra_test.lgf

    r1435 r1901  
    11@nodeset
    2 id     
     2label   
    33999     
    44998     
     
    100210020       
    10031003@edgeset
    1004                 id      capacity       
     1004                label   capacity       
    1005100575      377     6906    27     
    10061006417     515     6905    69     
Note: See TracChangeset for help on using the changeset viewer.