lemon/min_cut.h
changeset 2108 f2c532541730
parent 2042 bdc953f2a449
child 2111 ea1fa1bc3f6d
equal deleted inserted replaced
4:42220710db46 5:c8b42f358108
   699     typedef typename _CapacityMap::Value Value;
   699     typedef typename _CapacityMap::Value Value;
   700 
   700 
   701     /// The graph type the algorithm runs on. 
   701     /// The graph type the algorithm runs on. 
   702     typedef _Graph Graph;
   702     typedef _Graph Graph;
   703 
   703 
   704     /// The AuxGraph type which is an EraseableGraph
   704     /// The AuxGraph type which is an ErasableGraph
   705     typedef ListUGraph AuxGraph;
   705     typedef ListUGraph AuxGraph;
   706 
   706 
   707     /// \brief Instantiates a AuxGraph.
   707     /// \brief Instantiates a AuxGraph.
   708     ///
   708     ///
   709     /// This function instantiates a \ref AuxGraph. 
   709     /// This function instantiates a \ref AuxGraph.