Linear Programming Flashcards

1
Q

What is Linear Programming?

A

A technique for optimization of a linear objective function, subject to linear equality and inequality constraints.

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

What is the graphical method of solving LP?

A

A way to visualize the feasible region and find the optimal solution by graphing the constraints and objective function. Effective mainly for problems with two decision variables.

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

What defines a feasible solution in LP?

A

A solution that satisfies all constraints of the LP.

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

How do you identify the optimal solution using the graphical method?

A

By finding the point on the feasible region boundary where the objective function reaches its maximum or minimum value.

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

What is the Simplex method?

A

A popular algorithm for solving linear programming problems that transforms the constraints into a tableau and iteratively adjusts to find the optimal solution.

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

What is a tableau in the context of the Simplex method?

A

A tabular representation of an LP problem used in the Simplex method to perform calculations more systematically.

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

How is the optimal solution found using the Simplex method?

A

By performing pivot operations on the tableau until no negative numbers remain in the bottom row, indicating that the maximum or minimum value has been reached.

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

What are artificial variables in the context of the Simplex method?

A

Variables added to the LP to transform inequalities into equations to find a starting feasible solution.

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

What is the purpose of the Two-Phase method in the Simplex algorithm?

A

To find a feasible starting point in Phase 1 using artificial variables and then solve the original LP problem in Phase 2.

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

How does the Two-Phase method work?

A

Phase 1 adds artificial variables to find a feasible solution. If successful, Phase 2 starts with this solution and solves the original problem without the artificial variables.

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