COIN-OR::LEMON - Graph Library

Changeset 2354:3609c77b77be in lemon-0.x for lemon/dijkstra.h


Ignore:
Timestamp:
02/06/07 20:09:17 (17 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3154
Message:

Doc improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/dijkstra.h

    r2335 r2354  
    511511
    512512  public:
     513
     514    typedef PredMapPath<Graph, PredMap> Path;
     515
    513516    ///\name Execution control
    514517    ///The simplest way to execute the algorithm is to use
     
    720723    ///@{
    721724
    722     typedef PredMapPath<Graph, PredMap> Path;
    723 
    724725    ///Gives back the shortest path.
    725726   
Note: See TracChangeset for help on using the changeset viewer.