COIN-OR::LEMON - Graph Library

Changeset 1765:f15b3c09481c in lemon-0.x for lemon/johnson.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/johnson.h

    r1763 r1765  
    626626    /// If it \c t is a source itself or unreachable, then it does not
    627627    /// alter \c p.
    628     /// \todo Is it the right way to handle unreachable nodes?
    629628    /// \return Returns \c true if a path to \c t was actually copied to \c p,
    630629    /// \c false otherwise.
     
    664663    /// shortest path tree used in \ref predNode().
    665664    /// \pre \ref run() must be called before using this function.
    666     /// \todo predEdge could be a better name.
    667665    Edge predEdge(Node root, Node node) const {
    668666      return (*_pred)(root, node);
Note: See TracChangeset for help on using the changeset viewer.