Changeset 430:60e4627e8c74 in lemon-0.x for src/work
- Timestamp:
- 04/26/04 20:08:46 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@570
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/athos/minlengthpaths.h
r330 r430 3 3 #define HUGO_MINLENGTHPATHS_H 4 4 5 ///ingroup galgs 5 6 ///\file 6 7 ///\brief An algorithm for finding k paths of minimal total length. … … 15 16 namespace hugo { 16 17 17 18 /// \addtogroup galgs 19 /// @{ 18 20 19 21 ///\brief Implementation of an algorithm for finding k paths between 2 nodes … … 161 163 }; //class MinLengthPaths 162 164 165 ///@} 163 166 164 167 } //namespace hugo
Note: See TracChangeset
for help on using the changeset viewer.