Deck 7: Integer Linear Programming

ملء الشاشة (f)
exit full mode
سؤال
The objective of the product design and market share optimization problem presented in the textbook is to choose the levels of each product attribute that will maximize the number of sampled customers preferring the brand in question.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
If x1 + x2 ≤ 500y1 and y1 is 0 - 1, then if y1 is 0, x1 and x2 will be 0.
سؤال
If a problem has only less-than-or-equal-to constraints with positive coefficients for the variables, rounding down will always provide a feasible integer solution.
سؤال
constraints involve binary variables.
سؤال
Some linear programming problems have a special structure that guarantees the variables will have integer values.
سؤال
The constraint x1 − x2 = 0 implies that if project 1 is selected, project 2 cannot be.
سؤال
The classic assignment problem can be modeled as a 0-1 integer program.
سؤال
If the LP relaxation of an integer program has a feasible solution, then the integer program has a feasible solution.
سؤال
If the optimal solution to the LP relaxation problem is integer, it is the optimal solution to the integer linear program.
سؤال
Slack and surplus variables are not useful in integer linear programs.
سؤال
Dual prices cannot be used for integer programming sensitivity analysis because they are designed for linear programs.
سؤال
The constraint x1 + x2 + x3 + x4 ≤ 2 means that two out of the first four projects must be selected.
سؤال
In a model involving fixed costs, the 0 - 1 variable guarantees that the capacity is not available unless the cost has been incurred.
سؤال
Generally, the optimal solution to an integer linear program is less sensitive to the constraint coefficients than is a linear program.
سؤال
The LP Relaxation contains the objective function and constraints of the IP problem, but drops all integer restrictions.
سؤال
In general, rounding large values of decision variables to the nearest integer value causes fewer problems than rounding small values.
سؤال
The solution to the LP Relaxation of a minimization problem will always be less than or equal to the value of the integer program minimization problem.
سؤال
If Project 5 must be completed before Project 6, the constraint would be x5 − x6 ≤ 0.
سؤال
A constraint involves selecting k out of n alternatives, where k ≥ 2.
سؤال
The product design and market share optimization problem presented in the textbook is formulated as a 0-1 integer linear programming model.
سؤال
To perform sensitivity analysis involving an integer linear program, it is recommended to

A) use the dual prices very cautiously.
B) make multiple computer runs.
C) use the same approach as you would for a linear program.
D) use LP relaxation.
سؤال
​Assuming W1, W2 and W3 are 0 -1 integer variables, the constraint W1 + W2 + W3 < 1 is often called a

A) ​multiple-choice constraint.
B) ​mutually exclusive constraint.
C) ​k out of n alternatives constraint.
D) ​corequisite constraint.
سؤال
​Which of the following applications modeled in the textbook does not involve only 0 - 1 integer variables?

A) ​supply chain design
B) ​bank location
C) ​capital budgeting
D) ​product design and market share optimization
سؤال
In a model, x1 ≥ 0 and integer, x2 ≥ 0, and x3 = 0, 1. Which solution would not be feasible?

A) x1 = 5, x2 = 3, x3 = 0
B) x1 = 4, x2 = .389, x3 = 1
C) x1 = 2, x2 = 3, x3 = .578
D) x1 = 0, x2 = 8, x3 = 0
سؤال
If the acceptance of project A is conditional on the acceptance of project B, and vice versa, the appropriate constraint to use is a

A) multiple-choice constraint.
B) k out of n alternatives constraint.
C) mutually exclusive constraint.
D) corequisite constraint.
سؤال
The graph of a problem that requires x1 and x2 to be integer has a feasible region

A) the same as its LP relaxation.
B) of dots.
C) of horizontal stripes.
D) of vertical stripes.
سؤال
The 0-1 variables in the fixed cost models correspond to

A) a process for which a fixed cost occurs.
B) the number of products produced.
C) the number of units produced.
D) the actual value of the fixed cost.
سؤال
​Most practical applications of integer linear programming involve only 0 -1 integer variables.
سؤال
Most practical applications of integer linear programming involve

A) only 0-1 integer variables and not ordinary integer variables.
B) mostly ordinary integer variables and a small number of 0-1 integer variables.
C) only ordinary integer variables.
D) a near equal number of ordinary integer variables and 0-1 integer variables.
سؤال
Solve the following problem graphically.
Max
5X + 6Y
s.t.
17X + 8Y ≤ 136
3X + 4Y ≤ 36
X, Y ≥ 0 and integer

a.Graph the constraints for this problem. Indicate all feasible solutions.
b.Find the optimal solution to the LP Relaxation. Round down to find a feasible integer solution. Is this solution optimal?
c.Find the optimal solution.
سؤال
The solution to the LP Relaxation of a maximization integer linear program provides

A) an upper bound for the value of the objective function.
B) a lower bound for the value of the objective function.
C) an upper bound for the value of the decision variables
D) a lower bound for the value of the decision variables
سؤال
Rounding the solution of an LP Relaxation to the nearest integer values provides

A) a feasible but not necessarily optimal integer solution.
B) an integer solution that is optimal.
C) an integer solution that might be neither feasible nor optimal.
D) an infeasible solution.
سؤال
Sensitivity analysis for integer linear programming

A) can be provided only by computer.
B) has precisely the same interpretation as that from linear programming.
C) does not have the same interpretation and should be disregarded.
D) is most useful for 0 - 1 models.
سؤال
Let x1 , x2 , and x3 be 0 - 1 variables whose values indicate whether the projects are not done (0) or are done (1). Which answer below indicates that at least two of the projects must be done?

A) x1 + x2 + x3 ≥ 2
B) x1 + x2 + x3 ≤ 2
C) x1 + x2 + x3 = 2
D) x1 − x2 = 0
سؤال
​Integer linear programs are harder to solve than linear programs.
سؤال
Rounded solutions to linear programs must be evaluated for

A) feasibility and optimality.
B) sensitivity and duality.
C) relaxation and boundedness.
D) each of these choices are true.
سؤال
Let x1 and x2 be 0 - 1 variables whose values indicate whether projects 1 and 2 are not done or are done. Which answer below indicates that project 2 can be done only if project 1 is done?

A) x1 + x2 = 1
B) x1 + x2 = 2
C) x1 − x2 ≤ 0
D) x1 − x2 ≥ 0
سؤال
Which of the following is the most useful contribution of integer programming?

A) finding whole number solutions where fractional solutions would not be appropriate
B) using 0-1 variables for modeling flexibility
C) increased ease of solution
D) provision for solution procedures for transportation and assignment problems
سؤال
Modeling a fixed cost problem as an integer linear program requires

A) adding the fixed costs to the corresponding variable costs in the objective function.
B) using 0-1 variables.
C) using multiple-choice constraints.
D) using LP relaxation.
سؤال
In an all-integer linear program,

A) all objective function coefficients must be integer.
B) all right-hand side values must be integer.
C) all variables must be integer.
D) all objective function coefficients and right-hand side values must be integer.
سؤال
Solve the following problem graphically.
Min
6X + 11Y
s.t.
9X + 3Y ≥ 27
7X + 6Y ≥ 42
4X + 8Y ≥ 32
X, Y ≥ 0 and integer

a.Graph the constraints for this problem. Indicate all feasible solutions.
b.Find the optimal solution to the LP Relaxation. Round up to find a feasible integer solution. Is this solution optimal?
c.Find the optimal solution.
سؤال
​Give a verbal interpretation of each of these constraints in the context of a capital budgeting problem.
a. x1 − x2 ≥ 0
b. x1 − x2 = 0
c. x1 + x2 + x3 ≤ 2
سؤال
Grush Consulting has five projects to consider. Each will require time in the next two quarters according to the table below. Grush Consulting has five projects to consider. Each will require time in the next two quarters according to the table below.   ​ Revenue from each project is also shown. Develop a model whose solution would maximize revenue, meet the time budget of 25 in the first quarter and 20 in the second quarter, and not do both projects C and D.<div style=padding-top: 35px>
Revenue from each project is also shown. Develop a model whose solution would maximize revenue, meet the time budget of 25 in the first quarter and 20 in the second quarter, and not do both projects C and D.
سؤال
Tower Engineering Corporation is considering undertaking several proposed projects for the next fiscal year. The projects, the number of engineers and the number of support personnel required for each project, and the expected profits for each project are summarized in the following table:
Tower Engineering Corporation is considering undertaking several proposed projects for the next fiscal year. The projects, the number of engineers and the number of support personnel required for each project, and the expected profits for each project are summarized in the following table: ​   ​ Formulate an integer program that maximizes Tower's profit subject to the following management constraints: 1) Use no more than 175 engineers 2) Use no more than 150 support personnel 3) If either project 6 or project 4 is done, both must be done 4) Project 2 can be done only if project 1 is done 5) If project 5 is done, project 3 must not be done and vice versa 6) No more than three projects are to be done.<div style=padding-top: 35px>
Formulate an integer program that maximizes Tower's profit subject to the following management constraints:
1)
Use no more than 175 engineers
2)
Use no more than 150 support personnel
3)
If either project 6 or project 4 is done, both must be done
4)
Project 2 can be done only if project 1 is done
5)
If project 5 is done, project 3 must not be done and vice versa
6)
No more than three projects are to be done.
سؤال
Your express package courier company is drawing up new zones for the location of drop boxes for customers. The city has been divided into the seven zones shown below. You have targeted six possible locations for drop boxes. The list of which drop boxes could be reached easily from each zone is listed below. Your express package courier company is drawing up new zones for the location of drop boxes for customers. The city has been divided into the seven zones shown below. You have targeted six possible locations for drop boxes. The list of which drop boxes could be reached easily from each zone is listed below.   Let x<sub>i</sub> = 1 if drop box location i is used, 0 otherwise. Develop a model to provide the smallest number of locations yet make sure that each zone is covered by at least two boxes.<div style=padding-top: 35px> Let xi = 1 if drop box location i is used, 0 otherwise. Develop a model to provide the smallest number of locations yet make sure that each zone is covered by at least two boxes.
سؤال
​Explain how integer and 0-1 variables can be used in a constraint to enable production.
سؤال
​Explain how integer and 0-1 variables can be used in an objective function to minimize the sum of fixed and variable
costs for production on two machines.
سؤال
​Why are 0 - 1 variables sometimes called logical variables?
سؤال
The Westfall Company has a contract to produce 10,000 garden hoses for a large discount chain. Westfall has four different machines that can produce this kind of hose. Because these machines are from different manufacturers and use differing technologies, their specifications are not the same. The Westfall Company has a contract to produce 10,000 garden hoses for a large discount chain. Westfall has four different machines that can produce this kind of hose. Because these machines are from different manufacturers and use differing technologies, their specifications are not the same.   ​ a.This problem requires two different kinds of decision variables. Clearly define each kind. b.The company wants to minimize total cost. Give the objective function. c.Give the constraints for the problem. d.Write a constraint to ensure that if machine 4 is used, machine 1 cannot be.<div style=padding-top: 35px>
a.This problem requires two different kinds of decision variables. Clearly define each kind.
b.The company wants to minimize total cost. Give the objective function.
c.Give the constraints for the problem.
d.Write a constraint to ensure that if machine 4 is used, machine 1 cannot be.
سؤال
Kloos Industries has projected the availability of capital over each of the next three years to be $850,000, $1,000,000, and $1,200,000, respectively. It is considering four options for the disposition of the capital:
(1)
Research and development of a promising new product
(2)
Plant expansion
(3)
Modernization of its current facilities
(4)
Investment in a valuable piece of nearby real estate

Monies not invested in these projects in a given year will NOT be available for following year's investment in the projects. The expected benefits three years hence from each of the four projects and the yearly capital outlays of the four options are summarized in the table below in $1,000,000's.
In addition, Kloos has decided to undertake exactly two of the projects, and if plant expansion is selected, it will also modernize its current facilities. Kloos Industries has projected the availability of capital over each of the next three years to be $850,000, $1,000,000, and $1,200,000, respectively. It is considering four options for the disposition of the capital: (1) Research and development of a promising new product (2) Plant expansion (3) Modernization of its current facilities (4) Investment in a valuable piece of nearby real estate ​ Monies not invested in these projects in a given year will NOT be available for following year's investment in the projects. The expected benefits three years hence from each of the four projects and the yearly capital outlays of the four options are summarized in the table below in $1,000,000's. In addition, Kloos has decided to undertake exactly two of the projects, and if plant expansion is selected, it will also modernize its current facilities.   ​ Formulate and solve this problem as a binary programming problem.<div style=padding-top: 35px>
Formulate and solve this problem as a binary programming problem.
سؤال
Consider a capital budgeting example with five projects from which to select. Let xi = 1 if project i is selected, 0 if not, for i = 1,...,5. Write the appropriate constraint(s) for each condition. Conditions are independent.
a.Choose no fewer than three projects.
b.If project 3 is chosen, project 4 must be chosen.
c.If project 1 is chosen, project 5 must not be chosen.
d.Projects cost 100, 200, 150, 75, and 300 respectively. The budget is 450.
e.No more than two of projects 1, 2, and 3 can be chosen.
سؤال
Market Pulse Research has conducted a study for Lucas Furniture on some designs for a new commercial office desk. Three attributes were found to be most influential in determining which desk is most desirable: number of file drawers, the presence or absence of pullout writing boards, and simulated wood or solid color finish. Listed below are the part-worths for each level of each attribute provided by a sample of 7 potential Lucas customers.
​​ Market Pulse Research has conducted a study for Lucas Furniture on some designs for a new commercial office desk. Three attributes were found to be most influential in determining which desk is most desirable: number of file drawers, the presence or absence of pullout writing boards, and simulated wood or solid color finish. Listed below are the part-worths for each level of each attribute provided by a sample of 7 potential Lucas customers. ​​   ​ Suppose the overall utility (sum of part-worths) of the current favorite commercial office desk is 50 for each customer. What is the product design that will maximize the share of choices for the seven sample participants? Formulate and solve, using Lindo or Excel, this 0 - 1 integer programming problem.<div style=padding-top: 35px>
Suppose the overall utility (sum of part-worths) of the current favorite commercial office desk is 50 for each customer. What is the product design that will maximize the share of choices for the seven sample participants? Formulate and solve, using Lindo or Excel, this 0 - 1 integer programming problem.
سؤال
Given the following all-integer linear program:
Max
3x1 + 2x2
s.t.
3x1 + x2 ≤ 9
x1 + 3x2 ≤ 7
−x1 + x2 ≤ 1
x1, x2 ≥ 0 and integer

a.

Solve the problem as a linear program ignoring the integer constraints. Show that the optimal solution to the linear program gives fractional values for both x1 and x2.
b.

What is the solution obtained by rounding fractions greater than of equal to 1/2 to the next larger number? Show that this solution is not a feasible solution.
c.
What is the solution obtained by rounding down all fractions? Is it feasible?
d.


Enumerate all points in the linear programming feasible region in which both x1 and x2 are integers, and show that the feasible solution obtained in (c) is not optimal and that in fact the optimal integer is not obtained by any form of rounding.
سؤال
Given the following all-integer linear program:

Max 15x1 + 2x2
​ s. t. 7x1 + x2 < 23
3x1 - x2 < 5
x1, x2 > 0 and integer

a. Solve the problem as an LP, ignoring the integer constraints.
b. What solution is obtained by rounding up fractions greater than or equal to 1/2? Is this the optimal integer solution?
c. What solution is obtained by rounding down all fractions? Is this the optimal integer solution? Explain.
d. Show that the optimal objective function value for the ILP is lower than that for the optimal LP.
e. Why is the optimal objective function value for the ILP problem always less than or equal to the corresponding LP's optimal objective function value? When would they be equal? Comment on the MILP's optimal objective function compared to the corresponding LP & ILP.
سؤال
​The use of integer variables creates additional restrictions but provides additional flexibility. Explain.
سؤال
Simplon Manufacturing must decide on the processes to use to produce 1650 units. If machine 1 is used, its production will be between 300 and 1500 units. Machine 2 and/or machine 3 can be used only if machine 1's production is at least 1000 units. Machine 4 can be used with no restrictions. Simplon Manufacturing must decide on the processes to use to produce 1650 units. If machine 1 is used, its production will be between 300 and 1500 units. Machine 2 and/or machine 3 can be used only if machine 1's production is at least 1000 units. Machine 4 can be used with no restrictions.   ​ (HINT: Use an additional 0 - 1 variable to indicate when machines 2 and 3 can be used.)<div style=padding-top: 35px>
(HINT: Use an additional 0 - 1 variable to indicate when machines 2 and 3 can be used.)
سؤال
A business manager for a grain distributor is asked to decide how many containers of each of two grains to purchase to fill its 1,600 pound capacity warehouse. The table below summarizes the container size, availability, and expected profit per container upon distribution.
A business manager for a grain distributor is asked to decide how many containers of each of two grains to purchase to fill its 1,600 pound capacity warehouse. The table below summarizes the container size, availability, and expected profit per container upon distribution. ​   ​ a. Formulate as a linear program with the decision variables representing the number of containers purchased of each grain. Solve for the optimal solution. b. What would be the optimal solution if you were not allowed to purchase fractional containers? c. There are three possible results from rounding an LP solution to obtain an integer solution: (1) the rounded optimal LP solution will be the optimal IP solution; (2) the rounded optimal LP solution gives a feasible, but not optimal IP solution; (3) the rounded optimal LP solution is an infeasible IP solution. ​ For this problem (i) round down all fractions; (ii) round up all fractions; (iii) round off (to the nearest integer) all fractions (NOTE: Two of these are equivalent.) Which result above (1, 2, or 3) occurred under each rounding method?<div style=padding-top: 35px>
a. Formulate as a linear program with the decision variables representing the number of containers purchased of each grain. Solve for the optimal solution.
b. What would be the optimal solution if you were not allowed to purchase fractional containers?
c. There are three possible results from rounding an LP solution to obtain an integer solution:
(1) the rounded optimal LP solution will be the optimal IP solution;
(2) the rounded optimal LP solution gives a feasible, but not optimal IP solution;
(3) the rounded optimal LP solution is an infeasible IP solution.

For this problem (i) round down all fractions; (ii) round up all fractions; (iii) round off (to the nearest integer) all fractions (NOTE: Two of these are equivalent.) Which result above (1, 2, or 3) occurred under each rounding method?
سؤال
Hansen Controls has been awarded a contract for a large number of control panels. To meet this demand, it will use its existing plants in San Diego and Houston, and consider new plants in Tulsa, St. Louis, and Portland. Finished control panels are to be shipped to Seattle, Denver, and Kansas City. Pertinent information is given in the table.
Hansen Controls has been awarded a contract for a large number of control panels. To meet this demand, it will use its existing plants in San Diego and Houston, and consider new plants in Tulsa, St. Louis, and Portland. Finished control panels are to be shipped to Seattle, Denver, and Kansas City. Pertinent information is given in the table. ​   ​ Develop a model whose solution would reveal which plants to build and the optimal shipping schedule.<div style=padding-top: 35px>
Develop a model whose solution would reveal which plants to build and the optimal shipping schedule.
سؤال
Solve the following problem graphically.
Max
X + 2Y
s.t.
6X + 8Y ≤ 48
7X + 5Y ≥ 35
X, Y ≥ 0
Y is integer

a.Graph the constraints for this problem. Indicate all feasible solutions.
b.Find the optimal solution to the LP Relaxation. Round down to find a feasible integer solution. Is this solution optimal?
c.Find the optimal solution.
سؤال
Tom's Tailoring has five idle tailors and four custom garments to make. The estimated time (in hours) it would take each tailor to make each garment is listed below. (An 'X' in the table indicates an unacceptable tailor-garment assignment.)
​​ Tom's Tailoring has five idle tailors and four custom garments to make. The estimated time (in hours) it would take each tailor to make each garment is listed below. (An 'X' in the table indicates an unacceptable tailor-garment assignment.) ​​   ​ Formulate and solve an integer program for determining the tailor-garment assignments that minimize the total estimated time spent making the four garments. No tailor is to be assigned more than one garment and each garment is to be worked on by only one tailor.<div style=padding-top: 35px>
Formulate and solve an integer program for determining the tailor-garment assignments that minimize the total estimated time spent making the four garments. No tailor is to be assigned more than one garment and each garment is to be worked on by only one tailor.
سؤال
​List and explain four types of constraints involving 0-1 integer variables only.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/61
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 7: Integer Linear Programming
1
The objective of the product design and market share optimization problem presented in the textbook is to choose the levels of each product attribute that will maximize the number of sampled customers preferring the brand in question.
True
2
If x1 + x2 ≤ 500y1 and y1 is 0 - 1, then if y1 is 0, x1 and x2 will be 0.
True
3
If a problem has only less-than-or-equal-to constraints with positive coefficients for the variables, rounding down will always provide a feasible integer solution.
True
4
constraints involve binary variables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
5
Some linear programming problems have a special structure that guarantees the variables will have integer values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
6
The constraint x1 − x2 = 0 implies that if project 1 is selected, project 2 cannot be.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
7
The classic assignment problem can be modeled as a 0-1 integer program.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
8
If the LP relaxation of an integer program has a feasible solution, then the integer program has a feasible solution.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
9
If the optimal solution to the LP relaxation problem is integer, it is the optimal solution to the integer linear program.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
10
Slack and surplus variables are not useful in integer linear programs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
11
Dual prices cannot be used for integer programming sensitivity analysis because they are designed for linear programs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
12
The constraint x1 + x2 + x3 + x4 ≤ 2 means that two out of the first four projects must be selected.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
13
In a model involving fixed costs, the 0 - 1 variable guarantees that the capacity is not available unless the cost has been incurred.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
14
Generally, the optimal solution to an integer linear program is less sensitive to the constraint coefficients than is a linear program.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
15
The LP Relaxation contains the objective function and constraints of the IP problem, but drops all integer restrictions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
16
In general, rounding large values of decision variables to the nearest integer value causes fewer problems than rounding small values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
17
The solution to the LP Relaxation of a minimization problem will always be less than or equal to the value of the integer program minimization problem.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
18
If Project 5 must be completed before Project 6, the constraint would be x5 − x6 ≤ 0.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
19
A constraint involves selecting k out of n alternatives, where k ≥ 2.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
20
The product design and market share optimization problem presented in the textbook is formulated as a 0-1 integer linear programming model.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
21
To perform sensitivity analysis involving an integer linear program, it is recommended to

A) use the dual prices very cautiously.
B) make multiple computer runs.
C) use the same approach as you would for a linear program.
D) use LP relaxation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
22
​Assuming W1, W2 and W3 are 0 -1 integer variables, the constraint W1 + W2 + W3 < 1 is often called a

A) ​multiple-choice constraint.
B) ​mutually exclusive constraint.
C) ​k out of n alternatives constraint.
D) ​corequisite constraint.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
23
​Which of the following applications modeled in the textbook does not involve only 0 - 1 integer variables?

A) ​supply chain design
B) ​bank location
C) ​capital budgeting
D) ​product design and market share optimization
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
24
In a model, x1 ≥ 0 and integer, x2 ≥ 0, and x3 = 0, 1. Which solution would not be feasible?

A) x1 = 5, x2 = 3, x3 = 0
B) x1 = 4, x2 = .389, x3 = 1
C) x1 = 2, x2 = 3, x3 = .578
D) x1 = 0, x2 = 8, x3 = 0
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
25
If the acceptance of project A is conditional on the acceptance of project B, and vice versa, the appropriate constraint to use is a

A) multiple-choice constraint.
B) k out of n alternatives constraint.
C) mutually exclusive constraint.
D) corequisite constraint.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
26
The graph of a problem that requires x1 and x2 to be integer has a feasible region

A) the same as its LP relaxation.
B) of dots.
C) of horizontal stripes.
D) of vertical stripes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
27
The 0-1 variables in the fixed cost models correspond to

A) a process for which a fixed cost occurs.
B) the number of products produced.
C) the number of units produced.
D) the actual value of the fixed cost.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
28
​Most practical applications of integer linear programming involve only 0 -1 integer variables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
29
Most practical applications of integer linear programming involve

A) only 0-1 integer variables and not ordinary integer variables.
B) mostly ordinary integer variables and a small number of 0-1 integer variables.
C) only ordinary integer variables.
D) a near equal number of ordinary integer variables and 0-1 integer variables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
30
Solve the following problem graphically.
Max
5X + 6Y
s.t.
17X + 8Y ≤ 136
3X + 4Y ≤ 36
X, Y ≥ 0 and integer

a.Graph the constraints for this problem. Indicate all feasible solutions.
b.Find the optimal solution to the LP Relaxation. Round down to find a feasible integer solution. Is this solution optimal?
c.Find the optimal solution.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
31
The solution to the LP Relaxation of a maximization integer linear program provides

A) an upper bound for the value of the objective function.
B) a lower bound for the value of the objective function.
C) an upper bound for the value of the decision variables
D) a lower bound for the value of the decision variables
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
32
Rounding the solution of an LP Relaxation to the nearest integer values provides

A) a feasible but not necessarily optimal integer solution.
B) an integer solution that is optimal.
C) an integer solution that might be neither feasible nor optimal.
D) an infeasible solution.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
33
Sensitivity analysis for integer linear programming

A) can be provided only by computer.
B) has precisely the same interpretation as that from linear programming.
C) does not have the same interpretation and should be disregarded.
D) is most useful for 0 - 1 models.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
34
Let x1 , x2 , and x3 be 0 - 1 variables whose values indicate whether the projects are not done (0) or are done (1). Which answer below indicates that at least two of the projects must be done?

A) x1 + x2 + x3 ≥ 2
B) x1 + x2 + x3 ≤ 2
C) x1 + x2 + x3 = 2
D) x1 − x2 = 0
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
35
​Integer linear programs are harder to solve than linear programs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
36
Rounded solutions to linear programs must be evaluated for

A) feasibility and optimality.
B) sensitivity and duality.
C) relaxation and boundedness.
D) each of these choices are true.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
37
Let x1 and x2 be 0 - 1 variables whose values indicate whether projects 1 and 2 are not done or are done. Which answer below indicates that project 2 can be done only if project 1 is done?

A) x1 + x2 = 1
B) x1 + x2 = 2
C) x1 − x2 ≤ 0
D) x1 − x2 ≥ 0
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
38
Which of the following is the most useful contribution of integer programming?

A) finding whole number solutions where fractional solutions would not be appropriate
B) using 0-1 variables for modeling flexibility
C) increased ease of solution
D) provision for solution procedures for transportation and assignment problems
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
39
Modeling a fixed cost problem as an integer linear program requires

A) adding the fixed costs to the corresponding variable costs in the objective function.
B) using 0-1 variables.
C) using multiple-choice constraints.
D) using LP relaxation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
40
In an all-integer linear program,

A) all objective function coefficients must be integer.
B) all right-hand side values must be integer.
C) all variables must be integer.
D) all objective function coefficients and right-hand side values must be integer.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
41
Solve the following problem graphically.
Min
6X + 11Y
s.t.
9X + 3Y ≥ 27
7X + 6Y ≥ 42
4X + 8Y ≥ 32
X, Y ≥ 0 and integer

a.Graph the constraints for this problem. Indicate all feasible solutions.
b.Find the optimal solution to the LP Relaxation. Round up to find a feasible integer solution. Is this solution optimal?
c.Find the optimal solution.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
42
​Give a verbal interpretation of each of these constraints in the context of a capital budgeting problem.
a. x1 − x2 ≥ 0
b. x1 − x2 = 0
c. x1 + x2 + x3 ≤ 2
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
43
Grush Consulting has five projects to consider. Each will require time in the next two quarters according to the table below. Grush Consulting has five projects to consider. Each will require time in the next two quarters according to the table below.   ​ Revenue from each project is also shown. Develop a model whose solution would maximize revenue, meet the time budget of 25 in the first quarter and 20 in the second quarter, and not do both projects C and D.
Revenue from each project is also shown. Develop a model whose solution would maximize revenue, meet the time budget of 25 in the first quarter and 20 in the second quarter, and not do both projects C and D.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
44
Tower Engineering Corporation is considering undertaking several proposed projects for the next fiscal year. The projects, the number of engineers and the number of support personnel required for each project, and the expected profits for each project are summarized in the following table:
Tower Engineering Corporation is considering undertaking several proposed projects for the next fiscal year. The projects, the number of engineers and the number of support personnel required for each project, and the expected profits for each project are summarized in the following table: ​   ​ Formulate an integer program that maximizes Tower's profit subject to the following management constraints: 1) Use no more than 175 engineers 2) Use no more than 150 support personnel 3) If either project 6 or project 4 is done, both must be done 4) Project 2 can be done only if project 1 is done 5) If project 5 is done, project 3 must not be done and vice versa 6) No more than three projects are to be done.
Formulate an integer program that maximizes Tower's profit subject to the following management constraints:
1)
Use no more than 175 engineers
2)
Use no more than 150 support personnel
3)
If either project 6 or project 4 is done, both must be done
4)
Project 2 can be done only if project 1 is done
5)
If project 5 is done, project 3 must not be done and vice versa
6)
No more than three projects are to be done.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
45
Your express package courier company is drawing up new zones for the location of drop boxes for customers. The city has been divided into the seven zones shown below. You have targeted six possible locations for drop boxes. The list of which drop boxes could be reached easily from each zone is listed below. Your express package courier company is drawing up new zones for the location of drop boxes for customers. The city has been divided into the seven zones shown below. You have targeted six possible locations for drop boxes. The list of which drop boxes could be reached easily from each zone is listed below.   Let x<sub>i</sub> = 1 if drop box location i is used, 0 otherwise. Develop a model to provide the smallest number of locations yet make sure that each zone is covered by at least two boxes. Let xi = 1 if drop box location i is used, 0 otherwise. Develop a model to provide the smallest number of locations yet make sure that each zone is covered by at least two boxes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
46
​Explain how integer and 0-1 variables can be used in a constraint to enable production.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
47
​Explain how integer and 0-1 variables can be used in an objective function to minimize the sum of fixed and variable
costs for production on two machines.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
48
​Why are 0 - 1 variables sometimes called logical variables?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
49
The Westfall Company has a contract to produce 10,000 garden hoses for a large discount chain. Westfall has four different machines that can produce this kind of hose. Because these machines are from different manufacturers and use differing technologies, their specifications are not the same. The Westfall Company has a contract to produce 10,000 garden hoses for a large discount chain. Westfall has four different machines that can produce this kind of hose. Because these machines are from different manufacturers and use differing technologies, their specifications are not the same.   ​ a.This problem requires two different kinds of decision variables. Clearly define each kind. b.The company wants to minimize total cost. Give the objective function. c.Give the constraints for the problem. d.Write a constraint to ensure that if machine 4 is used, machine 1 cannot be.
a.This problem requires two different kinds of decision variables. Clearly define each kind.
b.The company wants to minimize total cost. Give the objective function.
c.Give the constraints for the problem.
d.Write a constraint to ensure that if machine 4 is used, machine 1 cannot be.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
50
Kloos Industries has projected the availability of capital over each of the next three years to be $850,000, $1,000,000, and $1,200,000, respectively. It is considering four options for the disposition of the capital:
(1)
Research and development of a promising new product
(2)
Plant expansion
(3)
Modernization of its current facilities
(4)
Investment in a valuable piece of nearby real estate

Monies not invested in these projects in a given year will NOT be available for following year's investment in the projects. The expected benefits three years hence from each of the four projects and the yearly capital outlays of the four options are summarized in the table below in $1,000,000's.
In addition, Kloos has decided to undertake exactly two of the projects, and if plant expansion is selected, it will also modernize its current facilities. Kloos Industries has projected the availability of capital over each of the next three years to be $850,000, $1,000,000, and $1,200,000, respectively. It is considering four options for the disposition of the capital: (1) Research and development of a promising new product (2) Plant expansion (3) Modernization of its current facilities (4) Investment in a valuable piece of nearby real estate ​ Monies not invested in these projects in a given year will NOT be available for following year's investment in the projects. The expected benefits three years hence from each of the four projects and the yearly capital outlays of the four options are summarized in the table below in $1,000,000's. In addition, Kloos has decided to undertake exactly two of the projects, and if plant expansion is selected, it will also modernize its current facilities.   ​ Formulate and solve this problem as a binary programming problem.
Formulate and solve this problem as a binary programming problem.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
51
Consider a capital budgeting example with five projects from which to select. Let xi = 1 if project i is selected, 0 if not, for i = 1,...,5. Write the appropriate constraint(s) for each condition. Conditions are independent.
a.Choose no fewer than three projects.
b.If project 3 is chosen, project 4 must be chosen.
c.If project 1 is chosen, project 5 must not be chosen.
d.Projects cost 100, 200, 150, 75, and 300 respectively. The budget is 450.
e.No more than two of projects 1, 2, and 3 can be chosen.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
52
Market Pulse Research has conducted a study for Lucas Furniture on some designs for a new commercial office desk. Three attributes were found to be most influential in determining which desk is most desirable: number of file drawers, the presence or absence of pullout writing boards, and simulated wood or solid color finish. Listed below are the part-worths for each level of each attribute provided by a sample of 7 potential Lucas customers.
​​ Market Pulse Research has conducted a study for Lucas Furniture on some designs for a new commercial office desk. Three attributes were found to be most influential in determining which desk is most desirable: number of file drawers, the presence or absence of pullout writing boards, and simulated wood or solid color finish. Listed below are the part-worths for each level of each attribute provided by a sample of 7 potential Lucas customers. ​​   ​ Suppose the overall utility (sum of part-worths) of the current favorite commercial office desk is 50 for each customer. What is the product design that will maximize the share of choices for the seven sample participants? Formulate and solve, using Lindo or Excel, this 0 - 1 integer programming problem.
Suppose the overall utility (sum of part-worths) of the current favorite commercial office desk is 50 for each customer. What is the product design that will maximize the share of choices for the seven sample participants? Formulate and solve, using Lindo or Excel, this 0 - 1 integer programming problem.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
53
Given the following all-integer linear program:
Max
3x1 + 2x2
s.t.
3x1 + x2 ≤ 9
x1 + 3x2 ≤ 7
−x1 + x2 ≤ 1
x1, x2 ≥ 0 and integer

a.

Solve the problem as a linear program ignoring the integer constraints. Show that the optimal solution to the linear program gives fractional values for both x1 and x2.
b.

What is the solution obtained by rounding fractions greater than of equal to 1/2 to the next larger number? Show that this solution is not a feasible solution.
c.
What is the solution obtained by rounding down all fractions? Is it feasible?
d.


Enumerate all points in the linear programming feasible region in which both x1 and x2 are integers, and show that the feasible solution obtained in (c) is not optimal and that in fact the optimal integer is not obtained by any form of rounding.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
54
Given the following all-integer linear program:

Max 15x1 + 2x2
​ s. t. 7x1 + x2 < 23
3x1 - x2 < 5
x1, x2 > 0 and integer

a. Solve the problem as an LP, ignoring the integer constraints.
b. What solution is obtained by rounding up fractions greater than or equal to 1/2? Is this the optimal integer solution?
c. What solution is obtained by rounding down all fractions? Is this the optimal integer solution? Explain.
d. Show that the optimal objective function value for the ILP is lower than that for the optimal LP.
e. Why is the optimal objective function value for the ILP problem always less than or equal to the corresponding LP's optimal objective function value? When would they be equal? Comment on the MILP's optimal objective function compared to the corresponding LP & ILP.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
55
​The use of integer variables creates additional restrictions but provides additional flexibility. Explain.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
56
Simplon Manufacturing must decide on the processes to use to produce 1650 units. If machine 1 is used, its production will be between 300 and 1500 units. Machine 2 and/or machine 3 can be used only if machine 1's production is at least 1000 units. Machine 4 can be used with no restrictions. Simplon Manufacturing must decide on the processes to use to produce 1650 units. If machine 1 is used, its production will be between 300 and 1500 units. Machine 2 and/or machine 3 can be used only if machine 1's production is at least 1000 units. Machine 4 can be used with no restrictions.   ​ (HINT: Use an additional 0 - 1 variable to indicate when machines 2 and 3 can be used.)
(HINT: Use an additional 0 - 1 variable to indicate when machines 2 and 3 can be used.)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
57
A business manager for a grain distributor is asked to decide how many containers of each of two grains to purchase to fill its 1,600 pound capacity warehouse. The table below summarizes the container size, availability, and expected profit per container upon distribution.
A business manager for a grain distributor is asked to decide how many containers of each of two grains to purchase to fill its 1,600 pound capacity warehouse. The table below summarizes the container size, availability, and expected profit per container upon distribution. ​   ​ a. Formulate as a linear program with the decision variables representing the number of containers purchased of each grain. Solve for the optimal solution. b. What would be the optimal solution if you were not allowed to purchase fractional containers? c. There are three possible results from rounding an LP solution to obtain an integer solution: (1) the rounded optimal LP solution will be the optimal IP solution; (2) the rounded optimal LP solution gives a feasible, but not optimal IP solution; (3) the rounded optimal LP solution is an infeasible IP solution. ​ For this problem (i) round down all fractions; (ii) round up all fractions; (iii) round off (to the nearest integer) all fractions (NOTE: Two of these are equivalent.) Which result above (1, 2, or 3) occurred under each rounding method?
a. Formulate as a linear program with the decision variables representing the number of containers purchased of each grain. Solve for the optimal solution.
b. What would be the optimal solution if you were not allowed to purchase fractional containers?
c. There are three possible results from rounding an LP solution to obtain an integer solution:
(1) the rounded optimal LP solution will be the optimal IP solution;
(2) the rounded optimal LP solution gives a feasible, but not optimal IP solution;
(3) the rounded optimal LP solution is an infeasible IP solution.

For this problem (i) round down all fractions; (ii) round up all fractions; (iii) round off (to the nearest integer) all fractions (NOTE: Two of these are equivalent.) Which result above (1, 2, or 3) occurred under each rounding method?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
58
Hansen Controls has been awarded a contract for a large number of control panels. To meet this demand, it will use its existing plants in San Diego and Houston, and consider new plants in Tulsa, St. Louis, and Portland. Finished control panels are to be shipped to Seattle, Denver, and Kansas City. Pertinent information is given in the table.
Hansen Controls has been awarded a contract for a large number of control panels. To meet this demand, it will use its existing plants in San Diego and Houston, and consider new plants in Tulsa, St. Louis, and Portland. Finished control panels are to be shipped to Seattle, Denver, and Kansas City. Pertinent information is given in the table. ​   ​ Develop a model whose solution would reveal which plants to build and the optimal shipping schedule.
Develop a model whose solution would reveal which plants to build and the optimal shipping schedule.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
59
Solve the following problem graphically.
Max
X + 2Y
s.t.
6X + 8Y ≤ 48
7X + 5Y ≥ 35
X, Y ≥ 0
Y is integer

a.Graph the constraints for this problem. Indicate all feasible solutions.
b.Find the optimal solution to the LP Relaxation. Round down to find a feasible integer solution. Is this solution optimal?
c.Find the optimal solution.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
60
Tom's Tailoring has five idle tailors and four custom garments to make. The estimated time (in hours) it would take each tailor to make each garment is listed below. (An 'X' in the table indicates an unacceptable tailor-garment assignment.)
​​ Tom's Tailoring has five idle tailors and four custom garments to make. The estimated time (in hours) it would take each tailor to make each garment is listed below. (An 'X' in the table indicates an unacceptable tailor-garment assignment.) ​​   ​ Formulate and solve an integer program for determining the tailor-garment assignments that minimize the total estimated time spent making the four garments. No tailor is to be assigned more than one garment and each garment is to be worked on by only one tailor.
Formulate and solve an integer program for determining the tailor-garment assignments that minimize the total estimated time spent making the four garments. No tailor is to be assigned more than one garment and each garment is to be worked on by only one tailor.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
61
​List and explain four types of constraints involving 0-1 integer variables only.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 61 في هذه المجموعة.