|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Supply-demand network flow algorithms. More...
Go to the source code of this file.
Classes | |
| class | Aleph::Net_Sup_Dem_Node< Node_Info, F_Type > |
| Node with supply/demand flow value. More... | |
| class | Aleph::Net_Sup_Dem_Graph< NodeT, ArcT > |
| Network graph with supply and demand nodes. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Supply-demand network flow algorithms.
This file provides classes for modeling and analyzing supply-demand networks. In such networks, nodes have supply values (positive = source, negative = sink/demand). The goal is to determine if it's possible to satisfy all demands from the available supplies.
Definition in file tpl_net_sup_dem.H.