COIN-OR::LEMON - Graph Library

Changeset 851:c67e235c832f in lemon-1.2


Ignore:
Timestamp:
10/15/09 21:03:17 (14 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Bug fix in Suurballe (#323)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/suurballe.h

    r623 r851  
    521521    /// \pre \ref run() or \ref findPaths() must be called before using
    522522    /// this function.
    523     Path path(int i) const {
     523    const Path& path(int i) const {
    524524      return paths[i];
    525525    }
Note: See TracChangeset for help on using the changeset viewer.