COIN-OR::LEMON - Graph Library

Changeset 2184:05a5e48010ab in lemon-0.x


Ignore:
Timestamp:
08/28/06 18:11:02 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2904
Message:

Doc improvementst & todos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/floyd_warshall.h

    r2151 r2184  
    182182  ///
    183183  /// \author Balazs Dezso
    184 
     184  /// \todo A function type interface would be nice.
     185  /// \todo Implement \c nextNode() and \c nextEdge()
    185186#ifdef DOXYGEN
    186   template <typename _Graph, typename _LengthMap typename _Traits >
     187  template <typename _Graph, typename _LengthMap, typename _Traits >
    187188#else
    188189  template <typename _Graph=ListGraph,
     
    224225    /// \brief The type of the map that stores the dists of the nodes.
    225226    /// The type of the DistMap is a matrix map for Values
     227    ///
     228    /// \todo It should rather be
     229    /// called \c DistMatrix
    226230    typedef typename _Traits::DistMap DistMap;
    227231    /// \brief The operation traits.
Note: See TracChangeset for help on using the changeset viewer.