Two Phase Method Flashcards

1
Q

phase 1 of two phase method

A
  1. add artificial variables to constraints to force an identity matrix (immediate BFS in the form x=0, xₐ=b)
  2. solve the following LP problem
    min eᵀxₐ s.t. Ax + xₐ = b x,xₐ≥0
  3. if at optimality xₐ is not equal to zero then the problem has no feasible solution. Otherwise the optimal soltuion for the phase 1 problem is (x,0) so x is feasible for the original.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

phase 2 of two phase method

A
  1. x* is feasible for the original problem. Split x* into basic and non basic.
  2. remove the artificial variables from the table
  3. restore the simplex tableu by replacing the zero row with zⱼ-cⱼ
  4. carry out the simplex algorithm
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Big M method

A
  1. introduce artificial variables to force an identity matrix
  2. solve the following LP problem
    min cᵀx + M(eᵀxₐ) s.t. Ax + xₐ = b x,xₐ≥0
    -> if an optimal solution is found and xₐ=0 then x is the optimal solution to the original problem
    -> if an optimal solution is found and xₐ/= 0. The the original problem is infeasible
    -> if an optimal solution is unbounded and x
    ₐ=0 then the original problem is unbounded
    -> if an optimal solution is unbounded amd x*ₐ/=0 then the original problem is unbounded
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

if xₐ/=0 in two phase and big M

A

the original problem is unbounded

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

Big M: if xₐ=0 and there is a optimal solution

A

x* is the optimal solution of the original LP problem

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

Big M: if xₐ=0 and the optimal solution is unbounded

A

the original problem is also unbounded

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

Two Phase: if xₐ=0 and all the artificial variables are out of the basis

A

remove xₐs, restore the simplex tableu and carry out simplex

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

Two phase: if xₐ=0 and some of the artificial variables are still in the basis

A

just remove the row corresponding to the artificial variable (if its value in the RHS column if zero)

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

How can you tell if xₐ=0

A

xₐ=0 if the corresponding value in the RHS is 0

if xₐ not in the basis then it automatically has xₐ=0

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