Deck 17: Dynamic Programming

Full screen (f)
exit full mode
Question
There are six cities (City 1-City 6)serviced by a particular bus line.Limited routes are available,and the distance for each of these routes is presented in the table below. <strong>There are six cities (City 1-City 6)serviced by a particular bus line.Limited routes are available,and the distance for each of these routes is presented in the table below.   If dynamic programming were used to solve for the minimum distance from City 1 to City 6 above,how many stages would there be?</strong> A)6 B)5 C)4 D)3 E)2 <div style=padding-top: 35px>
If dynamic programming were used to solve for the minimum distance from City 1 to City 6 above,how many stages would there be?

A)6
B)5
C)4
D)3
E)2
Use Space or
up arrow
down arrow
to flip the card.
Question
In dynamic programming,the decision rules defining an optimal policy give optimal decisions for any entering condition at any stage.
Question
The second step in solving a dynamic programming problem is to solve the last stage of the problem for all conditions or states.
Question
Dynamic programming can be applied to a professional tennis player's serving strategy.
Question
For the bus line problem above,what are the stages that provide the minimum distance?

A)1-2,2-4,4-6
B)1-2,2-5,5-6
C)1-3,3-4,4-6
D)1-3,3-5,5-6
E)None of the above
Question
Your local paper carrier could make use of the shortest-route technique.
Question
The following information describes a shortest-route problem with the distance in miles.How many stages will this dynamic problem have? <strong>The following information describes a shortest-route problem with the distance in miles.How many stages will this dynamic problem have?  </strong> A)8 B)4 C)3 D)2 E)1 <div style=padding-top: 35px>

A)8
B)4
C)3
D)2
E)1
Question
In a shortest-route problem,the nodes represent the destinations.
Question
In dynamic programming,there is a state variable defined for every stage.
Question
Both dynamic programming and linear programming take a multi-stage approach to solving problems.
Question
Table M2-1
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-1 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-1,determine the minimum distance from point 1 to point 7.</strong> A)21 B)22 C)23 D)24 E)75 <div style=padding-top: 35px>
Using the data in Table M2-1,determine the minimum distance from point 1 to point 7.

A)21
B)22
C)23
D)24
E)75
Question
Each item in a knapsack problem will be a stage of the dynamic programming problem.
Question
Dynamic programming can only be used to solve network-based problems.
Question
A transformation changes the identities of the state variables.
Question
Linear programming is typically applied to problems wherein one must make a decision at a specified point (or points)in time.Dynamic programming is typically applied to problems wherein one must make a sequence of decisions.
Question
Subproblems in a dynamic programming problem are called stages.
Question
For the bus line problem above,what is the minimum possible distance to travel from City 1 to City 6?

A)26
B)20
C)18
D)22
E)None of the above
Question
For knapsack problems,sn-1 = an × sn + bn × dn + cn is a typical transformation expression.
Question
In a shortest-route problem,the limit on the number of allowable decision variables from one node to another is the number of possible nodes to which one might yet travel.
Question
The problem that NASA has in determining what types of cargo may be loaded on the space shuttle is an example of a knapsack problem.
Question
If the truck were required to take the route from City 4 to City 5,what would be the overall route?

A)1-3,3-4,4-5,5-6,6-7
B)1-2,2-4,4-5,5-7
C)1-2,2-3,3-4,4-5,5-6,6-7
D)1-3,3-5,5-6,6-7
E)None of the above
Question
here are six cities (City 1-City 6)serviced by a particular airline.Limited routes are available,and the distances for each of these routes are presented in the table below. <strong>here are six cities (City 1-City 6)serviced by a particular airline.Limited routes are available,and the distances for each of these routes are presented in the table below.   What is the minimum distance that must be traveled to get from City 1 to City 6?</strong> A)9 B)10 C)11 D)12 E)None of these <div style=padding-top: 35px>
What is the minimum distance that must be traveled to get from City 1 to City 6?

A)9
B)10
C)11
D)12
E)None of these
Question
The following information is to be used for the questions below:
There are seven cities (City 1-City 7)served by Acme Trucking.Route availability is limited.The distances,in hundreds of miles,are given in the table below for each route. <strong>The following information is to be used for the questions below: There are seven cities (City 1-City 7)served by Acme Trucking.Route availability is limited.The distances,in hundreds of miles,are given in the table below for each route.   What route should the truck from City 1 to City 7 take?</strong> A)1-2,2-5,5-7 B)1-3,3-4,4-6,6-7 C)1-2,2-4,4-5,5-6,6-7 D)1-3,3-5,5-6,6-7 E)None of the above <div style=padding-top: 35px>
What route should the truck from City 1 to City 7 take?

A)1-2,2-5,5-7
B)1-3,3-4,4-6,6-7
C)1-2,2-4,4-5,5-6,6-7
D)1-3,3-5,5-6,6-7
E)None of the above
Question
Table M2-3 <strong>Table M2-3   For the shortest route problem described in Table M2-3,what is the distance for the shortest route?</strong> A)155 miles B)66 miles C)59 miles D)114 miles E)None of the above <div style=padding-top: 35px>
For the shortest route problem described in Table M2-3,what is the distance for the shortest route?

A)155 miles
B)66 miles
C)59 miles
D)114 miles
E)None of the above
Question
Table M2-2 <strong>Table M2-2   According to Table M2-2,which gives a solution to a shortest route problem solved with dynamic programming,which cities would be included in the best route?</strong> A)1,2,3,4,5,6 B)1,4,6,7 C)1,2,5,6,7 D)6,7 E)None of the above <div style=padding-top: 35px>
According to Table M2-2,which gives a solution to a shortest route problem solved with dynamic programming,which cities would be included in the best route?

A)1,2,3,4,5,6
B)1,4,6,7
C)1,2,5,6,7
D)6,7
E)None of the above
Question
Table M2-1
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-1 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-1,what is the optimal travel path from point 1 to 7?</strong> A)5,7 B)6,7 C)1,2,6,7 D)1,2,5,7 E)1,3,6,7 <div style=padding-top: 35px>
Using the data in Table M2-1,what is the optimal travel path from point 1 to 7?

A)5,7
B)6,7
C)1,2,6,7
D)1,2,5,7
E)1,3,6,7
Question
A transformation describes

A)the relationship between stages.
B)the initial condition of the system.
C)a stage.
D)a state variable.
E)None of the above
Question
Table M2-1
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-1 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-1,what is the optimal arc of stage 3?</strong> A)1 B)1 - 4 C)1 - 3 D)1 - 2 E)None of the above <div style=padding-top: 35px>
Using the data in Table M2-1,what is the optimal arc of stage 3?

A)1
B)1 - 4
C)1 - 3
D)1 - 2
E)None of the above
Question
Table M2-1
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-1 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-1,determine the distance of stage 1 for the optimal route.</strong> A)0 B)8 C)12 D)16 E)24 <div style=padding-top: 35px>
Using the data in Table M2-1,determine the distance of stage 1 for the optimal route.

A)0
B)8
C)12
D)16
E)24
Question
Table M2-3 <strong>Table M2-3   The above information describes a shortest-route problem with the distance in miles.How many stages will this dynamic programming problem have?</strong> A)8 B)4 C)3 D)2 E)1 <div style=padding-top: 35px>
The above information describes a shortest-route problem with the distance in miles.How many stages will this dynamic programming problem have?

A)8
B)4
C)3
D)2
E)1
Question
Table M2-1
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-1 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-1,determine the distance of stage 2 for the optimal route.</strong> A)0 B)4 C)8 D)12 E)21 <div style=padding-top: 35px>
Using the data in Table M2-1,determine the distance of stage 2 for the optimal route.

A)0
B)4
C)8
D)12
E)21
Question
Table M2-1
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-1 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-1,determine the optimal arc of stage 1.</strong> A)5 B)6 C)7 D)6 - 7 E)5 - 7 <div style=padding-top: 35px>
Using the data in Table M2-1,determine the optimal arc of stage 1.

A)5
B)6
C)7
D)6 - 7
E)5 - 7
Question
The following information is to be used for the questions below:
GATRA,the Greater Attleboro-Taunton Regional Transit Authority serves six cities (City 1-City 6).While there are many restrictions (primarily roads on which they may not travel),they do have some choice of routes.The distances between cities,along permitted routes,are presented below. <strong>The following information is to be used for the questions below: GATRA,the Greater Attleboro-Taunton Regional Transit Authority serves six cities (City 1-City 6).While there are many restrictions (primarily roads on which they may not travel),they do have some choice of routes.The distances between cities,along permitted routes,are presented below.   What is the minimum distance that must be traveled to get from City 1 to City 6?</strong> A)26 B)9 C)11 D)3 E)None of these <div style=padding-top: 35px>
What is the minimum distance that must be traveled to get from City 1 to City 6?

A)26
B)9
C)11
D)3
E)None of these
Question
Table M2-1
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-1 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-1,determine the optimal arc of stage 2.</strong> A)4 - 6 B)3 - 6 C)3 - 5 D)2 - 6 E)2 - 5 <div style=padding-top: 35px>
Using the data in Table M2-1,determine the optimal arc of stage 2.

A)4 - 6
B)3 - 6
C)3 - 5
D)2 - 6
E)2 - 5
Question
The following information is to be used for the questions below:
There are seven cities (City 1-City 7)served by Acme Trucking.Route availability is limited.The distances,in hundreds of miles,are given in the table below for each route. <strong>The following information is to be used for the questions below: There are seven cities (City 1-City 7)served by Acme Trucking.Route availability is limited.The distances,in hundreds of miles,are given in the table below for each route.   What is the minimum distance a load being moved from City 1 to City 7 must travel?</strong> A)3000 miles B)2900 miles C)1500 miles D)2700 miles E)None of the above <div style=padding-top: 35px>
What is the minimum distance a load being moved from City 1 to City 7 must travel?

A)3000 miles
B)2900 miles
C)1500 miles
D)2700 miles
E)None of the above
Question
Table M2-2 <strong>Table M2-2   According to Table M2-2,which gives a solution to a shortest route problem solved with dynamic programming,the total distance from City 1 to City 7 is 14.What is the shortest distance from City 3 to City 7?</strong> A)7 B)10 C)13 D)25 E)None of these <div style=padding-top: 35px>
According to Table M2-2,which gives a solution to a shortest route problem solved with dynamic programming,the total distance from City 1 to City 7 is 14.What is the shortest distance from City 3 to City 7?

A)7
B)10
C)13
D)25
E)None of these
Question
A stage is a(n)

A)alternative.
B)policy.
C)condition at the end of the problem.
D)subproblem.
E)None of the above
Question
If the truck were required to take the route from City 4 to City 5,what would be the shortest distance from City 1 to City 7?

A)2900 miles
B)3200 miles
C)3700 miles
D)3400 miles
E)None of the above
Question
Table M2-1
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-1 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-1,determine the distance of stage 3 for the optimal route.</strong> A)22 B)23 C)24 D)7 E)10 <div style=padding-top: 35px>
Using the data in Table M2-1,determine the distance of stage 3 for the optimal route.

A)22
B)23
C)24
D)7
E)10
Question
The following information is to be used for the questions below:
GATRA,the Greater Attleboro-Taunton Regional Transit Authority serves six cities (City 1-City 6).While there are many restrictions (primarily roads on which they may not travel),they do have some choice of routes.The distances between cities,along permitted routes,are presented below. <strong>The following information is to be used for the questions below: GATRA,the Greater Attleboro-Taunton Regional Transit Authority serves six cities (City 1-City 6).While there are many restrictions (primarily roads on which they may not travel),they do have some choice of routes.The distances between cities,along permitted routes,are presented below.   What is the shortest route?</strong> A)1-3,3-5,5-6 B)1-2,2-3,3-4,4-5,5-6 C)1-3,3-4,4-5,5-6 D)1-2,2-3,3-5,5-6 E)None of the above <div style=padding-top: 35px>
What is the shortest route?

A)1-3,3-5,5-6
B)1-2,2-3,3-4,4-5,5-6
C)1-3,3-4,4-5,5-6
D)1-2,2-3,3-5,5-6
E)None of the above
Question
Table M2-3 <strong>Table M2-3   For the shortest route problem described in Table M2-3,which arcs comprise the shortest route?</strong> A)1-2,2-6,6-8 B)1-5,5-8 C)1-2,2-5,5-8 D)1-3,3-5,5-8 E)None of the above <div style=padding-top: 35px>
For the shortest route problem described in Table M2-3,which arcs comprise the shortest route?

A)1-2,2-6,6-8
B)1-5,5-8
C)1-2,2-5,5-8
D)1-3,3-5,5-8
E)None of the above
Question
For the questions which follow,there are six cities (City 1-City 6)serviced by a particular airline.Limited routes are available,and the distances for each of these routes are presented in the table below. <strong>For the questions which follow,there are six cities (City 1-City 6)serviced by a particular airline.Limited routes are available,and the distances for each of these routes are presented in the table below.   What is the minimum distance that must be traveled to get from City 1 to City 6?</strong> A)1100 miles B)900 miles C)1,300 miles D)1,400 miles E)None of the above <div style=padding-top: 35px>
What is the minimum distance that must be traveled to get from City 1 to City 6?

A)1100 miles
B)900 miles
C)1,300 miles
D)1,400 miles
E)None of the above
Question
Table M2-4 <strong>Table M2-4   For the shortest route problem described in Table M2-4,what is the length of the shortest route?</strong> A)205 miles B)94 miles C)241 miles D)108 miles E)None of the above <div style=padding-top: 35px>
For the shortest route problem described in Table M2-4,what is the length of the shortest route?

A)205 miles
B)94 miles
C)241 miles
D)108 miles
E)None of the above
Question
Develop the shortest-route network for the problem below,and determine the minimum distance from node 1 to node 7. Develop the shortest-route network for the problem below,and determine the minimum distance from node 1 to node 7.  <div style=padding-top: 35px>
Question
The data below details the distances that a delivery service must travel.Use dynamic programming to solve for the shortest route from City 1 to City 8. The data below details the distances that a delivery service must travel.Use dynamic programming to solve for the shortest route from City 1 to City 8.  <div style=padding-top: 35px>
Question
Table M2-5
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-5 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-5,determine the optimal distance of stage 1.</strong> A)0 B)8 C)7 D)14 E)None of the above <div style=padding-top: 35px>
Using the data in Table M2-5,determine the optimal distance of stage 1.

A)0
B)8
C)7
D)14
E)None of the above
Question
Table M2-5
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-5 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-5,determine the optimal arc of stage 2.</strong> A)4 - 6 B)5 - 6 C)4 - 5 D)2 - 5 E)None of the above <div style=padding-top: 35px>
Using the data in Table M2-5,determine the optimal arc of stage 2.

A)4 - 6
B)5 - 6
C)4 - 5
D)2 - 5
E)None of the above
Question
Table M2-5
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-5 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-5,determine the optimal distance of stage 3.</strong> A)22 B)17 C)24 D)7 E)None of the above <div style=padding-top: 35px>
Using the data in Table M2-5,determine the optimal distance of stage 3.

A)22
B)17
C)24
D)7
E)None of the above
Question
Table M2-5
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-5 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-5,determine the optimal travel path from point 1 to point 7.</strong> A)1 - 2,2 - 4,4 - 5,5 - 7 B)1 - 2,2 - 5,5 - 7 C)1 - 3,3 - 4,4 - 5,5 - 7 D)1 - 2,2 - 4,4 - 6,6 - 7 E)None of the above <div style=padding-top: 35px>
Using the data in Table M2-5,determine the optimal travel path from point 1 to point 7.

A)1 - 2,2 - 4,4 - 5,5 - 7
B)1 - 2,2 - 5,5 - 7
C)1 - 3,3 - 4,4 - 5,5 - 7
D)1 - 2,2 - 4,4 - 6,6 - 7
E)None of the above
Question
Develop the shortest-route network for the problem below,and determine the minimum distance from node 1 to node 8. Develop the shortest-route network for the problem below,and determine the minimum distance from node 1 to node 8.  <div style=padding-top: 35px>
Question
What is meant by a decision variable in a shortest-route problem?
Question
Table M2-5
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-5 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-5,determine the optimal arc of stage 4.</strong> A)1 - 2 B)2 - 4 C)1 - 3 D)3 - 4 E)None of the above <div style=padding-top: 35px>
Using the data in Table M2-5,determine the optimal arc of stage 4.

A)1 - 2
B)2 - 4
C)1 - 3
D)3 - 4
E)None of the above
Question
What is the decision criterion for a shortest route problem?
Question
Table M2-5
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-5 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-5,determine the optimal distance of stage 2.</strong> A)10 B)7 C)8 D)11 E)None of the above <div style=padding-top: 35px>
Using the data in Table M2-5,determine the optimal distance of stage 2.

A)10
B)7
C)8
D)11
E)None of the above
Question
Hard D.Head has decided that he wants to climb one of the world's tallest mountains.He has mapped out a number of routes between various points on the mountain,and rated each route as to difficulty.His rating scale considers a 1 as being particularly easy,and a 10 as being almost impossible.
(a)Given the information below,identify the route that would provide the easiest climb.
(b)What would be the average rating of the route?
(c)What is wrong with this approach to Mr.Head's problem? Hard D.Head has decided that he wants to climb one of the world's tallest mountains.He has mapped out a number of routes between various points on the mountain,and rated each route as to difficulty.His rating scale considers a 1 as being particularly easy,and a 10 as being almost impossible. (a)Given the information below,identify the route that would provide the easiest climb. (b)What would be the average rating of the route? (c)What is wrong with this approach to Mr.Head's problem?  <div style=padding-top: 35px>
Question
Table M2-4 <strong>Table M2-4   For the shortest route problem described in Table M2-4,which arcs comprise the shortest route?</strong> A)1-2,2-6,6-8 B)1-3,3-5,5-8 C)1-5,5-8 D)1-2,2-4,4-7,7-8 E)None of the above <div style=padding-top: 35px>
For the shortest route problem described in Table M2-4,which arcs comprise the shortest route?

A)1-2,2-6,6-8
B)1-3,3-5,5-8
C)1-5,5-8
D)1-2,2-4,4-7,7-8
E)None of the above
Question
Table M2-5
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-5 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-5,determine the optimal arc of stage 1.</strong> A)3 - 7 B)6 - 7 C)5 - 7 D)4 - 7 E)None of the above <div style=padding-top: 35px>
Using the data in Table M2-5,determine the optimal arc of stage 1.

A)3 - 7
B)6 - 7
C)5 - 7
D)4 - 7
E)None of the above
Question
For the questions which follow,there are six cities (City 1-City 6)serviced by a particular airline.Limited routes are available,and the distances for each of these routes are presented in the table below. <strong>For the questions which follow,there are six cities (City 1-City 6)serviced by a particular airline.Limited routes are available,and the distances for each of these routes are presented in the table below.   Which routes should be traveled?</strong> A)1-2,2-3,3-5,5-6 B)1-2,2-3,3-4,4-6 C)1-2,2-5,5-6 D)1-4,4-6 E)None of the above <div style=padding-top: 35px>
Which routes should be traveled?

A)1-2,2-3,3-5,5-6
B)1-2,2-3,3-4,4-6
C)1-2,2-5,5-6
D)1-4,4-6
E)None of the above
Question
There are four items (A,B,C,and
D)that are to be shipped by air.The weights of these are 3,4,5,and 3 tons,respectively.The profits (in thousands of dollars)generated by these are 5 for A,6 for B,7 for C,and 6 for D.There are 2 units of A,1 unit of B,3 units of C,and 2 units of D available to be shipped.The maximum weight is 16 tons.Use dynamic programming to determine the maximum possible profits that may be generated.
Question
Table M2-5
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-5 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-5,determine the minimum distance from point 1 to point 7.</strong> A)18 B)17 C)23 D)14 E)None of the above <div style=padding-top: 35px>
Using the data in Table M2-5,determine the minimum distance from point 1 to point 7.

A)18
B)17
C)23
D)14
E)None of the above
Question
Identify two types of problems that can be solved by dynamic programming.
Question
In the shortest-route problem,circles represent ________,and arrows represent ________.
Question
What are the four elements defining each stage in a dynamic programming problem?
Question
Discuss,briefly,the difference between a decision variable and a state variable.
Question
Discuss,briefly,the role of the transformation function.
Question
What is the decision criterion for a knapsack problem?
Question
What are the four steps in dynamic programming?
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/67
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 17: Dynamic Programming
1
There are six cities (City 1-City 6)serviced by a particular bus line.Limited routes are available,and the distance for each of these routes is presented in the table below. <strong>There are six cities (City 1-City 6)serviced by a particular bus line.Limited routes are available,and the distance for each of these routes is presented in the table below.   If dynamic programming were used to solve for the minimum distance from City 1 to City 6 above,how many stages would there be?</strong> A)6 B)5 C)4 D)3 E)2
If dynamic programming were used to solve for the minimum distance from City 1 to City 6 above,how many stages would there be?

A)6
B)5
C)4
D)3
E)2
D
2
In dynamic programming,the decision rules defining an optimal policy give optimal decisions for any entering condition at any stage.
True
3
The second step in solving a dynamic programming problem is to solve the last stage of the problem for all conditions or states.
True
4
Dynamic programming can be applied to a professional tennis player's serving strategy.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
5
For the bus line problem above,what are the stages that provide the minimum distance?

A)1-2,2-4,4-6
B)1-2,2-5,5-6
C)1-3,3-4,4-6
D)1-3,3-5,5-6
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
6
Your local paper carrier could make use of the shortest-route technique.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
7
The following information describes a shortest-route problem with the distance in miles.How many stages will this dynamic problem have? <strong>The following information describes a shortest-route problem with the distance in miles.How many stages will this dynamic problem have?  </strong> A)8 B)4 C)3 D)2 E)1

A)8
B)4
C)3
D)2
E)1
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
8
In a shortest-route problem,the nodes represent the destinations.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
9
In dynamic programming,there is a state variable defined for every stage.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
10
Both dynamic programming and linear programming take a multi-stage approach to solving problems.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
11
Table M2-1
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-1 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-1,determine the minimum distance from point 1 to point 7.</strong> A)21 B)22 C)23 D)24 E)75
Using the data in Table M2-1,determine the minimum distance from point 1 to point 7.

A)21
B)22
C)23
D)24
E)75
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
12
Each item in a knapsack problem will be a stage of the dynamic programming problem.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
13
Dynamic programming can only be used to solve network-based problems.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
14
A transformation changes the identities of the state variables.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
15
Linear programming is typically applied to problems wherein one must make a decision at a specified point (or points)in time.Dynamic programming is typically applied to problems wherein one must make a sequence of decisions.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
16
Subproblems in a dynamic programming problem are called stages.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
17
For the bus line problem above,what is the minimum possible distance to travel from City 1 to City 6?

A)26
B)20
C)18
D)22
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
18
For knapsack problems,sn-1 = an × sn + bn × dn + cn is a typical transformation expression.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
19
In a shortest-route problem,the limit on the number of allowable decision variables from one node to another is the number of possible nodes to which one might yet travel.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
20
The problem that NASA has in determining what types of cargo may be loaded on the space shuttle is an example of a knapsack problem.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
21
If the truck were required to take the route from City 4 to City 5,what would be the overall route?

A)1-3,3-4,4-5,5-6,6-7
B)1-2,2-4,4-5,5-7
C)1-2,2-3,3-4,4-5,5-6,6-7
D)1-3,3-5,5-6,6-7
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
22
here are six cities (City 1-City 6)serviced by a particular airline.Limited routes are available,and the distances for each of these routes are presented in the table below. <strong>here are six cities (City 1-City 6)serviced by a particular airline.Limited routes are available,and the distances for each of these routes are presented in the table below.   What is the minimum distance that must be traveled to get from City 1 to City 6?</strong> A)9 B)10 C)11 D)12 E)None of these
What is the minimum distance that must be traveled to get from City 1 to City 6?

A)9
B)10
C)11
D)12
E)None of these
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
23
The following information is to be used for the questions below:
There are seven cities (City 1-City 7)served by Acme Trucking.Route availability is limited.The distances,in hundreds of miles,are given in the table below for each route. <strong>The following information is to be used for the questions below: There are seven cities (City 1-City 7)served by Acme Trucking.Route availability is limited.The distances,in hundreds of miles,are given in the table below for each route.   What route should the truck from City 1 to City 7 take?</strong> A)1-2,2-5,5-7 B)1-3,3-4,4-6,6-7 C)1-2,2-4,4-5,5-6,6-7 D)1-3,3-5,5-6,6-7 E)None of the above
What route should the truck from City 1 to City 7 take?

A)1-2,2-5,5-7
B)1-3,3-4,4-6,6-7
C)1-2,2-4,4-5,5-6,6-7
D)1-3,3-5,5-6,6-7
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
24
Table M2-3 <strong>Table M2-3   For the shortest route problem described in Table M2-3,what is the distance for the shortest route?</strong> A)155 miles B)66 miles C)59 miles D)114 miles E)None of the above
For the shortest route problem described in Table M2-3,what is the distance for the shortest route?

A)155 miles
B)66 miles
C)59 miles
D)114 miles
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
25
Table M2-2 <strong>Table M2-2   According to Table M2-2,which gives a solution to a shortest route problem solved with dynamic programming,which cities would be included in the best route?</strong> A)1,2,3,4,5,6 B)1,4,6,7 C)1,2,5,6,7 D)6,7 E)None of the above
According to Table M2-2,which gives a solution to a shortest route problem solved with dynamic programming,which cities would be included in the best route?

A)1,2,3,4,5,6
B)1,4,6,7
C)1,2,5,6,7
D)6,7
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
26
Table M2-1
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-1 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-1,what is the optimal travel path from point 1 to 7?</strong> A)5,7 B)6,7 C)1,2,6,7 D)1,2,5,7 E)1,3,6,7
Using the data in Table M2-1,what is the optimal travel path from point 1 to 7?

A)5,7
B)6,7
C)1,2,6,7
D)1,2,5,7
E)1,3,6,7
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
27
A transformation describes

A)the relationship between stages.
B)the initial condition of the system.
C)a stage.
D)a state variable.
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
28
Table M2-1
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-1 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-1,what is the optimal arc of stage 3?</strong> A)1 B)1 - 4 C)1 - 3 D)1 - 2 E)None of the above
Using the data in Table M2-1,what is the optimal arc of stage 3?

A)1
B)1 - 4
C)1 - 3
D)1 - 2
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
29
Table M2-1
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-1 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-1,determine the distance of stage 1 for the optimal route.</strong> A)0 B)8 C)12 D)16 E)24
Using the data in Table M2-1,determine the distance of stage 1 for the optimal route.

A)0
B)8
C)12
D)16
E)24
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
30
Table M2-3 <strong>Table M2-3   The above information describes a shortest-route problem with the distance in miles.How many stages will this dynamic programming problem have?</strong> A)8 B)4 C)3 D)2 E)1
The above information describes a shortest-route problem with the distance in miles.How many stages will this dynamic programming problem have?

A)8
B)4
C)3
D)2
E)1
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
31
Table M2-1
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-1 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-1,determine the distance of stage 2 for the optimal route.</strong> A)0 B)4 C)8 D)12 E)21
Using the data in Table M2-1,determine the distance of stage 2 for the optimal route.

A)0
B)4
C)8
D)12
E)21
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
32
Table M2-1
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-1 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-1,determine the optimal arc of stage 1.</strong> A)5 B)6 C)7 D)6 - 7 E)5 - 7
Using the data in Table M2-1,determine the optimal arc of stage 1.

A)5
B)6
C)7
D)6 - 7
E)5 - 7
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
33
The following information is to be used for the questions below:
GATRA,the Greater Attleboro-Taunton Regional Transit Authority serves six cities (City 1-City 6).While there are many restrictions (primarily roads on which they may not travel),they do have some choice of routes.The distances between cities,along permitted routes,are presented below. <strong>The following information is to be used for the questions below: GATRA,the Greater Attleboro-Taunton Regional Transit Authority serves six cities (City 1-City 6).While there are many restrictions (primarily roads on which they may not travel),they do have some choice of routes.The distances between cities,along permitted routes,are presented below.   What is the minimum distance that must be traveled to get from City 1 to City 6?</strong> A)26 B)9 C)11 D)3 E)None of these
What is the minimum distance that must be traveled to get from City 1 to City 6?

A)26
B)9
C)11
D)3
E)None of these
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
34
Table M2-1
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-1 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-1,determine the optimal arc of stage 2.</strong> A)4 - 6 B)3 - 6 C)3 - 5 D)2 - 6 E)2 - 5
Using the data in Table M2-1,determine the optimal arc of stage 2.

A)4 - 6
B)3 - 6
C)3 - 5
D)2 - 6
E)2 - 5
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
35
The following information is to be used for the questions below:
There are seven cities (City 1-City 7)served by Acme Trucking.Route availability is limited.The distances,in hundreds of miles,are given in the table below for each route. <strong>The following information is to be used for the questions below: There are seven cities (City 1-City 7)served by Acme Trucking.Route availability is limited.The distances,in hundreds of miles,are given in the table below for each route.   What is the minimum distance a load being moved from City 1 to City 7 must travel?</strong> A)3000 miles B)2900 miles C)1500 miles D)2700 miles E)None of the above
What is the minimum distance a load being moved from City 1 to City 7 must travel?

A)3000 miles
B)2900 miles
C)1500 miles
D)2700 miles
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
36
Table M2-2 <strong>Table M2-2   According to Table M2-2,which gives a solution to a shortest route problem solved with dynamic programming,the total distance from City 1 to City 7 is 14.What is the shortest distance from City 3 to City 7?</strong> A)7 B)10 C)13 D)25 E)None of these
According to Table M2-2,which gives a solution to a shortest route problem solved with dynamic programming,the total distance from City 1 to City 7 is 14.What is the shortest distance from City 3 to City 7?

A)7
B)10
C)13
D)25
E)None of these
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
37
A stage is a(n)

A)alternative.
B)policy.
C)condition at the end of the problem.
D)subproblem.
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
38
If the truck were required to take the route from City 4 to City 5,what would be the shortest distance from City 1 to City 7?

A)2900 miles
B)3200 miles
C)3700 miles
D)3400 miles
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
39
Table M2-1
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-1 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-1,determine the distance of stage 3 for the optimal route.</strong> A)22 B)23 C)24 D)7 E)10
Using the data in Table M2-1,determine the distance of stage 3 for the optimal route.

A)22
B)23
C)24
D)7
E)10
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
40
The following information is to be used for the questions below:
GATRA,the Greater Attleboro-Taunton Regional Transit Authority serves six cities (City 1-City 6).While there are many restrictions (primarily roads on which they may not travel),they do have some choice of routes.The distances between cities,along permitted routes,are presented below. <strong>The following information is to be used for the questions below: GATRA,the Greater Attleboro-Taunton Regional Transit Authority serves six cities (City 1-City 6).While there are many restrictions (primarily roads on which they may not travel),they do have some choice of routes.The distances between cities,along permitted routes,are presented below.   What is the shortest route?</strong> A)1-3,3-5,5-6 B)1-2,2-3,3-4,4-5,5-6 C)1-3,3-4,4-5,5-6 D)1-2,2-3,3-5,5-6 E)None of the above
What is the shortest route?

A)1-3,3-5,5-6
B)1-2,2-3,3-4,4-5,5-6
C)1-3,3-4,4-5,5-6
D)1-2,2-3,3-5,5-6
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
41
Table M2-3 <strong>Table M2-3   For the shortest route problem described in Table M2-3,which arcs comprise the shortest route?</strong> A)1-2,2-6,6-8 B)1-5,5-8 C)1-2,2-5,5-8 D)1-3,3-5,5-8 E)None of the above
For the shortest route problem described in Table M2-3,which arcs comprise the shortest route?

A)1-2,2-6,6-8
B)1-5,5-8
C)1-2,2-5,5-8
D)1-3,3-5,5-8
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
42
For the questions which follow,there are six cities (City 1-City 6)serviced by a particular airline.Limited routes are available,and the distances for each of these routes are presented in the table below. <strong>For the questions which follow,there are six cities (City 1-City 6)serviced by a particular airline.Limited routes are available,and the distances for each of these routes are presented in the table below.   What is the minimum distance that must be traveled to get from City 1 to City 6?</strong> A)1100 miles B)900 miles C)1,300 miles D)1,400 miles E)None of the above
What is the minimum distance that must be traveled to get from City 1 to City 6?

A)1100 miles
B)900 miles
C)1,300 miles
D)1,400 miles
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
43
Table M2-4 <strong>Table M2-4   For the shortest route problem described in Table M2-4,what is the length of the shortest route?</strong> A)205 miles B)94 miles C)241 miles D)108 miles E)None of the above
For the shortest route problem described in Table M2-4,what is the length of the shortest route?

A)205 miles
B)94 miles
C)241 miles
D)108 miles
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
44
Develop the shortest-route network for the problem below,and determine the minimum distance from node 1 to node 7. Develop the shortest-route network for the problem below,and determine the minimum distance from node 1 to node 7.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
45
The data below details the distances that a delivery service must travel.Use dynamic programming to solve for the shortest route from City 1 to City 8. The data below details the distances that a delivery service must travel.Use dynamic programming to solve for the shortest route from City 1 to City 8.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
46
Table M2-5
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-5 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-5,determine the optimal distance of stage 1.</strong> A)0 B)8 C)7 D)14 E)None of the above
Using the data in Table M2-5,determine the optimal distance of stage 1.

A)0
B)8
C)7
D)14
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
47
Table M2-5
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-5 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-5,determine the optimal arc of stage 2.</strong> A)4 - 6 B)5 - 6 C)4 - 5 D)2 - 5 E)None of the above
Using the data in Table M2-5,determine the optimal arc of stage 2.

A)4 - 6
B)5 - 6
C)4 - 5
D)2 - 5
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
48
Table M2-5
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-5 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-5,determine the optimal distance of stage 3.</strong> A)22 B)17 C)24 D)7 E)None of the above
Using the data in Table M2-5,determine the optimal distance of stage 3.

A)22
B)17
C)24
D)7
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
49
Table M2-5
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-5 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-5,determine the optimal travel path from point 1 to point 7.</strong> A)1 - 2,2 - 4,4 - 5,5 - 7 B)1 - 2,2 - 5,5 - 7 C)1 - 3,3 - 4,4 - 5,5 - 7 D)1 - 2,2 - 4,4 - 6,6 - 7 E)None of the above
Using the data in Table M2-5,determine the optimal travel path from point 1 to point 7.

A)1 - 2,2 - 4,4 - 5,5 - 7
B)1 - 2,2 - 5,5 - 7
C)1 - 3,3 - 4,4 - 5,5 - 7
D)1 - 2,2 - 4,4 - 6,6 - 7
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
50
Develop the shortest-route network for the problem below,and determine the minimum distance from node 1 to node 8. Develop the shortest-route network for the problem below,and determine the minimum distance from node 1 to node 8.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
51
What is meant by a decision variable in a shortest-route problem?
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
52
Table M2-5
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-5 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-5,determine the optimal arc of stage 4.</strong> A)1 - 2 B)2 - 4 C)1 - 3 D)3 - 4 E)None of the above
Using the data in Table M2-5,determine the optimal arc of stage 4.

A)1 - 2
B)2 - 4
C)1 - 3
D)3 - 4
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
53
What is the decision criterion for a shortest route problem?
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
54
Table M2-5
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-5 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-5,determine the optimal distance of stage 2.</strong> A)10 B)7 C)8 D)11 E)None of the above
Using the data in Table M2-5,determine the optimal distance of stage 2.

A)10
B)7
C)8
D)11
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
55
Hard D.Head has decided that he wants to climb one of the world's tallest mountains.He has mapped out a number of routes between various points on the mountain,and rated each route as to difficulty.His rating scale considers a 1 as being particularly easy,and a 10 as being almost impossible.
(a)Given the information below,identify the route that would provide the easiest climb.
(b)What would be the average rating of the route?
(c)What is wrong with this approach to Mr.Head's problem? Hard D.Head has decided that he wants to climb one of the world's tallest mountains.He has mapped out a number of routes between various points on the mountain,and rated each route as to difficulty.His rating scale considers a 1 as being particularly easy,and a 10 as being almost impossible. (a)Given the information below,identify the route that would provide the easiest climb. (b)What would be the average rating of the route? (c)What is wrong with this approach to Mr.Head's problem?
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
56
Table M2-4 <strong>Table M2-4   For the shortest route problem described in Table M2-4,which arcs comprise the shortest route?</strong> A)1-2,2-6,6-8 B)1-3,3-5,5-8 C)1-5,5-8 D)1-2,2-4,4-7,7-8 E)None of the above
For the shortest route problem described in Table M2-4,which arcs comprise the shortest route?

A)1-2,2-6,6-8
B)1-3,3-5,5-8
C)1-5,5-8
D)1-2,2-4,4-7,7-8
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
57
Table M2-5
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-5 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-5,determine the optimal arc of stage 1.</strong> A)3 - 7 B)6 - 7 C)5 - 7 D)4 - 7 E)None of the above
Using the data in Table M2-5,determine the optimal arc of stage 1.

A)3 - 7
B)6 - 7
C)5 - 7
D)4 - 7
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
58
For the questions which follow,there are six cities (City 1-City 6)serviced by a particular airline.Limited routes are available,and the distances for each of these routes are presented in the table below. <strong>For the questions which follow,there are six cities (City 1-City 6)serviced by a particular airline.Limited routes are available,and the distances for each of these routes are presented in the table below.   Which routes should be traveled?</strong> A)1-2,2-3,3-5,5-6 B)1-2,2-3,3-4,4-6 C)1-2,2-5,5-6 D)1-4,4-6 E)None of the above
Which routes should be traveled?

A)1-2,2-3,3-5,5-6
B)1-2,2-3,3-4,4-6
C)1-2,2-5,5-6
D)1-4,4-6
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
59
There are four items (A,B,C,and
D)that are to be shipped by air.The weights of these are 3,4,5,and 3 tons,respectively.The profits (in thousands of dollars)generated by these are 5 for A,6 for B,7 for C,and 6 for D.There are 2 units of A,1 unit of B,3 units of C,and 2 units of D available to be shipped.The maximum weight is 16 tons.Use dynamic programming to determine the maximum possible profits that may be generated.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
60
Table M2-5
The data below is a dynamic programming solution for a shortest route problem. <strong>Table M2-5 The data below is a dynamic programming solution for a shortest route problem.   Using the data in Table M2-5,determine the minimum distance from point 1 to point 7.</strong> A)18 B)17 C)23 D)14 E)None of the above
Using the data in Table M2-5,determine the minimum distance from point 1 to point 7.

A)18
B)17
C)23
D)14
E)None of the above
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
61
Identify two types of problems that can be solved by dynamic programming.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
62
In the shortest-route problem,circles represent ________,and arrows represent ________.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
63
What are the four elements defining each stage in a dynamic programming problem?
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
64
Discuss,briefly,the difference between a decision variable and a state variable.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
65
Discuss,briefly,the role of the transformation function.
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
66
What is the decision criterion for a knapsack problem?
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
67
What are the four steps in dynamic programming?
Unlock Deck
Unlock for access to all 67 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 67 flashcards in this deck.