

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
The instructions and problems for exam 4 of ise 2404 – dor. The exam covers three topics: dijkstra algorithm, transportation problem, and shortest path problem. Students are required to demonstrate the dijkstra algorithm on a given network, formulate a balanced transportation problem to satisfy demand while minimizing costs, and formulate a shortest path problem to satisfy a client's order while minimizing costs. An extra-credit question asks students to find the min-cut and maximum flow in a maximum flow network based on the same network.
Typology: Exams
1 / 3
This page cannot be seen from the preview
Don't miss anything!


Problem 1 (10): Dijkstra has forgotten his algorithm! Please help him and demonstrate the algorithm on the following network. We want the shortest path from node a to node g. Preserve all node labels, put newer labels to the right of earlier labels and indicate a permanent label by underlining it (see the example node below). Remember to indicate the selected arcs.
∞, 12,7, 5 (node labeling example)
What is the length of the shortest path from a to g?
Problem 2 (20): SoulSolution has two factories that produce shoes. In November the demand is for 160 pairs of shoes, and in December it is for 260 pairs. Factory 1 has 240 worker-hours in November, and 160 in December, while Factory 2 has 280 worker-hours in November and 180 in December. It takes 2 worker-hours to produce a pair of shoes. Shoes built in November can be used to satisfy demand in December, subject to a $7 per pair holding cost. Workers are paid $ an hour, but not all worker-hours must be used. It costs $2 to ship a pair of shoes from Factory 1 and $3 to ship from Factory 2. Graphically formulate a balanced Transportation Problem that can be used satisfy demand while minimizing costs.
3
4
3 4
4
1
3
5
a
b
c
d
f
e
g
2 6
Problem 3 (30): Sugar Cubed is a major supplier of sugar cubes, and makes 4 sizes of cubes (sizes 1,2,3,4) that increase in size from size 1, the smallest cube, to size 4, the largest. The cube-machine costs $20 to set up for a particular cube-size (currently it is not set-up for any cube- size). After the setup, the variable costs are as follows: $4 to produce 100 cubes of size 4, $3 to produce 100 of size 3, $2 to produce 100 of size 2, and $1 to produce 100 cubes of size 1. An order has been placed for 400 size 4 cubes, 400 size 3 cubes, 200 size 2 cubes, and 300 size 1 cubes. The client has a sweet-tooth, and would be willing to accept a larger size cube as replacement for a smaller sized cube (but the client will not pay extra). Graphically formulate a Shortest Path Problem that can be used to satisfy the client while minimizing costs.
Now graphically formulate the problem as a balanced Transportation Problem.