Linear programming, del 2 Flashcards

1
Q

Vad är reduced cost?

A

Reduced cost shows how much a variables coefficient must change for the variable to become positive in the optimal solution.

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

When is the reduced cost 0?

A

If the variable has positive value. fel??? Vid minimering är den negativ, eller????

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

What can a feasible region for a LP problem be?

A

Non existent

A single point –> alla begränsningar möts i en enda punkt

A line –> lösningsmängden ligger längs en linje

A polygon –> en sluten och begränsad mängd

An unbounded area –> oändligt i någon riktning

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

Three categories of LP:

A
  1. Is infeasible
  2. Has a unique optimal solution OR alternate optimal solutions
  3. Has an objective function that can be increased without bound (begränsning)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Steps leading to Simplex method:

A

Formulate problem as LP
Put in standard form
Put in tableau form
Execute simplex method

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

När är a set of equations I tableu-form?

A

If högerledet (RHS) is non-negative and there is basic variable

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

What is a basic variable?

A

A basic variable is a variable whose coefficient in the equation is +1 and whose coefficient in all other equations of the problem is 0.

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

When do we have to do if the constraint is missing a basic variable?

A

If the constraint is a equalitie and has no basic variable, an artificial variable must be added. (a1)

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

Uträkning för new values i LP:

A

If KeyRow = Old n / KeyElement

If not KeyRow = Old n - KeyRow * KeyColumn / KeyElement

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

Uträkning för zj:

A

Cb * x1 + Cb * x1

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

Uträkning för bredvid b:

A

Old n / KeyColumn på samma rad

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

4 special cases:

A
  • Infeasibility
  • Unboundedness
  • Alternative Optimal Solution
  • Degeneracy
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Describe infeasibility

A

Infeasibility is detected in the simplex method when an artificial variable remains positive in the final tableau

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

Describe unboundedness

A

A linear program has an unbounded solution if all entries in an entering column are non-positive

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

Describe alternative optimal solution

A

A linear program has alternate optimal solutions if the final tableau has a cj – zj value equal to 0 for a non-basic variable.

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