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, |