COIN-OR::LEMON - Graph Library

Changeset 1761:896464fe9fbb in lemon-0.x for lemon/dfs.h


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

Hiding :) todos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.