180 likes | 376 Views
Standard Minimization Problems with the Dual. Appendix simplex method. STANDARD MINIMIZATION PROBLEM. A standard minimization problem is a linear programming problem with an objective function that is to be minimized. The objective function is of the form : Z= aX1 + bX2 + cX3…..
E N D
Standard Minimization Problems with the Dual Appendix simplex method
STANDARD MINIMIZATION PROBLEM • A standard minimization problem is a linear programming problem with an objective function that is to be minimized. • The objective function is of the form : Z= aX1 + bX2 + cX3….. where a, b, c, . . . are real numbers and X1, X2, X3, . . . are decision variables. • Constraints are of the form: AX1 + BX2 + CX3+ …… ≥ M where A, B, C,... are real numbers and M is nonnegative
STANDARD MINIMIZATION PROBLEM (cont.) Example: Determine if the linear programming problem is a standard minimization problem Minimize Z = 4X1+ 8X2 Subject to 3X1 + 4X2 ≤ -9 X2 ≥ 5 X1,x2 ≥0
STANDARD MINIMIZATION PROBLEM (cont.) Solution Minimize Z = 4X1+ 8X2 Subject to 3X1 + 4X2 ≤-9 X2 ≥ 5 X1,x2 ≥0 Multiply First constraint by -1
STANDARD MINIMIZATION PROBLEM (cont.) We got: Minimize Z = 4X1+ 8X2 Subject to 3X1 + 4X2 ≥9 X2 ≥ 5 X1,x2 ≥0
The Dual • For a standard minimization problem whose objective function has nonnegative coefficients, it may construct a standard maximization problem called the dual problem
Using Duals to Solve Standard Minimization Problems Example: Minimize Z= 2X1 + 3X2 Subject to X1+ X2 ≥ 12 3X1 + 2X2 ≥ 4 X1, X2≥ 0
Using Duals to Solve Standard Minimization Problems (cont.) The solution 1- construct a matrix for the problem as: X1+ X2 ≥ 12 3X1 + 2X2 ≥ 4 2X1 + 3X2= Z
Using Duals to Solve Standard Minimization Problems (cont.) 2- The transpose of the matrix is created by switching the rows and columns The dual problem is: Maximize Z= 12X1+ 4X2 ST X1+ 3X2 ≤ 2 X1 + 2X2 ≤ 3 X1,X2 ≥0 X1+ 3X2 ≤ 2 X1+ 2X2 ≤ 3 12X1+ 4X2 = Z
Using Duals to Solve Standard Minimization Problems (cont.) • Then Adding in the slack variables and rewriting the objective function yield the system of equations: X1+ 3X2 + S1= 2 X1 + 2X2 + S2= 3 X1,X2 ≥0
Using Duals to Solve Standard Minimization Problems (cont.) The initial simplex tableau:
X1 value X2 value
Minimization in other case If objective function is minimization and all constraints are “<“ , the solution can be found by multiply objective function by -1 , then objective function will convert to Max and solve the problem as simplex method. Example: Min z= 3x1 – 2x2 ST X1+x2<= 12 X2<= 24 X1,X2>=0
Minimization in other case (cont.) Solution Min z= 3x1 – 2x2 ST X1+x2<= 12 X2<= 24 X1,X2>=0 Multiply by -1
Minimization in other case (cont.) Max z= -3x1 + 2x2 ST X1+x2<= 12 X2<= 24 X1,X2>=0