COIN-OR::LEMON - Graph Library

Changeset 430:05357da973ce in lemon


Ignore:
Timestamp:
11/30/08 18:57:18 (15 years ago)
Author:
Balazs Dezso <deba@…>
Branch:
default
Phase:
public
Message:

Port graph adaptors from svn -r3498 (#67)

Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r410 r430  
    5959        lemon/bits/default_map.h \
    6060        lemon/bits/enable_if.h \
     61        lemon/bits/graph_adaptor_extender.h \
    6162        lemon/bits/graph_extender.h \
    6263        lemon/bits/map_extender.h \
    6364        lemon/bits/path_dump.h \
    6465        lemon/bits/traits.h \
     66        lemon/bits/variant.h \
    6567        lemon/bits/vector_map.h
    6668
  • test/Makefile.am

    r404 r430  
    1616        test/dim_test \
    1717        test/error_test \
     18        test/graph_adaptor_test \
    1819        test/graph_copy_test \
    1920        test/graph_test \
     
    4243test_dim_test_SOURCES = test/dim_test.cc
    4344test_error_test_SOURCES = test/error_test.cc
     45test_graph_adaptor_test_SOURCES = test/graph_adaptor_test.cc
    4446test_graph_copy_test_SOURCES = test/graph_copy_test.cc
    4547test_graph_test_SOURCES = test/graph_test.cc
Note: See TracChangeset for help on using the changeset viewer.