COIN-OR::LEMON - Graph Library

Changeset 99:dbaa96cc1013 in lemon-1.2


Ignore:
Timestamp:
02/07/08 22:28:39 (16 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Parents:
98:c4582fc14f58 (diff), 67:9de02aa380de (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

Merge

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r67 r99  
    2121        lemon/list_graph.h \
    2222        lemon/maps.h \
     23        lemon/path.h \
    2324        lemon/random.h \
    2425        lemon/tolerance.h
     
    4142        lemon/concepts/graph.h \
    4243        lemon/concepts/maps.h \
     44        lemon/concepts/path.h \
    4345        lemon/concepts/graph_components.h
  • lemon/Makefile.am

    r98 r99  
    1616
    1717lemon_HEADERS += \
     18        lemon/concept_check.h \
    1819        lemon/dim2.h \
     20        lemon/error.h \
     21        lemon/list_graph.h \
    1922        lemon/maps.h \
    2023        lemon/path.h \
    2124        lemon/random.h \
    22         lemon/list_graph.h \
    2325        lemon/tolerance.h
    2426
  • test/Makefile.am

    r67 r99  
    1313        test/maps_test \
    1414        test/random_test \
     15        test/path_test \
    1516        test/test_tools_fail \
    1617        test/test_tools_pass
     
    2425test_graph_test_SOURCES = test/graph_test.cc
    2526test_maps_test_SOURCES = test/maps_test.cc
     27test_path_test_SOURCES = test/path_test.cc
    2628test_random_test_SOURCES = test/random_test.cc
    2729test_test_tools_fail_SOURCES = test/test_tools_fail.cc
  • test/Makefile.am

    r96 r99  
    1111        test/dim_test \
    1212        test/graph_test \
     13        test/maps_test \
    1314        test/random_test \
    1415        test/path_test \
     
    2122test_digraph_test_SOURCES = test/digraph_test.cc
    2223test_dim_test_SOURCES = test/dim_test.cc
     24#test_error_test_SOURCES = test/error_test.cc
    2325test_graph_test_SOURCES = test/graph_test.cc
     26test_maps_test_SOURCES = test/maps_test.cc
    2427test_path_test_SOURCES = test/path_test.cc
    2528test_random_test_SOURCES = test/random_test.cc
Note: See TracChangeset for help on using the changeset viewer.