| 
                Last change
                  on this file since 815:468c9ec86928 was
                  810:e9fbc747ca47,
                  checked in by Alpar Juttner, 21 years ago
           | 
        
        
          | 
               
Kruskal alg. (src/hugo/kruskal.h, src/test/kruskal_test.cc) is (almost) done. 
 
- Some input adaptor is still missing.
 - The class and function names should be revised.
 - Docs still needs some improvement.
  
           | 
        
        | 
            File size:
            1.1 KB
           | 
      
      
        
  | Line |   | 
|---|
| 1 | pkginclude_HEADERS =                                                    \ | 
|---|
| 2 |         array_map_factory.h                                             \ | 
|---|
| 3 |         bfs.h                                                           \ | 
|---|
| 4 |         dfs.h                                                           \ | 
|---|
| 5 |         bin_heap.h                                                      \ | 
|---|
| 6 |         dijkstra.h                                                      \ | 
|---|
| 7 |         dimacs.h                                                        \ | 
|---|
| 8 |         error.h                                                         \ | 
|---|
| 9 |         extended_pair.h                                                 \ | 
|---|
| 10 |         fib_heap.h                                                      \ | 
|---|
| 11 |         full_graph.h                                                    \ | 
|---|
| 12 |         graph_wrapper.h                                                 \ | 
|---|
| 13 |         invalid.h                                                       \ | 
|---|
| 14 |         kruskal.h                                                       \ | 
|---|
| 15 |         list_graph.h                                                    \ | 
|---|
| 16 |         map_defines.h                                                   \ | 
|---|
| 17 |         map_registry.h                                                  \ | 
|---|
| 18 |         maps.h                                                          \ | 
|---|
| 19 |         max_flow.h                                                      \ | 
|---|
| 20 |         mincostflows.h                                                  \ | 
|---|
| 21 |         minlengthpaths.h                                                \ | 
|---|
| 22 |         smart_graph.h                                                   \ | 
|---|
| 23 |         sym_map_factory.h                                               \ | 
|---|
| 24 |         time_measure.h                                                  \ | 
|---|
| 25 |         unionfind.h                                                     \ | 
|---|
| 26 |         vector_map_factory.h                                            \ | 
|---|
| 27 |         xy.h | 
|---|
| 28 |  | 
|---|
| 29 | noinst_HEADERS =                                                        \ | 
|---|
| 30 |         skeletons/graph.h                                               \ | 
|---|
| 31 |         skeletons/maps.h | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.