Linear Programming
Linear Programming
Linear Programming
Slide
1
Linear Programming (LP) Problem
A mathematical programming problem is one that
seeks to maximize or minimize an objective function
subject to constraints.
If both the objective function and the constraints are
linear, the problem is referred to as a linear
programming problem.
Linear functions are functions in which each variable
appears in a separate term raised to the first power
and is multiplied by a constant (which could be 0).
Linear constraints are linear functions that are
restricted to be "less than or equal to", "equal to", or
"greater than or equal to" a constant.
Slide
2
Building Linear Programming Models
Slide
4
Building Linear Programming Models
Slide
5
Properties of LPs
Proportionality
The profit contribution and the amount of the
resources used by a decision variable is directly
proportional to its value.
Additivity
The value of the objective function and the
amount of the resources used can be calculated by
summing the individual contributions of the decision
variables.
Divisibility
Fractional values of the decision variables are
permitted.
Slide
6
LP Solutions
The maximization or minimization of some quantity is
the objective in all linear programming problems.
A feasible solution satisfies all the problem's constraints.
Changes to the objective function coefficients do not
affect the feasibility of the problem.
An optimal solution is a feasible solution that results in
the largest possible objective function value, z, when
maximizing or smallest z when minimizing.
In the graphical method, if the objective function line is
parallel to a boundary constraint in the direction of
optimization, there are alternate optimal solutions, with
all points on this line segment being optimal.
Slide
7
LP Solutions
A graphical solution method can be used to solve a
linear program with two variables.
If a linear program possesses an optimal solution,
then an extreme point will be optimal.
If a constraint can be removed without affecting the
shape of the feasible region, the constraint is said to
be redundant.
A nonbinding constraint is one in which there is
positive slack or surplus when evaluated at the
optimal solution.
A linear program which is overconstrained so that no
point satisfies all the constraints is said to be
infeasible.
Slide
8
LP Solutions
A feasible region may be unbounded and yet there may
be optimal solutions. This is common in minimization
problems and is possible in maximization problems.
The feasible region for a two-variable linear
programming problem can be nonexistent, a single
point, a line, a polygon, or an unbounded area.
Any linear program falls in one of three categories:
• is infeasible
• has a unique optimal solution or alternate optimal
solutions
• has an objective function that can be increased
without bound
Slide
9