Exam 21: Dynamic Programming

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Dynamic programming is a general approach rather than a specific technique.

Free
(True/False)
4.9/5
(35)
Correct Answer:
Verified

True

Consider the following integer linear program Max 5x1 + 7x2 + 9x3 s.t. 2x1 + 3x2 + 4x3 ≤ 8 x1 ≤ 3 x2 ≤ 2 x1, x2, x3 ≥ 0, integer ​ a.Set up the network that represents the dynamic programming formulation. b.Solve the problem using dynamic programming.

Free
(Essay)
4.7/5
(38)
Correct Answer:
Verified

a. a.   B.x<sub>1</sub> = 1, x<sub>2</sub> = 2, x<sub>3</sub> = 0 B.x1 = 1, x2 = 2, x3 = 0

The output of stage k is the input for stage k−1.

Free
(True/False)
4.8/5
(36)
Correct Answer:
Verified

True

State variables in a shortest route problem represent

(Multiple Choice)
4.9/5
(32)

​The stage transformation function identifies which state one reaches at the next stage for a given decision.

(True/False)
4.9/5
(33)

Dynamic programming must only involve a finite number of decision alternatives and a finite number of stages.

(True/False)
5.0/5
(29)

A return function is a value such as profit or loss associated with making decision dn at:

(Multiple Choice)
4.9/5
(39)

Dynamic programming requires that its subproblems be independent of one another.

(True/False)
4.8/5
(37)

In solving a shortest route problem using dynamic programming the stages represent how many arcs you are from the terminal node.

(True/False)
4.9/5
(32)

​Ajax Sound is in the business of fabricating printer connection cables. They purchase 30 foot spools of wire from National Electric at $3.00 per spool and cut the wire into various lengths. ​ ​Each length of wire is fitted with printer connector jacks at both ends and then packaged. The printer connector jacks cost $.40 per pair (one pair is used in each cable package). Packaging and labor together cost $.20 per package. ​ Because of Ajax's superior marketing skills they are in the enviable position of being able to sell all the printer connection cables they produce. They are currently contemplating offering four different sized cable packages: ​ ​Ajax Sound is in the business of fabricating printer connection cables. They purchase 30 foot spools of wire from National Electric at $3.00 per spool and cut the wire into various lengths. ​ ​Each length of wire is fitted with printer connector jacks at both ends and then packaged. The printer connector jacks cost $.40 per pair (one pair is used in each cable package). Packaging and labor together cost $.20 per package. ​ Because of Ajax's superior marketing skills they are in the enviable position of being able to sell all the printer connection cables they produce. They are currently contemplating offering four different sized cable packages: ​   If unused wire from a spool can be sold for scrap at $.03 per foot, how many packages of each size cable should Ajax make from a 30-foot spool? If unused wire from a spool can be sold for scrap at $.03 per foot, how many packages of each size cable should Ajax make from a 30-foot spool?

(Essay)
4.7/5
(38)

The return function for a shortest route problem refers to two directional arcs between nodes.

(True/False)
4.8/5
(32)

​Explain the divide-and-conquer solution strategy of dynamic programming.

(Essay)
4.8/5
(27)

In order to use dynamic programming, one must be able to view the problem as a multistage decision problem.

(True/False)
4.8/5
(38)

​A stage in a dynamic programming problem is defined when 2 variables and 2 functions related to that stage are defined. Identify and define the 2 variables and 2 functions and illustrate them with an example of your choice.

(Essay)
4.9/5
(26)

A driver wants to make a trip from city 1 to city 7. The road mileage between cities is given below. Find the shortest route. A driver wants to make a trip from city 1 to city 7. The road mileage between cities is given below. Find the shortest route.

(Short Answer)
4.8/5
(39)

If x3 = t4(x4,d4) = x4 − 2d4 and r4(x4,d4) = 16d4, the stage transformation function is

(Multiple Choice)
5.0/5
(48)

If x3 = t4(x4,d4) = x4 − 2d4 and r4(x4,d4) = 16d4, the subscripts refer to

(Multiple Choice)
4.9/5
(31)

Dynamic programming is a general approach with stage decision problems differing substantially from application to application.

(True/False)
4.9/5
(27)

​Unidyde Corporation is currently planning the production of red dye number 56 for the next four months. Production and handling costs, as well as production and storage capacity, vary from month to month. This data is given in the table below. ​ Production and holding costs are in ($1,000's per batch) and production levels and storage capacities are in batches. Holding costs are based on inventory on hand at the end of the month. The number of orders for batches the sales department has received over the four-month period are also given. ​ ​Unidyde Corporation is currently planning the production of red dye number 56 for the next four months. Production and handling costs, as well as production and storage capacity, vary from month to month. This data is given in the table below. ​ Production and holding costs are in ($1,000's per batch) and production levels and storage capacities are in batches. Holding costs are based on inventory on hand at the end of the month. The number of orders for batches the sales department has received over the four-month period are also given. ​   ​ Unidyne does not wish to have any inventory of the dye at the end of May. Its current inventory is 2 batches. Determine a production schedule for the next four months. ​ ​ Unidyne does not wish to have any inventory of the dye at the end of May. Its current inventory is 2 batches. Determine a production schedule for the next four months. ​

(Essay)
4.8/5
(30)

Solutions in dynamic programming

(Multiple Choice)
4.8/5
(26)
Showing 1 - 20 of 38
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)