Week 5 - Shortest path problem, Network problems Flashcards
1
Q
Network flow problems
A
- Total supply = Total demand
- All variables are nonnegative
- All the constraints at the SUPPLY, DEMAND & INTERMEDIATE VERTICES are equalities since total S = total D
2
Q
Flow Integrality Theorem
A
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)
3
Q
Transportation problem (special case of a network flow problem)
What to do if total supply > total demand?
A
- NO intermediate vertices in Transportation problems, b/c sources are directly connected to destinations
- If total S > total D, send excess to a DUMMY NODE at Cost 0
4
Q
Transportation problem - eg. of Application of a maximisation problem (see slides for more elaboration)
A
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