Changeset 491:4804c967543d in lemon-0.x for src
- Timestamp:
- 04/30/04 03:02:22 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@649
- Location:
- src
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
src/include/bin_heap.h
r430 r491 62 62 #define BIN_HEAP_HH 63 63 64 /// ingroup auxdat64 ///\ingroup auxdat 65 65 ///\file 66 66 ///\brief Binary Heap implementation. -
src/include/dijkstra.h
r459 r491 3 3 #define HUGO_DIJKSTRA_H 4 4 5 /// ingroup galgs5 ///\ingroup galgs 6 6 ///\file 7 7 ///\brief Dijkstra algorithm. -
src/include/error.h
r490 r491 4 4 #define HUGO_ERROR_H 5 5 6 //! \ingroup misc 6 7 //! \file 7 8 //! \brief Basic error handling (signaling) routines. -
src/include/fib_heap.h
r477 r491 4 4 #define HUGO_FIB_HEAP_H 5 5 6 /// ingroup auxdat6 ///\ingroup auxdat 7 7 ///\file 8 8 ///\brief Fibonacci Heap implementation. -
src/include/smart_graph.h
r456 r491 4 4 #define HUGO_SMART_GRAPH_H 5 5 6 /// ingroup graphs6 ///\ingroup graphs 7 7 ///\file 8 8 ///\brief SmartGraph and SymSmartGraph classes. -
src/include/time_measure.h
r458 r491 3 3 #define HUGO_TIME_MEASURE_H 4 4 5 /// ingroup misc5 ///\ingroup misc 6 6 ///\file 7 7 ///\brief Tools for measuring cpu usage -
src/include/unionfind.h
r483 r491 3 3 #define HUGO_UNION_FIND_H 4 4 5 //! ingroup auxdat5 //!\ingroup auxdat 6 6 //!\file 7 7 //!\brief Union-Find data structures. -
src/include/xy.h
r458 r491 5 5 #include <iostream> 6 6 7 /// ingroup misc7 ///\ingroup misc 8 8 ///\file 9 9 ///\brief A simple two dimensional vector and a bounding box implementation -
src/work/alpar/list_graph.h
r408 r491 4 4 #define HUGO_LIST_GRAPH_H 5 5 6 /// ingroup graphs6 ///\ingroup graphs 7 7 ///\file 8 8 ///\brief ListGraph, SymListGraph, NodeSet and EdgeSet classes. -
src/work/athos/minlengthpaths.h
r456 r491 3 3 #define HUGO_MINLENGTHPATHS_H 4 4 5 /// ingroup galgs5 ///\ingroup galgs 6 6 ///\file 7 7 ///\brief An algorithm for finding k paths of minimal total length. -
src/work/marci/graph_wrapper.h
r457 r491 3 3 #define HUGO_GRAPH_WRAPPER_H 4 4 5 /// ingroup gwrappers5 ///\ingroup gwrappers 6 6 ///\file 7 7 ///\brief Several graph wrappers.
Note: See TracChangeset
for help on using the changeset viewer.