lemon/suurballe.h
changeset 1074 97d978243703
parent 877 141f9c0db4a3
child 1080 c5cd8960df74
equal deleted inserted replaced
14:ad0d5409c63c 15:13b509215c04
   135     /// The cross reference type used for the heap.
   135     /// The cross reference type used for the heap.
   136     typedef typename TR::HeapCrossRef HeapCrossRef;
   136     typedef typename TR::HeapCrossRef HeapCrossRef;
   137     /// The heap type used for internal Dijkstra computations.
   137     /// The heap type used for internal Dijkstra computations.
   138     typedef typename TR::Heap Heap;
   138     typedef typename TR::Heap Heap;
   139 
   139 
   140     /// The \ref SuurballeDefaultTraits "traits class" of the algorithm.
   140     /// The \ref lemon::SuurballeDefaultTraits "traits class" of the algorithm.
   141     typedef TR Traits;
   141     typedef TR Traits;
   142 
   142 
   143   private:
   143   private:
   144 
   144 
   145     // ResidualDijkstra is a special implementation of the
   145     // ResidualDijkstra is a special implementation of the