Op Tim Is at Ion
Op Tim Is at Ion
OPTIMISATION:
Li
Linear P
Programming
i M Models:
d l
Graphical Method
2) Solution
Properties of LP Models
1) Seek to minimize or maximize
2) Include “constraints” or limitations
3) There
Th mustt b
be alternatives
lt ti available
il bl
4) All equations are linear
1
3/21/2011
Other Limitations:
• Make no more than 450 chairs
• Make at least 100 tables
2
3/21/2011
Decision Variables:
T = Num. of tables to make
C = Num. of chairs to make
Constraints:
More Constraints:
• Make no more than 450 chairs
C < 450 (num. chairs)
• Make at least 100 tables
T > 100 (num. tables)
Nonnegativity or feasibility:
Cannot make a negative number of chairs or tables
T>0
C>0
3
3/21/2011
Model Summary
Max Z=7T + 5C (profit)
Subject to the constraints:
T, C > 0 (nonnegativity)
Graphical Solution
• Graphing an LP model helps provide
insight into LP models and their solutions.
• Whil
While this
thi can only
l bbe d
done iin ttwo
dimensions, the same properties apply to
all LP models and solutions.
C
Carpentry
Constraint Line
3T + 4C = 2400 Infeasible
600
> 2400 hrs
I t
Intercepts
t
(T = 0, C = 600) Feasible
(T = 800, C = 0) < 2400 hrs
0
0 800 T
4
3/21/2011
C
1000
Painting
Constraint Line
2T + 1C = 1000
600
I t
Intercepts
t
(T = 0, C = 1000)
(T = 500, C = 0) 0
0 500 800 T
C
1000
Max Chair Line
C = 450
600
Min Table Line
450
T = 100
Feasible
Region
0
0 100 500 800 T
Objective Function
Line
500
Z=7T + 5C = Profit
Optimal Point
400 (T = 320, C = 360)
300
200
100
5
3/21/2011
C – T > 75
200
100
LP Characteristics
• Feasible Region: The set of points that
satisfies all constraints
• Corner Point Property: An optimal
solution must lie at one or more corner
points
• Optimal Solution: The corner point with
the best objective function value is optimal
Special Situation in LP
1. Redundant Constraints - do not affect
the feasible region
E
Example:
l x < 10
x < 12
The second constraint is redundant
because it is less restrictive.
6
3/21/2011
Special Situation in LP
2. Infeasibility – when no feasible solution
exists (there is no feasible region)
E
Example:
l x < 10
x > 15
Special Situation in LP
3. Alternate Optimal Solutions – when
there is more than one optimal solution
C
Max Z=2T + 2C 10
Subject to: All points on
T + C < 10 Red segment
6
T < 5 are optimal
C< 6
T, C > 0
0
0 5 10 T
Special Situation in LP
4. Unbounded Solutions – when nothing
prevents the solution from becoming
infinitely large
C
Max Z=2T + 2C
Subject to: 2
2T + 3C > 6
T, C > 0 1
0
0 1 2 3 T
7
3/21/2011