lemon/preflow.h
changeset 2350 eb371753e814
parent 2330 9dccb1abc721
child 2376 0ed45a6c74b1
equal deleted inserted replaced
16:1b5f237dea5e 17:ee0edf467b10
   153     ///\param _gr The directed graph the algorithm runs on. 
   153     ///\param _gr The directed graph the algorithm runs on. 
   154     ///\param _s The source node.
   154     ///\param _s The source node.
   155     ///\param _t The target node.
   155     ///\param _t The target node.
   156     ///\param _cap The capacity of the edges. 
   156     ///\param _cap The capacity of the edges. 
   157     ///\param _f The flow of the edges. 
   157     ///\param _f The flow of the edges. 
   158     ///\param tol Tolerance class.
   158     ///\param _sr Tolerance class.
   159     ///Except the graph, all of these parameters can be reset by
   159     ///Except the graph, all of these parameters can be reset by
   160     ///calling \ref source, \ref target, \ref capacityMap and \ref
   160     ///calling \ref source, \ref target, \ref capacityMap and \ref
   161     ///flowMap, resp.
   161     ///flowMap, resp.
   162     Preflow(const Graph& _gr, Node _s, Node _t, 
   162     Preflow(const Graph& _gr, Node _s, Node _t, 
   163             const CapacityMap& _cap, FlowMap& _f,
   163             const CapacityMap& _cap, FlowMap& _f,