Linear Programming Flashcards
What is the purpose of Linear programming?
Efficient use of resources
What are the characteristics of Linear programming?
- LP uses mathmatical models to describe the problem of concern.
- All the functions are linear
- Programming=Planning
When can the graphical method be used to solve LP?
It can be used when the problem has two (also three but very hard) decision variables.
What are the 5 variables usually used in LP and what to they mean?
Z value of overall measure of performance
x_j Level of activity j
c_j increase in Z that would result from each unit in level of activity j
b_i amount if resouce i that is avaliable for allocation to activities
a_ij amount of reasource i consumed by each unit of activity j
What is the objective function?
The function that is to be optimized (Maximized or minmized) Z=c_1x_1+…c_nx_n
What are the restrictions called?
Constraints
What are the functional contraints?
The first m constraints ( Those with a function of all variables in the left hand side.
What are the non negativity constraints
x_j>=0
What is a CPF?
A corner-point feasible solutio. Lies on the corner of the feasible region. The best CPF must be an optimal solution.
What is Proportionality assumption?
The contribution of each activity to teh value od the objective function Z is proportional to the level of activity x_j as represented by by the X_jC_j term in the objective function. Can also be in the constraint represented by a_ijx_j.
Additivity assumption?
Every function in a linear programming model is the sum of the individual contributions of the represpective activities
Divisibility assumption?
Decision variables are allowed to have any value including non integer values.
Certainty assumption?
Value assigned to each parameter of a linear programming model is assumed to be a known constant.
What is the simplex method?
A general procedure for solving linear programming problems. It is an algebraic procedure.
What is the optimality test?
If a CPF solution has no adjacent CPF solutions that are better then it must be an optimal solution. It is used to determine if an optimal solution has been reached.