lemon/preflow.h
changeset 1955 daca31868d70
parent 1898 f030c01e6173
child 1956 a055123339d5
equal deleted inserted replaced
8:f3b9f936df84 9:7d13c31b1c2e
   150     ///\param _gr The directed graph the algorithm runs on. 
   150     ///\param _gr The directed graph the algorithm runs on. 
   151     ///\param _s The source node.
   151     ///\param _s The source node.
   152     ///\param _t The target node.
   152     ///\param _t The target node.
   153     ///\param _cap The capacity of the edges. 
   153     ///\param _cap The capacity of the edges. 
   154     ///\param _f The flow of the edges. 
   154     ///\param _f The flow of the edges. 
       
   155     ///\param tol Tolerance class.
   155     ///Except the graph, all of these parameters can be reset by
   156     ///Except the graph, all of these parameters can be reset by
   156     ///calling \ref source, \ref target, \ref capacityMap and \ref
   157     ///calling \ref source, \ref target, \ref capacityMap and \ref
   157     ///flowMap, resp.
   158     ///flowMap, resp.
   158       Preflow(const Graph& _gr, Node _s, Node _t, 
   159       Preflow(const Graph& _gr, Node _s, Node _t, 
   159 	      const CapacityMap& _cap, FlowMap& _f,
   160 	      const CapacityMap& _cap, FlowMap& _f,