Week 3 Flashcards
How to deal with a LP-problem that doesn’t have an equal amount of slack variables and restrictions?
We add artificial variable r1, r2, r3, … for every restriction without a slack variable (thus also restrictions with a surplus variable).
What is the big-M method, and how do you use it?
To enforce an artificial variable equals zero we change the function Z to include -Mr1 - Mr2 - … (if max) with M is large. Then we need remove M from r1, r2,… row/column (the one that goes from top to bottom) from the simplex tableau. Then it can be solved with the simplex method.
When is an element unbounded?
If in the simplex method at some point there’s no positive number in the column, then it becomes infinitely large/small.
When is a problem infeasible using the big-M method?
If it returns a very large negative value.
What is degeneration (when using the simplex method)?
If several rows attain a minimum using the minimum ratio test. We can make one non-basic but the rest remains basic. Such a solution is called a degenerate, it might happen that this causes cycling, and thus no optimization can be found.
How do you detect that there are multiple solutions (when using the simplex method)?
If one or more variables have a reduced objective coefficient equal to 0 (in the optimal tableau).
What is the dual problem?
We can rewrite the problem to get a maximum of a problem. I don’t yet really understand how, but will figure it out.