Presentation On: Operation Research
Presentation On: Operation Research
Presentation On: Operation Research
Roll No - 17 Sem-VI
6S-2
Graphical Linear Programming
6S-3
Linear Programming Example
• Objective - profit
Maximize Z=60X1 + 50X2
• Subject to
Assembly 4X1 + 10X2 <= 100 hours
Inspection 2X1 + 1X2 <= 22 hours
Storage 3X1 + 3X2 <= 39 cubic feet
X1, X2 >= 0
6S-4
Linear Programming Example
Assembly Constraint
4X1 +10X2 = 100
12
10
Product X2
8
6
4
2
0
0 2 4 6 8 10 12 14 16 18 20 22 24
Product X1
6S-5
Linear Programming Example
25
20
Product X2
15
10
5
0
0 2 4 6 8 10 12 14 16 18 20 22 24
Product X1
6S-6
Linear Programming Example
25
Inspection
20
Product X2
15
Storage
Assembly
10
5
0
0 2 4 6 8 10 12 14 16 18 20 22 24
Feasible solution space Product X1
6S-7
Linear Programming Example
25
20
Z=900
Product X2
15
10
5
0
0
14
10
12
16
18
20
22
24
Product X1
Z=300 Z=600
6S-8
Solution
X1 = 9
X2 = 4
Z = $740
6S-9
Solutions and Corner Points
• Feasible solution space is usually a polygon
• Solution will be at one of the corner points
6S-10