Aleph-w  1.9
General library for algorithms and data structures
Aleph::Edmonds_Karp_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::Edmonds_Karp_Maximum_Flow< Net >

Clase invocante al algoritmo de Ford Fulkerson.

See also
edmonds_karp_maximum_flow()

Member Function Documentation

◆ operator()()

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

Invoca a edmonds_karp_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

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

Leandro Rabindranath León