






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Equal number of supply and demand nodes. Every supply node has a supply of one. Every demand node has a demand for one. Each supply node is connected to every demand node (called a complete bipartite graph). Solution is required to be all integers.
Typology: Essays (high school)
1 / 11
This page cannot be seen from the preview
Don't miss anything!







Robert J. Vanderbei
October 22, 2007
Operations Research and Financial Engineering Princeton University Princeton, NJ 08544 http://www.princeton.edu/∼rvdb
Each node is one of two types:
Leaving arc: (a,b) Entering arc: (i,h) Etc., etc., etc.
Transportation problem in which
Notes:
1 i 6 = r −(m − 1) i = r
Notation Used in Following Algorithms
Dynamic Programming
vr = 0 (1) vi = min{cij + vj : (i, j) ∈ A} (2) T = {(i, j) ∈ A : vi = cij + vj } – not necessarily a tree (3)
0 i = r ∞ i 6 = r
0 i = r min{cij + v( jk ) : (i, j) ∈ A} i 6 = r
Dijkstra’s Algorithm
Notations:
Dijkstra’s Algorithm:
0 j = r ∞ j 6 = r
vi = cij + vj (4) hi = j (5)