IEOPER Quiz 2 Procedures Flashcards

1
Q

Simplex Method

A
  1. Set all variables to the left side and the constants to the right (convert to standard form)
  2. Add slack variables to constraints
  3. Get n-m variables and set (n-m) variables to 0
  4. Reflect the initial feasible solution in the simplex tableau
  5. Indicate the EV by locating in the z-row the most negative coefficient if it is a maximization problem and the most positive coefficient if it is a minimization problem.
  6. Indicate the LV row by getting the ratio of a solution divided by the pivot column.
  7. Replace the LV with the EV in the tableau, then get the intersection as this becomes the pivot element.
  8. Divide the pivot row by the pivot element
  9. Make all other coefficients in the pivot column zero using the Gauss-Jordan technique.
  10. Repeat the process until optimality, wherein all the coefficients of the nonbasic variables are non-negative for the maximization problem and non-positive for the minimization problem.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Name all submatrices and their meaning

A

XB = Current basic variables
XN = Current Non-basic variables
CB = Objective function of the coefficient of current BVs
CN = Objective function of the coefficient of current NBVs
B = Constraint coefficient of current BVs
N = Constraint coefficient of current NBVs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Name the original matrices and their respective sub matrices

A

X - XB, XN
C - CB, CN
A - B, N

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Formula for constraints for revised simplex

A

AX = b

Derived version:
I XB + B^-1 N XN = B^-1 b

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Formula for objective function for revised simplex

A

Z = CX

Derived version:
Z + (CB B^-1 - CN) XN = CB B^-1 b

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Formula for Basic variable values

A

XB = B^-1 b ; basically the constraints equation but let XN = 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Formula for Objective function value

A

Z = CB B^-1 b; basically the objective function equation but let XN = 0.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Optimality Test for Revised Simplex

A

Max: CB B^-1N - CN >= 0
Min: CB B^-1 N - CN <= 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Ratio formula for determining LV in revised simplex

A

B^-1 b / B^-1 Nj; then get the lowest number or the least ratio

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The formula for determining EV in revised simplex

A

CB B^-1 N - CN

For max problem, get the most negative coefficient.

For min problem, get the most positive coefficient

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Steps for Big M:

A
  1. Transform the constraints into standard form. Add artificial variables (R) to constraints with >+ or = signs.
  2. Indicate n (including both Sn and Rn variables) and m and set (n-m) variables into NBV. Choose the negative Sn variables as NBV.
  3. Add MRi to the untransposed objective function if its a minimization problem. Subtract MRi to the untransposed objective function if its a maximization problem. Transform objective function into standard form.
  4. Isolate Rn from constraints and substitute into standard form of objective function.
  5. Simplify the objective function
  6. Perform simplex method
How well did you know this?
1
Not at all
2
3
4
5
Perfectly