Operations Research : Applications and Algorithms
Operations Research : Applications and Algorithms
4th Edition
ISBN: 9780534380588
Author: Wayne L. Winston
Publisher: Brooks Cole
bartleby

Concept explainers

Expert Solution & Answer
100%
Book Icon
Chapter 4, Problem 3RP

Explanation of Solution

Optimal solution:

Consider the following linear programing problem:

min z= 5x1x2

Subject to the constraints:

  2x1+x2= 6  x1+x24  x1,x2 0

Use Max z = -Min(-z) to reduce the given problem to a minimization problem as: -(min z'= -5x1+x2)

Subject to the constraints:

2x1+x2= 6  x1+x24  x1+2x24 x1,x2 0

Add slack variables s1,s2 and artificial variable a1 to get:

-(min w′ = -5x1+x2+a1)

Subject to the constraints:

2x1+x2+a1= 6x1+x2+s1= 4x1+2nx2+s2=5x1,x2,s1,s2,a10

Two Phase Method:

Phase I linear programming problem is,

  min w'= a1

Subject to the constraints:

2x1+x2+a1= 6  x1+x2+s1= 4  x1+2x2+s2=5  x1,x2,s1,s2,a10

The initial simplex table is given below:

 w′x1x2a1s1s2rhsbasic variable
R0100-1000w′=0
R10211006a1=6
R20110104s1=4
R30120015s2=5
  • Since, the basic variable a1 value in R0 is non-zero, therefore, do the transformations

R0R0+R1  to get:

 w′x1x2a1s1s2rhsbasic variable
R0100-1000w′=0
R10211006a1=6
R20110104s1=4
R30120015s2=5

Since the highest positive entry 2 in R0 corresponds to x1, x1 enters the basis.

 w′x1x2a1s1s2rhsratio
R01210006-
R102110063*
R201101044
R312000155

Apply the simplex method further:

 w′x1x2a1s1s2rhsbasic variable
R0100-1000w′=0
R1011212006x1 = 3
R2001212101s1=1
R3003212012s2=2
  • Optimally reached for phase 1. Proceed to phase 2 with the actual objective function

Blurred answer
Students have asked these similar questions
Solve the following problem and find the optimal solution.
K = 0, L = 18 Write and solve the following linear program using lingo, take screen shots of your model as well as the reports and the optimal solution. Clearly show the optimal solution.NB:K=the second digit of your student number;L=sum of the digits of your student number, For example if your student number is 17400159 thenK=7andL=1+7+4+0+0+1+5+9=27!!!! SAVE YOUR FILE BY YOUR STUDENT NUMBER!!!!minz=t∈T∑​(At​Yt​+Pt​Xt​)+k∈K∑​(Hk​Uk​+Bk​Vk​)s.t.Uk​+Vk​=50∀k∈KXt​−Ct​Yt​<=0∀t∈Tk∈K∑​Vk​≥80t∈T∑​Xt​≥t∈T∑​Dt​Xt​>=0∀t∈TYt​∈{0,1}∀t∈TUk​>=0∀k∈KVk​>=0∀k∈KThe sets parameters and data are as follows: \[ \begin{array}{l} \mathrm{T}=\{1,2,3,4\} \\ \mathrm{K}=\{0,1,2,3,4\} \\ \mathrm{A}=\{5000,7000,8000,4000\} \\ \mathrm{D}=\{250,65,500,400\} \\ \mathrm{C}=\{500,900,700,800\} \\ \mathrm{P}=\{20, \mathrm{~L}, 25,20\} \\ \mathrm{H}=\{5,3,2, \mathrm{~K}, 9\} \\ \mathrm{B}=\{8,5,4,7,6\} \end{array} \]
Which of the following algorithms can be used to find the optimal solution of an ILP?(a) Enumeration method;(b) Branch and bound method;(c) Cutting plan method;(d) Approximation method.

Chapter 4 Solutions

Operations Research : Applications and Algorithms

Ch. 4.5 - Prob. 1PCh. 4.5 - Prob. 2PCh. 4.5 - Prob. 3PCh. 4.5 - Prob. 4PCh. 4.5 - Prob. 5PCh. 4.5 - Prob. 6PCh. 4.5 - Prob. 7PCh. 4.6 - Prob. 1PCh. 4.6 - Prob. 2PCh. 4.6 - Prob. 3PCh. 4.6 - Prob. 4PCh. 4.7 - Prob. 1PCh. 4.7 - Prob. 2PCh. 4.7 - Prob. 3PCh. 4.7 - Prob. 4PCh. 4.7 - Prob. 5PCh. 4.7 - Prob. 6PCh. 4.7 - Prob. 7PCh. 4.7 - Prob. 8PCh. 4.7 - Prob. 9PCh. 4.8 - Prob. 1PCh. 4.8 - Prob. 2PCh. 4.8 - Prob. 3PCh. 4.8 - Prob. 4PCh. 4.8 - Prob. 5PCh. 4.8 - Prob. 6PCh. 4.10 - Prob. 1PCh. 4.10 - Prob. 2PCh. 4.10 - Prob. 3PCh. 4.10 - Prob. 4PCh. 4.10 - Prob. 5PCh. 4.11 - Prob. 1PCh. 4.11 - Prob. 2PCh. 4.11 - Prob. 3PCh. 4.11 - Prob. 4PCh. 4.11 - Prob. 5PCh. 4.11 - Prob. 6PCh. 4.12 - Prob. 1PCh. 4.12 - Prob. 2PCh. 4.12 - Prob. 3PCh. 4.12 - Prob. 4PCh. 4.12 - Prob. 5PCh. 4.12 - Prob. 6PCh. 4.13 - Prob. 2PCh. 4.14 - Prob. 1PCh. 4.14 - Prob. 2PCh. 4.14 - Prob. 3PCh. 4.14 - Prob. 4PCh. 4.14 - Prob. 5PCh. 4.14 - Prob. 6PCh. 4.14 - Prob. 7PCh. 4.16 - Prob. 1PCh. 4.16 - Prob. 2PCh. 4.16 - Prob. 3PCh. 4.16 - Prob. 5PCh. 4.16 - Prob. 7PCh. 4.16 - Prob. 8PCh. 4.16 - Prob. 9PCh. 4.16 - Prob. 10PCh. 4.16 - Prob. 11PCh. 4.16 - Prob. 12PCh. 4.16 - Prob. 13PCh. 4.16 - Prob. 14PCh. 4.17 - Prob. 1PCh. 4.17 - Prob. 2PCh. 4.17 - Prob. 3PCh. 4.17 - Prob. 4PCh. 4.17 - Prob. 5PCh. 4.17 - Prob. 7PCh. 4.17 - Prob. 8PCh. 4 - Prob. 1RPCh. 4 - Prob. 2RPCh. 4 - Prob. 3RPCh. 4 - Prob. 4RPCh. 4 - Prob. 5RPCh. 4 - Prob. 6RPCh. 4 - Prob. 7RPCh. 4 - Prob. 8RPCh. 4 - Prob. 9RPCh. 4 - Prob. 10RPCh. 4 - Prob. 12RPCh. 4 - Prob. 13RPCh. 4 - Prob. 14RPCh. 4 - Prob. 16RPCh. 4 - Prob. 17RPCh. 4 - Prob. 18RPCh. 4 - Prob. 19RPCh. 4 - Prob. 20RPCh. 4 - Prob. 21RPCh. 4 - Prob. 22RPCh. 4 - Prob. 23RPCh. 4 - Prob. 24RPCh. 4 - Prob. 26RPCh. 4 - Prob. 27RPCh. 4 - Prob. 28RP
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Text book image
Operations Research : Applications and Algorithms
Computer Science
ISBN:9780534380588
Author:Wayne L. Winston
Publisher:Brooks Cole