COIN-OR::LEMON - Graph Library

Changeset 880:9d0bfd35b97c in lemon-0.x for src/work/deba/dijkstra.h


Ignore:
Timestamp:
09/17/04 17:51:50 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1188
Message:
  • Name changing: XYZGraphSkeleton -> XYZGraph
  • Fix some bad \ref's in the doc.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/deba/dijkstra.h

    r698 r880  
    1919  ///This class provides an efficient implementation of %Dijkstra algorithm.
    2020  ///The edge lengths are passed to the algorithm using a
    21   ///\ref ReadMapSkeleton "readable map",
     21  ///\ref ReadMap "readable map",
    2222  ///so it is easy to change it to any kind of length.
    2323  ///
     
    3333  ///may involve in relatively time consuming process to compute the edge
    3434  ///length if it is necessary. The default map type is
    35   ///\ref GraphSkeleton::EdgeMap "Graph::EdgeMap<int>"
     35  ///\ref Graph::EdgeMap "Graph::EdgeMap<int>"
    3636  ///\param Heap The heap type used by the %Dijkstra
    3737  ///algorithm. The default
Note: See TracChangeset for help on using the changeset viewer.