Week 3 Flashcards

1
Q

How to deal with a LP-problem that doesn’t have an equal amount of slack variables and restrictions?

A

We add artificial variable r1, r2, r3, … for every restriction without a slack variable (thus also restrictions with a surplus variable).

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

What is the big-M method, and how do you use it?

A

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.

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

When is an element unbounded?

A

If in the simplex method at some point there’s no positive number in the column, then it becomes infinitely large/small.

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

When is a problem infeasible using the big-M method?

A

If it returns a very large negative value.

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

What is degeneration (when using the simplex method)?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do you detect that there are multiple solutions (when using the simplex method)?

A

If one or more variables have a reduced objective coefficient equal to 0 (in the optimal tableau).

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

What is the dual problem?

A

We can rewrite the problem to get a maximum of a problem. I don’t yet really understand how, but will figure it out.

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