lemon/preflow.h
changeset 1250 97d978243703
parent 1221 1c978b5bcc65
child 1254 c5cd8960df74
equal deleted inserted replaced
32:ba01be6422e4 33:4ae6a220cbbe
   132             typename TR = PreflowDefaultTraits<GR, CAP> >
   132             typename TR = PreflowDefaultTraits<GR, CAP> >
   133 #endif
   133 #endif
   134   class Preflow {
   134   class Preflow {
   135   public:
   135   public:
   136 
   136 
   137     ///The \ref PreflowDefaultTraits "traits class" of the algorithm.
   137     ///The \ref lemon::PreflowDefaultTraits "traits class" of the algorithm.
   138     typedef TR Traits;
   138     typedef TR Traits;
   139     ///The type of the digraph the algorithm runs on.
   139     ///The type of the digraph the algorithm runs on.
   140     typedef typename Traits::Digraph Digraph;
   140     typedef typename Traits::Digraph Digraph;
   141     ///The type of the capacity map.
   141     ///The type of the capacity map.
   142     typedef typename Traits::CapacityMap CapacityMap;
   142     typedef typename Traits::CapacityMap CapacityMap;