COIN-OR::LEMON - Graph Library

Changeset 418:ad483acf1654 in lemon-1.2 for lemon


Ignore:
Timestamp:
12/02/08 16:33:22 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
419:9afe81e4c543, 420:6a2a33ad261b, 430:09e416d35896, 446:d369e885d196, 490:7f8560cb9d65
Parents:
413:d8b87e9b90c3 (diff), 417:6ff53afe98b5 (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:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r409 r418  
    1717
    1818lemon_HEADERS += \
     19        lemon/adaptors.h \
    1920        lemon/arg_parser.h \
    2021        lemon/assert.h \
     
    6162        lemon/bits/default_map.h \
    6263        lemon/bits/enable_if.h \
     64        lemon/bits/graph_adaptor_extender.h \
    6365        lemon/bits/graph_extender.h \
    6466        lemon/bits/map_extender.h \
    6567        lemon/bits/path_dump.h \
    6668        lemon/bits/traits.h \
     69        lemon/bits/variant.h \
    6770        lemon/bits/vector_map.h
    6871
  • lemon/Makefile.am

    r416 r418  
    2222        lemon/bfs.h \
    2323        lemon/bin_heap.h \
     24        lemon/circulation.h \
    2425        lemon/color.h \
    2526        lemon/concept_check.h \
     
    3738        lemon/hypercube_graph.h \
    3839        lemon/kruskal.h \
     40        lemon/hao_orlin.h \
    3941        lemon/lgf_reader.h \
    4042        lemon/lgf_writer.h \
Note: See TracChangeset for help on using the changeset viewer.