COIN-OR::LEMON - Graph Library

Changeset 795:cfa6c2ea48e5 in lemon-0.x


Ignore:
Timestamp:
09/03/04 12:43:22 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1089
Message:

Put a lot of missing header files to src/hugo/Makefile.am

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/Makefile.am

    r774 r795  
    11pkginclude_HEADERS =                                                    \
     2        array_map_factory.h                                             \
    23        bfs.h                                                           \
     4        dfs.h                                                           \
    35        bin_heap.h                                                      \
    46        dijkstra.h                                                      \
    57        dimacs.h                                                        \
    68        error.h                                                         \
     9        extended_pair.h                                                 \
    710        fib_heap.h                                                      \
    811        full_graph.h                                                    \
     
    1013        invalid.h                                                       \
    1114        list_graph.h                                                    \
     15        map_defines.h                                                   \
     16        map_registry.h                                                  \
    1217        maps.h                                                          \
    1318        max_flow.h                                                      \
     19        mincostflows.h                                                  \
     20        minlengthpaths.h                                                \
    1421        smart_graph.h                                                   \
     22        sym_map_factory.h                                               \
    1523        time_measure.h                                                  \
    1624        unionfind.h                                                     \
     25        vector_map_factory.h                                            \
    1726        xy.h
    1827
Note: See TracChangeset for help on using the changeset viewer.