Week 5 - Shortest path problem, Network problems Flashcards

1
Q

Network flow problems

A
  1. Total supply = Total demand
  2. All variables are nonnegative
  3. All the constraints at the SUPPLY, DEMAND & INTERMEDIATE VERTICES are equalities since total S = total D
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Transportation problem (special case of a network flow problem)
What to do if total supply > total demand?

A
  1. NO intermediate vertices in Transportation problems, b/c sources are directly connected to destinations
  2. If total S > total D, send excess to a DUMMY NODE at Cost 0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly