|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Educational examples for supply-demand network flow problems. More...
Go to the source code of this file.
Functions | |
| int | main () |
Educational examples for supply-demand network flow problems.
Network flow where:
GOAL: Route flow from suppliers to consumers respecting capacity constraints
g++ -std=c++20 -I.. -o tpl_net_sup_dem_example tpl_net_sup_dem_example.cc ./tpl_net_sup_dem_example
Definition in file tpl_net_sup_dem_example.cc.
| int main | ( | ) |
Definition at line 40 of file tpl_net_sup_dem_example.cc.
References Aleph::maps().