Optimization Exam 2 Flashcards
Use this when you cannot obtain initial bfs directly.
Big M Method
In the original problem, if there exists equality constraint, and there is no one variable
only appears in this constraint use this. Or
in some constraint, if there exists excess variable (-1 is its coefficient), and there is no one variable only appears in this constraint use this.
Artificial Variables
If there is no non-basic variables with zero coefficient in row 0 of the optimal tableau, then the LP is:
Unique Solution
In an optimal tableau, there exists an NBV with coefficient zero in row 0, and continuing the simplex algorithm will obtain another optimal tableau with a different solution:
Multiple Optimal Solutions
Detected in the simplex method when an artificial variable remains positive in the final tableau.
Infeasible LP
Occurs when a variable with a negative coefficient in row 0 has a nonpositive coefficient in each constraint.
Unbounded LP
If an LP has at least one BFS in which a basic variable is equal to zero.
Degenerate LP
What should x <= 0 be changed to?
-x’ >=0
What should x urs be changed to?
x’ - x’’ >=0
What’s the problem with a degenerate LP?
It may cycle and be infinite.
Why do we add M?
Since M is a very large number, it can guarantee that the solution is equal to the original optimal solution.
In an optimal tableau, are the coefficients for non-basic variables in row 0 Optimality or Feasibility?
Optimality
In an optimal tableau, are the values for basic variables (rhs) Optimality or Feasibility?
Feasibility