Exam 6: Integer Linear Programming

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

An investor has $500,000 to invest and wants to maximize the money they will receive at the end of one year.They can invest in condos,apartments and houses.The profit after one year,the cost and the number of units available are shown below. Profit Cost Number Variable Investment \ 1,000) \ 1,000) Available Condos 6 50 10 Apartments 12 90 5 Houses 9 100 7 Based on this ILP formulation of the problem and the indicated optimal integer solution values what values should go in cells B5:F12 of the following Excel spreadsheet? MAX: 6 X1 + 12 X2 + 9 X3 Subject to: 50 X1 + 90 X2 + 100 X3 ? 500 X1 ? 10 X2 ? 5 X3 ? 7 Xi ? 0 and integer

(Essay)
4.9/5
(45)

The feasible region for the pure ILP problem

(Multiple Choice)
4.7/5
(31)

A popular solution technique to IP problems is called:

(Multiple Choice)
4.8/5
(40)

An investor has $500,000 to invest and wants to maximize the money they will receive at the end of one year.They can invest in condos,apartments and houses.The profit after one year,the cost and the number of units available are shown below. Formulate the ILP for this problem. Profit Cost Number Variable Investment \ 1,000) \ 1,000) Available Condos 6 50 10 Apartments 12 90 5 Houses 9 100 7

(Essay)
4.9/5
(26)

A company is planning next month's production.It has to pay a setup cost to produce a batch of X4's so if it does produce a batch it wants to produce at least 100 units.Which of the following pairs of constraints show the relationships)between the setup variable Y4 and the production quantity variable X4?

(Multiple Choice)
4.7/5
(36)

A manufacturing company has costs associated with production preparation and with per unit production.The per unit production costs are referred to as

(Multiple Choice)
4.7/5
(28)

The ILP problems are computationally

(Multiple Choice)
4.8/5
(41)

A company will be able to obtain a quantity discount on component parts for its three products,X1,X2 and X3 if it produces beyond certain limits.To get the X1 discount it must produce more than 50 X1's.It must produce more than 60 X2's for the X2 discount and 70 X3's for the X3 discount.How many decision variables are required in the formulation of this problem?

(Multiple Choice)
4.7/5
(26)

A company will be able to obtain a quantity discount on component parts for its three products,X1,X2 and X3 if it produces beyond certain limits.To get the X1 discount it must produce more than 50 X1's.It must produce more than 60 X2's for the X2 discount and 70 X3's for the X3 discount.Which of the following pair of constraints enforces the quantity discount relationship on X3?

(Multiple Choice)
4.8/5
(37)

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 MIN: 200 X1 + 150 X2 + 190 X3 + 250 X4 Subject to: X2 + X4 ? 1 X1 + X3 + X4 ? 1 X1 + X2 + X3 ? 1 X1 + X4 ? 1 X1 + X2 + X3 + X4 = 2 Xi = 0,1 Based on this ILP formulation of the problem and the solution X1,X2,X3,X4)= 1,1,0,0)what values should go in cells B6:G14 of the following Excel spreadsheet?  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   \begin{array}{rrrrr} \text { Region } & 1 & 2 & 3 & 4 \\ \hline \text { A } & & 1 & & 1 \\ \text { B } & 1 & & 1 & 1 \\ \text { C } & 1 & 1 & 1 &  \\ \text { D } & 1 & & & 1\\ \hline \text { COST } \$ 000 \text { s) } & 200 & 150 & 190 & 250 \end{array}   MIN: <sup>200 X</sup><sub>1 </sub><sup>+ 150 X</sup><sub>2 </sub><sup>+ 190 X</sup><sub>3 </sub><sup>+ 250 X</sup><sub>4</sub> Subject to: <sup>X</sup><sub>2 </sub><sup>+ X</sup><sub>4 </sub><sup>? 1</sup> X<sub>1 </sub>+ X<sub>3 </sub>+ X<sub>4 </sub>? 1 X<sub>1 </sub>+ X<sub>2 </sub>+ X<sub>3 </sub>? 1 X<sub>1 </sub>+ X<sub>4 </sub>? 1 X<sub>1 </sub>+ X<sub>2 </sub>+ X<sub>3 </sub>+ X<sub>4 </sub>= 2 X<sub>i </sub>= 0,1 Based on this ILP formulation of the problem and the solution X<sub>1</sub>,X<sub>2</sub>,X<sub>3</sub>,X<sub>4</sub>)= 1,1,0,0)what values should go in cells B6:G14 of the following Excel spreadsheet?

(Essay)
4.8/5
(38)

A company is developing its weekly production plan.The company produces two products,A and B,which are processed in two departments.Setting up each batch of A requires $60 of labor while setting up a batch of B costs $80)Each unit of A generates a profit of $17 while a unit of B earns a profit of $21.The company can sell all the units it produces.The data for the problem are summarized below. Hours required by Operation A B Hours Cutting 3 4 48 Welding 2 1 36 The decision variables are defined as Xi = the amount of product i produced Yi = 1 if Xi > 0 and 0 if Xi = 0 What is the objective function for this problem?

(Multiple Choice)
4.8/5
(37)

The B & B algorithm solves ILP problems

(Multiple Choice)
4.9/5
(27)

An integrality condition indicates that some or all)of the

(Multiple Choice)
4.8/5
(33)

A company wants to build a new factory in either Atlanta or Columbia.It is also considering building a warehouse in whichever city is selected for the new factory.The following table shows the net present value NPV)and cost of each facility.The company wants to maximize the net present value of its facilities,but it only has $16 million to invest. Variable Decision NPV $million) Cost $million) X1 Factory in Columbia 3 10 X2 Factory in Atlanta 4 8 X3 Warehouse in Columbia 2 6 X4 Warehouse in Atlanta 1 5 Based on this ILP formulation of the problem and the indicated optimal solution what formulas should go in cells F6:F14 of the following Excel spreadsheet? MAX: 3 X1 + 4 X2 + 2 X3 + X4 Subject to: 10 X1 + 8 X2 + 6 X3 + 5 X4 ≤ 15 X1 + X2 = 1 X3 + X4 ≤ 1 X3 − X1 ≤ 0 X4 − X2 ≤ 0 Xi = 0,1

(Essay)
4.8/5
(32)

Suppose you want to minimize an objective function z=2x1+3x2.Both decision variables must be integer.The optimal solution to the LP relaxation will:

(Multiple Choice)
4.7/5
(31)

Which of the following is not a benefit of using binary variables?

(Multiple Choice)
4.9/5
(33)

A company is developing its weekly production plan.The company produces two products,A and B,which are processed in two departments.Setting up each batch of A requires $60 of labor while setting up a batch of B costs $80.Each unit of A generates a profit of $17 while a unit of B earns a profit of $21.The company can sell all the units it produces.The data for the problem are summarized below. Hours required by Operation A B Hours Cutting 3 4 48 Welding 2 1 36 The decision variables are defined as Xi = the amount of product i produced Yi = 1 if Xi > 0 and 0 if Xi = 0 Which of the following constraints creates the link between setting up to produce A's and making some A's for this problem?

(Multiple Choice)
4.9/5
(36)

A company is developing its weekly production plan.The company produces two products,A and B,which are processed in two departments.Setting up each batch of A requires $60 of labor while setting up a batch of B costs $80.Each unit of A generates a profit of $17 while a unit of B earns a profit of $21.The company can sell all the units it produces.The data for the problem are summarized below. Hours required by Operation A B Hours Cutting 3 4 48 Welding 2 1 36 The decision variables are defined as Xi = the amount of product i produced Yi = 1 if Xi > 0 and 0 if Xi = 0 Using the approach discussed in the text,what is the appropriate value for M1 in the linking constraint for product A?

(Multiple Choice)
4.8/5
(32)

If a company produces Product 1,then it must produce at least 150 units of Product 1.Which of the following constraints enforces this condition?

(Multiple Choice)
5.0/5
(44)

A company will be able to obtain a quantity discount on component parts for its three products,X1,X2 and X3 if it produces beyond certain limits.To get the X1 discount it must produce more than 50 X1's.It must produce more than 60 X2's for the X2 discount and 70 X3's for the X3 discount.How many binary variables are required in the formulation of this problem?

(Multiple Choice)
5.0/5
(40)
Showing 61 - 80 of 88
close modal

Filters

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