lemon/preflow.h
changeset 1079 5958cc5c0a98
parent 1053 1c978b5bcc65
child 1080 c5cd8960df74
equal deleted inserted replaced
29:ba01be6422e4 30: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;