Aleph-w  1.9
General library for algorithms and data structures
Aleph::Ford_Fulkerson_Maximum_Flow< Net > Struct Template Reference

#include <tpl_net.H>

Public Member Functions

Net::Flow_Type operator() (Net &net) const
 

Detailed Description

template<class Net>
struct Aleph::Ford_Fulkerson_Maximum_Flow< Net >

Clase invocante al algoritmo de Ford Fulkerson.

See also
ford_fulkerson_maximum_flow()

Member Function Documentation

◆ operator()()

template<class Net >
Net::Flow_Type Aleph::Ford_Fulkerson_Maximum_Flow< Net >::operator() ( Net &  net) const
inline

Invoca a ford_fulkerson_maximum_flow().

Parameters
[in,out]netla red capacitada cuyo flujo se desea maximizar.
[in]sael filtro de arcos
Returns
el valor de flujo maximizado de la red
+ Here is the call graph for this function:

The documentation for this struct was generated from the following file:

Leandro Rabindranath León