Linear Programming Flashcards

1
Q

Which region should be shaded?

A

The region that does not satisfy the inequality.

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

What is the feasible region for a linear programming problem?

A

The region left unshaded (satisfies all inequalities).

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

How can you minimise/maximise the objective for a linear programming problem?

A

Find the optimum vertex:

  • use the objective line method (use a ruler, draw AT LEAST ONE objective line)
  • use the vertex testing method (test the value of the objective at each vertex)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How can you adjust a linear programming problem in order to use the simplex algorithm?

A

Turn the constraints into equations by introducing slack variables, and then displaying on a simplex tableau.

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

What are basic variables in a simplex tableau?

A

Appear only once in their column, have a value when in the final tableau.

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

What are non-basic variables in a simplex tableau?

A

Have coefficients in more than one row, have a value of 0 when in the final tableau.

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

How is the pivot column of a simplex tableau determined?

A

The pivot column is the column with the most negative value in the top row (objective row).

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

How is the pivot row of a simplex tableau determined?

A

The pivot row has the smallest positive ratio (non-zero).

ratio is the value of that row divided by the coefficient of the pivot column in that row

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

What are two cases for the optimal tableau?

A

If there are no negative values in the top row.
If all ratios in the pivot column are negative or 0, you cannot continue, the tableau is not feasible and there is no solution.

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

How can the simplex algorithm be used when the objective is to be Minimised?

A

If you need to minimise P, you can think of this as maximising -P.

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

What is a rule for setting up a simplex tableau involving the constants on the right side of the equations?

A

The constants must be non-negative.

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

What should you do if two ratios in the pivot column are tied?

A

Either can be used, but protocol is to use the one higher up the tableau.

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

What should you do if the tableau gives decimal values, but shouldn’t?

A

Test all nearby integer values for the decimal answers, making sure they satisfy the constraints, and plug them in to the objective function to see which one gives the best answer.

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