COIN-OR::LEMON - Graph Library

Changes in / [67:9de02aa380de:99:dbaa96cc1013] in lemon-main


Ignore:
Files:
3 added
2 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
  • 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
Note: See TracChangeset for help on using the changeset viewer.