COIN-OR::LEMON - Graph Library

Changeset 421:0f2091856dab in lemon-1.2 for lemon


Ignore:
Timestamp:
12/05/08 11:38:32 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Parents:
420:6a2a33ad261b (diff), 419:9afe81e4c543 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

Merge

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/dfs.h

    r419 r421  
    16271627    /// \pre Either \ref run(Node) "run()" or \ref init()
    16281628    /// must be called before using this function.
    1629     bool reached(Node v) { return (*_reached)[v]; }
     1629    bool reached(Node v) const { return (*_reached)[v]; }
    16301630
    16311631    ///@}
  • lemon/dfs.h

    r420 r421  
    14111411          } else {
    14121412            _visitor->leave(s);
     1413            _visitor->stop(s);
    14131414          }
    14141415        }
Note: See TracChangeset for help on using the changeset viewer.