Changeset 2184:05a5e48010ab in lemon-0.x
- Timestamp:
- 08/28/06 18:11:02 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2904
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/floyd_warshall.h
r2151 r2184 182 182 /// 183 183 /// \author Balazs Dezso 184 184 /// \todo A function type interface would be nice. 185 /// \todo Implement \c nextNode() and \c nextEdge() 185 186 #ifdef DOXYGEN 186 template <typename _Graph, typename _LengthMap typename _Traits >187 template <typename _Graph, typename _LengthMap, typename _Traits > 187 188 #else 188 189 template <typename _Graph=ListGraph, … … 224 225 /// \brief The type of the map that stores the dists of the nodes. 225 226 /// The type of the DistMap is a matrix map for Values 227 /// 228 /// \todo It should rather be 229 /// called \c DistMatrix 226 230 typedef typename _Traits::DistMap DistMap; 227 231 /// \brief The operation traits.
Note: See TracChangeset
for help on using the changeset viewer.