Network flow problems
Flow Integrality Theorem
If all demands and supplies are INTEGER numbers in a network flow problem, then all extreme points are integer vectors
(special property for a network flow problem, not always the case in other problems)
Transportation problem (special case of a network flow problem)
What to do if total supply > total demand?
Transportation problem - eg. of Application of a maximisation problem (see slides for more elaboration)
Maximise summation(p_ij x_ij)
- each CLUSTER i corresponds to a SUPPLY VERTEX, with available supply ai
- each AD j corresponds to a DEMAND vertex, with demand bj