COIN-OR::LEMON - Graph Library

Changeset 96:b55e501a90ee in lemon-1.2


Ignore:
Timestamp:
01/24/08 12:31:19 (16 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Path related files ported from svn -r3435
but ItemReader/Writer? for Path (originally belonging to path_utils.h)
hasn't ported yet.

Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r58 r96  
    1818        lemon/dim2.h \
    1919        lemon/maps.h \
     20        lemon/path.h \
     21        lemon/path_utils.h \
    2022        lemon/random.h \
    2123        lemon/list_graph.h \
     
    3941        lemon/concepts/graph.h \
    4042        lemon/concepts/maps.h \
     43        lemon/concepts/path.h \
    4144        lemon/concepts/graph_components.h
  • test/Makefile.am

    r58 r96  
    1212        test/graph_test \
    1313        test/random_test \
     14        test/path_test \
    1415        test/test_tools_fail \
    1516        test/test_tools_pass
     
    2122test_dim_test_SOURCES = test/dim_test.cc
    2223test_graph_test_SOURCES = test/graph_test.cc
     24test_path_test_SOURCES = test/path_test.cc
    2325test_random_test_SOURCES = test/random_test.cc
    2426test_test_tools_fail_SOURCES = test/test_tools_fail.cc
Note: See TracChangeset for help on using the changeset viewer.