Optimization Exam 2 Flashcards

1
Q

Use this when you cannot obtain initial bfs directly.

A

Big M Method

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

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.

A

Artificial Variables

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

If there is no non-basic variables with zero coefficient in row 0 of the optimal tableau, then the LP is:

A

Unique Solution

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

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:

A

Multiple Optimal Solutions

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

Detected in the simplex method when an artificial variable remains positive in the final tableau.

A

Infeasible LP

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

Occurs when a variable with a negative coefficient in row 0 has a nonpositive coefficient in each constraint.

A

Unbounded LP

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

If an LP has at least one BFS in which a basic variable is equal to zero.

A

Degenerate LP

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

What should x <= 0 be changed to?

A

-x’ >=0

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

What should x urs be changed to?

A

x’ - x’’ >=0

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

What’s the problem with a degenerate LP?

A

It may cycle and be infinite.

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

Why do we add M?

A

Since M is a very large number, it can guarantee that the solution is equal to the original optimal solution.

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

In an optimal tableau, are the coefficients for non-basic variables in row 0 Optimality or Feasibility?

A

Optimality

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

In an optimal tableau, are the values for basic variables (rhs) Optimality or Feasibility?

A

Feasibility

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