Exam 6: Integer Linear Programming
Exam 1: Introduction to Modeling and Decision Analysis74 Questions
Exam 2: Introduction to Optimization and Linear Programming73 Questions
Exam 3: Modeling and Solving Lp Problems in a Spreadsheet75 Questions
Exam 4: Sensitivity Analysis and the Simplex Method77 Questions
Exam 5: Network Modeling84 Questions
Exam 6: Integer Linear Programming88 Questions
Exam 7: Goal Programming and Multiple Objective Optimization65 Questions
Exam 8: Nonlinear Programming and Evolutionary Optimization69 Questions
Exam 9: Regression Analysis82 Questions
Exam 10: Data Mining102 Questions
Exam 11: Time Series Forecasting81 Questions
Exam 12: Introduction to Simulation Using Analytic Solver Platform70 Questions
Exam 13: Queuing Theory87 Questions
Exam 14: Decision Analysis116 Questions
Exam 15: Project Management Online65 Questions
Select questions type
Exhibit 6.1
The following questions pertain to the problem,formulation,and spreadsheet implementation below.
A research director must pick a subset of research projects to fund over the next five years.He has five candidate projects,not all of which cover the entire five-year period.Although the director has limited funds in each of the next five years,he can carry over unspent research funds into the next year.Additionally,up to $30K can be carried out of the five-year planning period.The following table summarizes the projects and budget available to the research director.
Project Funds Required in $000s)Benefit
Project 1 2 3 4 5 in \ 000s) 1 \ 70 \ 40 \ 30 \ 15 \ 15 \ 160 2 \ 82 \ 35 \ 20 \ 20 \ 10 \ 190 3 \ 55 \ 10 \ 10 \ 5 \ 125 4 \ 69 \ 17 \ 15 \ 12 \ 8 \ 139 5 \ 75 \ 20 \ 25 \ 30 \ 45 \ 174
Budget $225K $60K $60K $50K $50K The following is the ILP formulation and a spreadsheet model for the problem.
-Refer to Exhibit 6.1.What values would you enter in the Analytic Solver Platform task pane for the above Excel spreadsheet?
Objective Cell: Variables Cells: Constraints Cells:


Free
(Essay)
4.9/5
(39)
Correct Answer:
bjective Cell:
D15
Variables Cells:
B:3:B7,D9:H9
Constraints Cells:
B3:B7 binary D11:H11=D12:H12 H9?30
A wedding caterer has several wine shops from which it can order champagne.The caterer needs 100 bottles of champagne on a particular weekend for 2 weddings.The first supplier can supply either 40 bottles or 90 bottles.
The relevant decision variable is defined as
X1 = the number of bottles supplied by supplier 1
Which set of constraints reflects the fact that supplier 1 can supply only 40 or 90 bottles?
Free
(Multiple Choice)
4.9/5
(33)
Correct Answer:
B
A company has four projects,numbered 1 through 4.If any project is selected for implementation,each lower- numbered project must also be selected for implementation.Formulate the constraints to enforce these conditions.
Free
(Essay)
4.8/5
(37)
Correct Answer:
Let Xi = 0 if project i not selected,1 if project i selected for i = 1,2,3,4 X4 ≤ X3
X3 ≤ X2 X2 ≤ X1
For minimization problems,the optimal objective function value to the LP relaxation provides what for the optimal objective function value of the ILP problem?
(Multiple Choice)
4.7/5
(26)
One way to find an optimal solution to the IP problem is to:
(Multiple Choice)
4.9/5
(33)
A company wants to select no more than 2 projects from a set of 4 possible projects.Which of the following constraints ensures that no more than 2 will be selected?
(Multiple Choice)
4.8/5
(40)
A company needs to hire workers to cover a 7 day work week.Employees work 5 consecutive days with 2 days off.The demand for workers by day of the week and the wages per shift are:
Days af Week Workers Required Shift Days off Wage Sunday 54 1 Sun a Man 900 Munday 50 2 Man a Tue 1000 Tuesday 36 3 Tue d Wed 1000 Wednestay 38 4 Wed a Thur 1000 Thursday 42 5 Thur a Fri 1000 Friday 40 6 Fri a Sat 900 Saturday 48 7 Sat a Sun 850
Formulate the ILP for this problem.
(Essay)
4.9/5
(35)
How are general integrality requirements indicated in the Analytic Solver Platform?
(Multiple Choice)
4.9/5
(42)
The following ILP is being solved by the branch and bound method.You have been given the initial relaxed IP solution.Complete the entries for the 3 nodes and label the arcs when you branch on X1.
MAX: 35 X1 + 45 X2
Subject to: 35 X1 + 55 X2 ≤ 250
65 X1 + 25 X2 ≤ 340
X1,X2 ≥ 0 and integer
Initial solution
X1 = 4.6X2 = 1.6 Obj = 233.9 

(Essay)
4.9/5
(27)
The setup cost incurred in preparing a machine to produce a batch of product is an example of a
(Multiple Choice)
4.8/5
(36)
One approach to solving integer programming problems is to ignore the integrality conditions and solve the problem with continuous decision variables.This is referred to as
(Multiple Choice)
4.8/5
(38)
A company produces three products which must be painted,assembled,and inspected.The machinery must be cleaned and adjusted before each batch is produced.They want to maximize their profits for the amount of operating time they have.The unit profit and setup cost per batch are:
Product Profit per unit Setup cost per batch 1 9 500 2 10 600 3 12 650
The operation time per unit and total operating hours available are:
Operating Time per Unit Operation Product 1 Product 2 Product 3 Operating Hours Available Paint 1 2 2 400 Assemble 2 3 2 600 Inspection 2 4 3 540
Formulate the ILP for this problem.
(Essay)
4.8/5
(37)
Exhibit 6.2
The following questions pertain to the problem,formulation,and spreadsheet implementation below.
A certain military deployment requires supplies delivered to four locations.These deliveries come from one of three ports.Logistics planners wish to deliver the supplies in an efficient manner,in this case by minimizing total ton-miles.The port-destination data,along with destination demand is provided in the following table.
Destination
Port D1 D2 D3 D4 A 75 88 103 56 105 76 101 85 43 80 95 82 Demand 500 600 450 700 The ports are supplied by one of two supply ships.These ships travel to a particular port where their supplies are off-loaded and shipped to the requesting destinations.Ship S1 carries 1200 tones of supplies while Ship S2 carries 1120 tons of supplies.These ships can only go to a single port and each port can only accommodate one ship.
Assume the costs for a ship to travel to a port are not part of the objective function.The following is the ILP formulation and a spreadsheet model for the problem.
Let Yij be 1 if ship i travels to port j,for i = S1,S2 and j = A,B,C
Xjk be the tons shipped from port j = A,B,C to Destination k = D1,D2,D3,D4
Minimize 75X11 + 88X12 + 103X13 + 56X14 + 105X21 + 76X22 + 101X23 + 85X24
+ 43X31 + 80X32 + 95X33 + 62X34
Subject to: Y11 + Y21 ? 1
Y12 + Y22 ? 1 Y13 + Y23 ? 1
Y11 + Y12 + Y13 = 1 Y21 + Y22 + Y23 = 1
X14 + X15 + X16 + X17 ? 1200Y11 + 1120Y21 X24 + X25 + X26 + X27 ? 1200Y12 + 1120Y22 X34 + X35 + X36 + X37 ? 1200Y13 + 1120Y23 X14 + X24 + X34 ? 500
X15 + X25 + X35 ? 600 X16 + X26 + X36 ? 450 X17 + X27 + X37 ? 700
Yij.Xjk ? 0
-Refer to Exhibit 6.2.What formula would go into cell E14?

(Essay)
4.9/5
(25)
A cellular phone company wants to locate two new communications towers to cover 4 regions.The company wants to minimize the cost of installing the two towers.The regions that can be covered by each tower site are indicated by a 1 in the following table:
Tower Sites
Region 1 2 3 4 A 1 1 B 1 1 1 C 1 1 1 D 1 1 COST \ 000 s) 200 150 190 250
Formulate the ILP for this problem.
(Essay)
4.9/5
(35)
Showing 1 - 20 of 88
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)