Exam 4 - ISE 2404: Dijkstra Algorithm, Transportation Problem and Shortest Path Problem - , Exams of Operational Research

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

2010/2011

Uploaded on 05/09/2011

amandatech
amandatech 🇺🇸

10 documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Exam 4 - ISE 2404 – DOR (11) Name:
Section:
1
Directions: You may only use the two pages of (paper) notes that you prepared for
reference. You may not use computers or calculators or class-mates. Please write your
answers on the test sheet if possible. You have 45 minutes to complete this exam. Good
luck and clear thinking.
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 $17
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
4 3
4
1
3
5
a
b
c
d
f
e
g
2 6
pf3

Partial preview of the text

Download Exam 4 - ISE 2404: Dijkstra Algorithm, Transportation Problem and Shortest Path Problem - and more Exams Operational Research in PDF only on Docsity!

Exam 4 - ISE 2404 – DOR (11) Name:

Section:

Directions: You may only use the two pages of (paper) notes that you prepared for

reference. You may not use computers or calculators or class-mates. Please write your

answers on the test sheet if possible. You have 45 minutes to complete this exam. Good

luck and clear thinking.

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

Exam 4 - ISE 2404 – DOR (11) Name:

Section:

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.

Extra-Credit (5): If the network in Problem 1 were a maximum flow network (the arc

labels are capacities instead of lengths) what would the min-cut be (give the arcs) and the

maximum flow possible from node a to node g?