COIN-OR::LEMON - Graph Library

Changeset 1765:f15b3c09481c in lemon-0.x for lemon/bfs.h


Ignore:
Timestamp:
11/04/05 16:00:19 (19 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2297
Message:

Removing todos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bfs.h

    r1763 r1765  
    193193    ///Creates the maps if necessary.
    194194   
    195     ///\todo Error if \c G are \c NULL.
    196195    ///\todo Better memory allocation (instead of new).
    197196    void create_maps()
     
    611610    ///If \c t is a source itself or unreachable, then it does not
    612611    ///alter \c p.
    613     ///\todo Is it the right way to handle unreachable nodes?
    614612    ///\return Returns \c true if a path to \c t was actually copied to \c p,
    615613    ///\c false otherwise.
     
    648646    ///\pre Either \ref run() or \ref start() must be called before using
    649647    ///this function.
    650     ///\todo predEdge could be a better name.
    651648    Edge predEdge(Node v) const { return (*_pred)[v];}
    652649
Note: See TracChangeset for help on using the changeset viewer.