Hi, I need to know how to formulate the goal programming model for this problem.
ID: 462203 • Letter: H
Question
Hi, I need to know how to formulate the goal programming model for this problem.
I would also like to know how to input this information into Excel and/or QM for Windows and how to obtain these optimal solutions for this goal programming problem:
x1 = 60 x2 = 28
x3 = 35 x4 = 17
d1+ = 3.4 d2+ = 7.62
d3? = 36,714
Priority 3 is the only one not achieved
Explanation / Answer
1.
Percentage point in hazardous material = x1
Percentage point in fire protection = x2
Percentage point in hand powered tool = x3
Percentage point in machine guarding = x4
Goal 1:
135*x1 + 87*x2 + 58*x3 +160*x4 = 52000 +d+1 - d-1
Where,
d+1 = Amount by which cost exceeds target value 52000
d-1 = Amount by which cost is less than target value 52000
Goal2:
x1 + x2 + x3 +x4 =100 + d+2 - d-2
Where,
d+2 = Amount by which compliance exceeds target value 100
d-2 = Amount by which compliance is less than target value 100
Goal 3:
0.18*x1 + 0.11*x2 + 0.17*x3 + 0.21*x4 = 20 +d+3 - d-3
Where,
d+3 = Amount by which total accident frequency reduction exceeds target value 20
d-3 = Amount by which total accident frequency reduction is less than target value 20
Goal 4:
1.21*x1 + 0.48*x2 + 0.54*x3 + 1.04*x4 = 115 +d+4 - d-4
Where,
d+4 = Amount by which total accident cost per worker exceeds target value 115
d-4 = Amount by which total accident cost per worker is less than target value 115
Min. d+1
s.t.
135*x1 + 87*x2 + 58*x3 +160*x4 - d+1+ - d-1 = 52000
x1 + x2 + x3 +x4 - d+2 + d-2 =100
0.18*x1 + 0.11*x2 + 0.17*x3 + 0.21*x4 -d+3 + d-3 = 20
1.218x1 + 0.48*x2 + 0.54*x3 + 1.04*x4 -d+4 + d-4 = 115
2. Solver for goal programming is used in the same way as it is used for solving linear programming model except that we have to minimze the added variable.
Steps are:
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.