lemon/dijkstra.h
changeset 2317 6d3ed14efb68
parent 2263 9273fe7d850c
child 2335 27aa03cd3121
equal deleted inserted replaced
24:63df497d016e 25:895ee79bc692
  1012     typedef typename TR::PredMap PredMap;
  1012     typedef typename TR::PredMap PredMap;
  1013     ///The type of the map that stores the dists of the nodes.
  1013     ///The type of the map that stores the dists of the nodes.
  1014     typedef typename TR::DistMap DistMap;
  1014     typedef typename TR::DistMap DistMap;
  1015     ///The heap type used by the dijkstra algorithm.
  1015     ///The heap type used by the dijkstra algorithm.
  1016     typedef typename TR::Heap Heap;
  1016     typedef typename TR::Heap Heap;
  1017 public:
  1017   public:
  1018     /// Constructor.
  1018     /// Constructor.
  1019     DijkstraWizard() : TR() {}
  1019     DijkstraWizard() : TR() {}
  1020 
  1020 
  1021     /// Constructor that requires parameters.
  1021     /// Constructor that requires parameters.
  1022 
  1022