lemon/capacity_scaling.h
changeset 1079 5958cc5c0a98
parent 1071 879fcb781086
child 1080 c5cd8960df74
equal deleted inserted replaced
24:1187ef3dccd0 25:376be543e12b
   116     typedef typename TR::Cost Cost;
   116     typedef typename TR::Cost Cost;
   117 
   117 
   118     /// The type of the heap used for internal Dijkstra computations
   118     /// The type of the heap used for internal Dijkstra computations
   119     typedef typename TR::Heap Heap;
   119     typedef typename TR::Heap Heap;
   120 
   120 
   121     /// The \ref CapacityScalingDefaultTraits "traits class" of the algorithm
   121     /// \brief The \ref lemon::CapacityScalingDefaultTraits "traits class"
       
   122     /// of the algorithm
   122     typedef TR Traits;
   123     typedef TR Traits;
   123 
   124 
   124   public:
   125   public:
   125 
   126 
   126     /// \brief Problem type constants for the \c run() function.
   127     /// \brief Problem type constants for the \c run() function.