COIN-OR::LEMON - Graph Library

Changeset 1761:896464fe9fbb in lemon-0.x


Ignore:
Timestamp:
11/04/05 14:20:24 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2293
Message:

Hiding :) todos

Location:
lemon
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • lemon/bfs.h

    r1755 r1761  
    123123  ///
    124124  ///\author Alpar Juttner
    125   ///\todo A compare object would be nice.
    126125
    127126#ifdef DOXYGEN
  • lemon/dfs.h

    r1749 r1761  
    414414    ///\n
    415415    ///If you need more control on the execution,
    416     ///first you must call \ref init(), then you can add several source nodes
     416    ///first you must call \ref init(), then you can add a source node
    417417    ///with \ref addSource().
    418418    ///Finally \ref start() will perform the actual path
     
    12961296    /// \n
    12971297    /// If you need more control on the execution,
    1298     /// first you must call \ref init(), then you can add several source nodes
     1298    /// first you must call \ref init(), then you can adda source node
    12991299    /// with \ref addSource().
    13001300    /// Finally \ref start() will perform the actual path
  • lemon/dijkstra.h

    r1741 r1761  
    167167  ///
    168168  ///\author Jacint Szabo and Alpar Juttner
    169   ///\todo A compare object would be nice.
    170169
    171170#ifdef DOXYGEN
  • lemon/euler.h

    r1738 r1761  
    102102   
    103103    ///\warning This gives back an Edge, not an EulerIt!
    104     ///\todo Is this what we want?
    105104    Edge operator++(int)
    106105    {
     
    132131  template<class Graph>
    133132  typename disable_if<typename Graph::UndirTag,bool>::type
    134   isEuler(const Graph &g)
     133  euler(const Graph &g)
    135134  {
    136135    for(typename Graph::NodeIt n(g);n!=INVALID;++n)
Note: See TracChangeset for help on using the changeset viewer.