Exam 6: Integer Linear Programming

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

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. \quad \quad \quad \quad \quad \quad  Project Funds Required (in $ 000 )\underline{\text { Project Funds Required (in \$ 000 )}}\quad \quad \quad  Benefit\text { Benefit} Project 1 2 3 4 5 (in \ 000 s) 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 \ 225 \ 60 \ 60 \ 50 \ 50 The following is the ILP formulation and a spreadsheet model for the problem. Xi=0 \mathrm{X}_{\mathrm{i}}=0 if project 1 not selected, 1 if project 1 selected for 1=1,2,3,4,5 1=1,2,3,4,5 , Cj= amount carried out of year j,j=1,2,3,4,5C_{j}=\text { amount carried out of year } j, j=1,2,3,4,5 MAX 160+190+125+139+174 Subject to: 70+82+55+69+75+=225 40+35+10+17+20+=60+ 30+20+10+15+25+=60+ 15+20+5+12+30+=50+ 15+10+8+45+=50+ \leq30 binary ,\geq0  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.   \quad \quad \quad \quad \quad \quad \underline{\text { Project Funds Required (in  \$ 000  )}}\quad \quad \quad \text { Benefit}   \begin{array}{cccccccc} \text { Project } & 1 & 2 & 3 & 4 & 5 & \text { (in } \$ 000 \text { s) } \\ \hline 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\\ \text { Budget } & \$ 225 \mathrm{~K} &\$ 60 \mathrm{~K} & \$ 60 \mathrm{~K} & \$ 50 \mathrm{~K} &\$ 50 \mathrm{~K}  \end{array}    The following is the ILP formulation and a spreadsheet model for the problem.    \mathrm{X}_{\mathrm{i}}=0   if project 1 not selected, 1 if project 1 selected for   1=1,2,3,4,5  ,  C_{j}=\text { amount carried out of year } j, j=1,2,3,4,5     \begin{array}{ll} \text { MAX } & 160 \mathrm{X}_{1}+190 \mathrm{X}_{2}+125 \mathrm{X}_{3}+139 \mathrm{X}_{4}+174 \mathrm{X}_{5} \\ \text { Subject to: } & 70 \mathrm{X}_{1}+82 \mathrm{X}_{2}+55 \mathrm{X}_{3}+69 \mathrm{X}_{4}+75 \mathrm{X}_{5}+\mathrm{C}_{1}=225 \\ & 40 \mathrm{X}_{1}+35 \mathrm{X}_{2}+10 \mathrm{X}_{3}+17 \mathrm{X}_{4}+20 \mathrm{X}_{5}+\mathrm{C}_{2}=60+\mathrm{C}_{1} \\ & 30 \mathrm{X}_{1}+20 \mathrm{X}_{2}+10 \mathrm{X}_{3}+15 \mathrm{X}_{4}+25 \mathrm{X}_{5}+\mathrm{C}_{3}=60+\mathrm{C}_{2} \\ & 15 \mathrm{X}_{1}+20 \mathrm{X}_{2}+5 \mathrm{X}_{3}+12 \mathrm{X}_{4}+30 \mathrm{X}_{5}+\mathrm{C}_{4}=50+\mathrm{C}_{3} \\ & 15 \mathrm{X}_{1}+10 \mathrm{X}_{2}+8 \mathrm{X}_{4}+45 \mathrm{X}_{5}+\mathrm{C}_{5}=50+\mathrm{C}_{4} \\ & \mathrm{C}_{5} \leq 30 \\ & \mathrm{X}_{\mathrm{i}} \text { binary } \mathrm{C}_{1} \mathrm{C}_{2}, \mathrm{C}_{3} \mathrm{C}_{4} \mathrm{C}_{5} \geq 0 \end{array}     -Refer to Exhibit 6.1. What formula should go in cell D15 of the above Excel spreadsheet? -Refer to Exhibit 6.1. What formula should go in cell D15 of the above Excel spreadsheet?

Free
(Short Answer)
4.8/5
(29)
Correct Answer:
Verified

=SUMPRODUCT(B3:B7,C3:C7)

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?

Free
(Multiple Choice)
4.9/5
(48)
Correct Answer:
Verified

B

How are general integrality requirements indicated in the Excel Risk Solver Platform (RSP)?

Free
(Multiple Choice)
4.9/5
(24)
Correct Answer:
Verified

A

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 ) Factory in Columbia 3 10 Factory in Atlanta 4 8 Warehouse in Columbia 2 0 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:3X1+4X2+2X3+X4\mathrm { MAX } : \quad 3 \mathbf { X } _ { 1 } + 4 \mathbf { X } _ { \mathbf { 2 } } + 2 \mathbf { X } _ { \mathbf { 3 } } + \mathbf { X } _ { 4 } Subject to: 10++6+5\leq15 +=1 +\leq1 -\leq0 -\leq0 =0 Solutian: (X1,X2Xy,X4)=(0,1,0,1)\left( \mathbf { X } _ { 1 } , \mathbf { X } _ { 2 } \mathbf { X } _ { \mathbf { y } } , \mathbf { X } _ { 4 } \right) = ( 0,1 ,0 , 1 )  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.   \begin{array} { c l c c }  \text { Variable } & \text { Decision } & \begin{array} { c }  \text { NPV } \\ \text { ( \$ million } )  \end{array} & \begin{array} { c }  \text { Cost } \\ \text { ( \$ million } ) \end{array} \\ \hline \mathbf { X } _ { 1 } & \text { Factory in Columbia } & 3 & 10 \\ \mathbf { X } _ { \mathbf { 2 } } & \text { Factory in Atlanta } & 4 & 8 \\ \mathbf { X } _ { 3 } & \text { Warehouse in Columbia } & 2 & 0 \\ \mathbf { X } _ { 4 } & \text { Warehouse in Atlanta } & 1 & 5 \end{array}  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?   \mathrm { MAX } : \quad 3 \mathbf { X } _ { 1 } + 4 \mathbf { X } _ { \mathbf { 2 } } + 2 \mathbf { X } _ { \mathbf { 3 } } + \mathbf { X } _ { 4 }  Subject to:  \begin{array} { l }  10 X _ { 1 } + \mathbf { 8 } X _ { \mathbf { 2 } } + 6 X _ { \mathbf { 3 } } + 5 \mathbf { X } _ { 4 } \leq 15 \\ \mathbf { X } _ { 1 } + X _ { \mathbf { 2 } } = 1 \\ \mathbf { X } _ { \mathbf { 3 } } + \mathbf { X } _ { \mathbf { 4 } } \leq 1 \\ \mathbf { X } _ { \mathbf { 3 } } - \mathbf { X } _ { 1 } \leq 0 \\ \mathbf { X } _ { \mathbf { 4 } } - \mathbf { X } _ { \mathbf { 2 } } \leq 0 \\ \mathbf { X } _ { \mathrm { i } } = 0 \end{array}  Solutian:  \left( \mathbf { X } _ { 1 } , \mathbf { X } _ { 2 } \mathbf { X } _ { \mathbf { y } } , \mathbf { X } _ { 4 } \right) = ( 0,1 ,0 , 1 )

(Essay)
4.8/5
(33)

A small town wants to build some new recreational facilities. The proposed facilities include a swimming pool, recreation center, basketball court and baseball field. The town council wants to provide the facilities which will be used by the most people, but faces budget and land limitations. The town has $400,000 and 14 acres of land. The pool requires locker facilities which would be in the recreation center, so if the swimming pool is built the recreation center must also be built. Also the council has only enough flat land to build the basketball court or the baseball field. The daily usage and cost of the facilities (in $1,000) are shown below. Variable Facility Usage Cost ( \1 ,000) Land Swimming pool 400 100 2 Recreation center 500 200 3 Basketball caurt 300 150 4 Baseball field 200 100 5 Based on this ILP formulation of the problem what formulas should go in cells F5:F12 of the following Excel spreadsheet? MAX: 400x1+500x2+300x3+200x4\quad 400 x _ { 1 } + 500 x _ { 2 } + 300 x _ { 3 } + 200 x _ { 4 } Subject to: 100+200+150+100\leq400 budget 2+3+4+5\leq14 land -\leq0 pool and recreation center +\leq1 basketball and baseball =0.1 A B C 1 2 3 Facilities 4 Pool Rec center Basketball Baseball Total usage: 5 Select (0=no, 1=yes) 6 Usage 400 500 300 200 7 8 Resources Used Available 9 Cost 100 200 150 100 400 10 Land 2 3 4 5 14 11 Pool \& Rec center 1 -1 0 12 Basket or Baseball 1 1 1

(Essay)
4.8/5
(28)

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.8/5
(28)

A company must invest in project 1 in order to invest in project 2. Which of the following constraints ensures that project 1 will be chosen if project 2 is invested in?

(Multiple Choice)
4.8/5
(26)

A city wants to locate 2 new fire fighting ladder trucks to maximize the number of tall buildings which they can cover within a 3 minute response time. The city is divided into 4 zones. The fire chief wants to locate no more than one of the trucks in either Zone 1 or Zone 2. The number of tall buildings in each zone and the travel time between zones is listed below. \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad  To zone \underline{\text { To zone }} No. tall building From zone 1 2 3 4 50 1 0 2 1 6 90 2 2 0 4 5 60 3 1 4 0 1 70 4 6 5 1 0 Based on this ILP formulation of the problem what formulas should go in cells B13:B16, B20:E20, F20, and F23:F24 of the following Excel spreadsheet? Let Xi = 1 if truck located in zone i, 0 otherwise Zone Covers these zones With this many buldings 1 1,2,3 200 2 1,2 140 3 1,3,4 180 4 3,4 130  MAX: 200X1++140X2+180X3+130X4\text { MAX: } \quad 200 \mathrm{X}_{1+}+140 \mathrm{X}_{2}+180 \mathrm{X}_{3}+130 \mathrm{X}_{4} Subject to: +++=2 +\leq1 =0,1  A city wants to locate 2 new fire fighting ladder trucks to maximize the number of tall buildings which they can cover within a 3 minute response time. The city is divided into 4 zones. The fire chief wants to locate no more than one of the trucks in either Zone 1 or Zone 2. The number of tall buildings in each zone and the travel time between zones is listed below.   \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \underline{\text { To zone }}   \begin{array}{l} \begin{array} { c c c c c c }   \text { No. tall building } & \text { From zone } & 1 & 2 & 3 & 4 \\ \hline 50 & 1 & 0 & 2 & 1 & 6 \\ 90 & 2 & 2 & 0 & 4 & 5 \\ 60 & 3 & 1 & 4 & 0 & 1 \\ 70 & 4 & 6 & 5 & 1 & 0 \end{array} \end{array}   Based on this ILP formulation of the problem what formulas should go in cells B13:B16, B20:E20, F20, and F23:F24 of the following Excel spreadsheet? Let X<sub>i</sub> = 1 if truck located in zone i, 0 otherwise   \begin{array} { c l c }  \text { Zone } & \text { Covers these zones } & \text { With this many buldings} \\ \hline 1 & 1,2,3 & 200 \\ 2 & 1,2 & 140 \\ 3 & 1,3,4 & 180 \\ 4 & 3,4 & 130 \end{array}    \text { MAX: } \quad 200 \mathrm{X}_{1+}+140 \mathrm{X}_{2}+180 \mathrm{X}_{3}+130 \mathrm{X}_{4}    \begin{array}{ll} \text { Subject to: } & \mathrm{X}_{1}+\mathrm{X}_{2}+\mathrm{X}_{3}+\mathrm{X}_{4}=2 \\ & \mathrm{X}_{1}+\mathrm{X}_{2} \leq 1 \\ & \mathrm{X}_{\mathrm{i}}=0,1 \end{array}

(Essay)
4.8/5
(34)

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+45 Subject to: 35+55\leq250 65+25\leq340 ,\geq0 and integer Initial solution X1 = 4.6X2 = 1.6 Obj = 233.9  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 X<sub>1</sub>.   \begin{array}{ll} \text { MAX: } & 35 \mathrm{X}_{1}+45 \mathrm{X}_{2} \\ \text { Subject to: } & 35 \mathrm{X}_{1}+55 \mathrm{X}_{2} \leq 250 \\ & 65 \mathrm{X}_{1}+25 \mathrm{X}_{2} \leq 340 \\ & \mathrm{X}_{1}, \mathrm{X}_{2} \geq 0 \text { and integer } \end{array}   Initial solution X<sub>1</sub> = 4.6X<sub>2</sub> = 1.6 Obj = 233.9

(Essay)
4.8/5
(29)

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 $15 million to invest. Formulate the ILP for this problem. Variable Decision NPV ( \million ) Cost ( \ millon ) Factory in Columbia 3 10 Factory in Atlanta 4 8 Warehouse in Columbia 2 6 Warehouse in Atlanta 1 5

(Essay)
4.9/5
(38)

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: 6X1+12X2+9X3\quad 6 \mathbf { X } _ { 1 } + 12 \mathbf { X } _ { \mathbf { 2 } } + 9 \mathbf { X } _ { \mathbf { 3 } } Subject to: 50+90+100\leq500 \leq10 \leq5 \leq7 \geq0 and integer Salution: (X1,X2X3)=(1,5,0)\left( \mathbf { X } _ { 1 } , \mathbf { X } _ { 2 } \mathbf { X } _ { \mathbf { 3} } \right) = ( 1,5, 0)  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.   \begin{array}{clccc} && \text { Profit } & \text { Cost } & \text { Number}\\ \text { Variable } & \text { Investment } & (\$ 1,000) & (\$ 1,000) & \text { Available } \\ \hline \mathrm{X}_{1} & \text { Condos } & 6 & 50 & 10 \\ \mathrm{X}_{2} & \text { Apartments } & 12 & 90 & 5 \\ \mathrm{X}_{3} & \text { Houses } & 9 & 100 & 7 \end{array}   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:  \quad 6 \mathbf { X } _ { 1 } + 12 \mathbf { X } _ { \mathbf { 2 } } + 9 \mathbf { X } _ { \mathbf { 3 } }  Subject to:  \begin{array} { l }  50 X _ { 1 } + 90 X _ { \mathbf { 2 } } + 100 X _ { \mathbf { 3 } } \leq 500 \\ \mathbf { X } _ { 1 } \leq 10 \\ \mathbf { X } _ { \mathbf { 2 } } \leq 5 \\ \mathbf { X } _ { \mathbf { 3 } } \leq 7 \\ \mathbf { X } _ { \mathrm { i } } \geq 0 \text { and integer } \end{array}  Salution:  \left( \mathbf { X } _ { 1 } , \mathbf { X } _ { 2 } \mathbf { X } _ { \mathbf { 3} } \right) = ( 1,5, 0)

(Essay)
5.0/5
(29)

The branch-and-bound algorithm starts by

(Multiple Choice)
5.0/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. \quad \quad \quad \quad  Hours required by \text { Hours required by } Operation A B Hours Cutting 3 4 48 Welding 2 1 36 What is the appropriate formula to use in cell E8 of the following Excel implementation of the ILP model for this problem?  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.   \quad    \quad    \quad    \quad \text { Hours required by }   \begin{array}{lccc} \text { Operation } & \text { A } & \text { B } & \text { Hours } \\ \hline \text { Cutting } & 3 & 4 & 48 \\ \text { Welding } & 2 & 1 & 36 \end{array}  What is the appropriate formula to use in cell E8 of the following Excel implementation of the ILP model for this problem?

(Multiple Choice)
5.0/5
(31)

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

(Multiple Choice)
4.8/5
(36)

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 1 2 3 4 75 88 103 56 105 76 101 85 43 80 95 62 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. Yij Y_{i j} be 1 if ship 1 travels to port j j , for 1=S1,S2 1=S 1, S 2 and j=A,B,C j=A, B, C Xk \mathrm{X}_{\mathbf{k}} be the tons shipped from poit j=A,B,C j=A, B, C to Destination k=D1,D2,D3 k=D 1, D 2, D 3 , D4 Minimize 75+88+103+56+105+76+101+85+43 +80+95+62 Subject to: +\leq1 +\leq1 +\leq1 ++=1 ++=1 +++\leq1200+1120 +++\leq1200+1120 +++\leq1200+1120 ++\geq500 ++\geq600 ++\geq450 ++\geq700 \geq0  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.   \begin{array} { c c c c c }  & { \text { Destination } } \\ \mathrm { Port } & \mathrm { D } 1 & \mathrm { D } 2 & \mathrm { D } 3 & \mathrm { D } 4 \\ \hline \mathrm { A } & 75 & 88 & 103 & 56 \\ \mathrm {~B} & 105 & 76 & 101 & 85 \\ \mathrm { C } & 43 & 80 & 95 & 62 \\ \hline \text { Demand } & 500 & 600 & 450 & 700 \end{array}   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.    Y_{i j}   be 1 if ship 1 travels to port   j  , for   1=S 1, S 2   and   j=A, B, C     \mathrm{X}_{\mathbf{k}}   be the tons shipped from poit   j=A, B, C   to Destination   k=D 1, D 2, D 3  , D4    \begin{array}{ll} \text { Minimize } & 75 \mathrm{X}_{11}+88 \mathrm{X}_{12}+103 \mathrm{X}_{13}+56 \mathrm{X}_{14}+105 \mathrm{X}_{21}+76 \mathrm{X}_{22}+101 \mathrm{X}_{23}+85 \mathrm{X}_{24}+43 \mathrm{X}_{31} \\ & +80 \mathrm{X}_{32}+95 \mathrm{X}_{33}+62 \mathrm{X}_{34} \end{array}    Subject to:   \begin{array}{l} \mathrm{Y}_{11}+\mathrm{Y}_{21} \leq 1 \\ \mathrm{Y}_{12}+\mathrm{Y}_{22} \leq 1 \\ \mathrm{Y}_{13}+\mathrm{Y}_{23} \leq 1 \\ \mathrm{Y}_{11}+\mathrm{Y}_{12}+\mathrm{Y}_{13}=1 \\ \mathrm{Y}_{21}+\mathrm{Y}_{22}+\mathrm{Y}_{23}=1 \\ \mathrm{X}_{14}+\mathrm{X}_{15}+\mathrm{X}_{16}+\mathrm{X}_{17} \leq 1200 \mathrm{Y}_{11}+1120 \mathrm{Y}_{21} \\ \mathrm{X}_{24}+\mathrm{X}_{25}+\mathrm{X}_{26}+\mathrm{X}_{27} \leq 1200 \mathrm{Y}_{12}+1120 \mathrm{Y}_{22} \\ \mathrm{X}_{34}+\mathrm{X}_{35}+\mathrm{X}_{36}+\mathrm{X}_{37} \leq 1200 \mathrm{Y}_{13}+1120 \mathrm{Y}_{23} \\ \mathrm{X}_{14}+\mathrm{X}_{24}+\mathrm{X}_{34} \geq 500 \\ \mathrm{X}_{15}+\mathrm{X}_{25}+\mathrm{X}_{35} \geq 600 \\ \mathrm{X}_{16}+\mathrm{X}_{26}+\mathrm{X}_{36} \geq 450 \\ \mathrm{X}_{17}+\mathrm{X}_{27}+\mathrm{X}_{37} \geq 700 \\ \mathrm{Y}_{\mathrm{ij}} \mathrm{X}_{\mathrm{i}} \geq 0 \end{array}       -Refer to Exhibit 6.2. What formula would go into cell E14? -Refer to Exhibit 6.2. What formula would go into cell E14?

(Short Answer)
4.7/5
(25)

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?

(Multiple Choice)
5.0/5
(38)

How are binary variables specified in the Risk Solver Platform (RSP)?

(Multiple Choice)
4.9/5
(38)

Any integer variable in an ILP that assumes a fractional value in the optimal solution to the relaxed LP problem can be designated

(Multiple Choice)
4.9/5
(36)

The B & B algorithm solves ILP problems

(Multiple Choice)
4.7/5
(29)

The optimal relaxed solution for an ILP has X1 = 3.6 and X2 = 2.9. If we branch on X1, what constraints must be added to the two resulting LP problems?

(Multiple Choice)
4.9/5
(33)
Showing 1 - 20 of 72
close modal

Filters

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