COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/hugo/Makefile.am @ 739:3bb5553ec41b

Last change on this file since 739:3bb5553ec41b was 731:2d5163bfd265, checked in by Alpar Juttner, 20 years ago

max_flow.h added to Makefile.am

File size: 441 bytes
RevLine 
[542]1pkginclude_HEADERS =                                                    \
2        bin_heap.h                                                      \
3        dijkstra.h                                                      \
4        dimacs.h                                                        \
5        error.h                                                         \
6        fib_heap.h                                                      \
[596]7        full_graph.h                                                    \
8        graph_wrapper.h                                                 \
[542]9        invalid.h                                                       \
[578]10        list_graph.h                                                    \
[542]11        maps.h                                                          \
[731]12        max_flow.h                                                      \
[542]13        smart_graph.h                                                   \
14        time_measure.h                                                  \
15        unionfind.h                                                     \
[596]16        xy.h
17
[563]18noinst_HEADERS =                                                        \
19        skeletons/graph.h                                               \
20        skeletons/maps.h
Note: See TracBrowser for help on using the repository browser.